6.1 KiB
6.1 KiB
Microsoft Azure Service Fabric 7.0 Sixth Refresh Release Notes
This release includes the bug fix related to image store that impact Azure clusters only and hence only includes updates to runtime version.
The following packages and versions are part of this release:
Service | Platform | Version |
---|---|---|
Service Fabric Runtime | Ubuntu Windows |
7.0.471.1 7.0.472.9590 |
Service Fabric for Windows Server | Service Fabric Standalone Installer Package | 7.0.470.9590 |
.NET SDK | Windows .NET SDK Microsoft.ServiceFabric Reliable Services and Reliable Actors ASP.NET Core Service Fabric integration |
4.0.470 7.0.470 4.0.470 4.0.470 |
Java SDK | Java for Linux SDK | 1.0.5 |
Service Fabric PowerShell and CLI | AzureRM PowerShell Module SFCTL |
0.3.15 9.0.0 |
Contents
Microsoft Azure Service Fabric 7.0 Fourth Refresh Release Notes
Breaking Changes
Service Fabric versions below the Service Fabric 7.0 Third Refresh Release (Windows:7.0.466.9590, Linux:7.0.465.1) must first update to the 7.0 Third Refresh before upgrading to newer versions if the cluster has settings as depicted below.
<!-- When no thumbprint is set up for primary account, the cluster must upgrade to 7.0 Third Refresh Release first. -->
<Section Name="Security">
<Parameter Name="ServerAuthCredentialType" Value="X509" /> <!-- Value other than None -->
</Section>
<Section Name="FileStoreService">
<Parameter Name="PrimaryAccountNTLMX509Thumbprint" Value="" /> <!-- Empty or not set. -->
<Parameter Name="CommonName1Ntlmx509CommonName" Value="" /> <!-- Empty or not set. -->
</Section>
Service Fabric Common Bugs
Versions | IssueType | Description | Resolution |
---|---|---|---|
Windows 7.0.471.1 Ubuntu 7.0.472.9590 |
Bug | App provisioing from SFPKG is stuck indefinitely in Azure clusters when deployed via Azure DevOps | Impact: This issue ONLY impacts Azure clusters and is encountered when deploying application through Azure Dev Ops. In certain usecases, Imagebuilder gets stuck for indefinte period of time while trying to downloading SFPKG to Imagestore. Retry or higher version of the impacted application type is blocked as well. Workaround: The mitigation to log into a node to kill ImageBuilder.exe and retry, did not resolve issue for all scenarios. Fix: Upgrade to this release version and upgrade the application. |
Repositories and Download Links
The table below is an overview of the direct links to the packages associated with this release. Follow this guidance for setting up your developer environment: