Azure Service Fabric 8.0 Third Refresh Release

This post has been republished via RSS; it originally appeared at: New blog articles in Microsoft Tech Community.

Azure Service Fabric 8.0 Third Refresh is now available!

The Azure Service Fabric 8.0 Third Refresh release includes stability fixes for the runtime, standalone, and Azure environments. This update will only be available through manual upgrades. Clusters set to automatic upgrades will not receive this update unless toggled to manual. The Linux release is also available.

 

Packages and Versions

  • Service Fabric Runtime
    • Ubuntu 16 - 8.0.527.1
    • Ubuntu 18 - 8.0.527.1
    • Windows - 8.0.536.9590
  • Service Fabric for Windows Server
    • Service Fabric Standalone Installer Package - 8.0.536.9590
  • .NET SDK
    • Windows .NET SDK - 5.0.536
    • Microsoft.ServiceFabric - 8.0.536
    • Reliable Services and Reliable Actors - 8.0.536
    • ASP.NET Core Service Fabric integration - 8.0.536
  • Java SDK
    • Java for Linux SDK - 1.0.6
  • Service Fabric PowerShell and CLI
    • AzureRM PowerShell Module - 0.3.15
    • SFCTL - 11.0.0

 

Current Breaking Changes

  • Service Fabric 7.2 and higher runtime drops support for .NET Core Service Fabric apps running with .NET Core 2.2 runtime. .NET Core runtime 2.2 is out of support from Dec 2019. Service Fabric runtime will not install .NET Core runtime 2.2 as part of its dependency. Customers should upgrade their .NET 2.2 runtime SF apps to the next .NET Core LTS version 3.1.

  • Guest executable and container applications created or upgraded in SF clusters with runtime versions 7.1+ are incompatible with prior SF runtime versions (e.g. SF 7.0).
    Following scenarios are impacted:

    • An application with guest executables or containers is created or upgraded in an SF 7.1+ cluster.
      The cluster is then downgraded to a previous SF runtime version (e.g. SF 7.0).
      The application fails to activate.
    • A cluster upgrade from pre-SF 7.1 version to SF 7.1+ version is in progress.
      In parallel with the SF runtime upgrade, an application with guest executables or containers is created or upgraded.
      The SF runtime upgrade starts rolling back (due to any reason) to the pre-SF 7.1 version.
      The application fails to activate.

    To avoid issues when upgrading from a pre-SF 7.1 runtime version to an SF 7.1+ runtime version, do not create or upgrade applications with guest executables or containers while the SF runtime upgrade is in progress.

    • The simplest mitigation, when possible, is to delete and recreate the application in SF 7.0.
    • The other option is to upgrade the application in SF 7.0 (for example, with a version only change).

    If the application is stuck in rollback, the rollback has to be first completed before the application can be upgraded again.

 

Upcoming Breaking Changes

  • .NET Core runtime LTS 2.1 runtime will go out of support from Aug 21, 2021. Service Fabric releases after that date will drop support for Service Fabric apps running with .NET Core 2.1 runtime. Service Fabric .NET SDK will take a dependency on .Net runtime 3.* features to support Service Fabric .NET Core apps. This has no impact on Service Fabric .NET Framework SDK.

 

For more details, please read the release notes.  

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.