Skip to content

Commit 9480e10

Browse files
authored
Merge pull request #153963 from sukanyamsft/sf80_relnotes_releasespage
Update SF Doc Releases Page for 8.0 Release
2 parents fa7b55d + 57dfcaf commit 9480e10

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

articles/service-fabric/release-notes.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,41 @@ hideEdit: true
1717

1818
This article provides more information on the latest releases and updates to the Service Fabric runtime and SDKs.
1919

20-
## Service Fabric 7.2
20+
## Service Fabric 8.0
2121

22-
We're excited to announce that 7.2 release of the Service Fabric runtime has started rolling out to the various Azure regions along with tooling and SDK updates. The updates for .NET SDK, Java SDK and Service Fabric runtime are available through Web Platform Installer, NuGet packages and Maven repositories.
22+
We are excited to announce that 8.0 release of the Service Fabric runtime has started rolling out to the various Azure regions along with tooling and SDK updates. The updates for .NET SDK, Java SDK and Service Fabric runtime are available through Web Platform Installer, NuGet packages and Maven repositories.
2323

2424
### Key Announcements
2525

26+
- **General Availability** of support for .NET 5 for Windows
27+
- **General Availability** of [Stateless NodeTypes](https://docs.microsoft.com/azure/service-fabric/service-fabric-stateless-node-types)
28+
- Ability to move stateless service instances
29+
- Ability to add parameterized DefaultLoad in the application manifest
30+
- For singleton replica upgrades - ability to have some of the cluster level settings to be defined at an application level
31+
- Ability for smart placement based on node tags
32+
- Ability to define percentage threshold of unhealthy nodes that influence cluster health
33+
- Ability to query top loaded services
34+
- Ability to add a new interval for new error codes
35+
- Capability to mark service instance as completed
36+
- Support for wave-based deployment model for automatic upgrades
37+
- Added readiness probe for containerized applications
38+
- Enable UseSeparateSecondaryMoveCost to true by default
39+
- Fixed StateManager to release the reference as soon as safe to release
40+
- Block Central Secret Service removal while storing user secrets
41+
42+
43+
### Service Fabric 8.0 releases
44+
| Release date | Release | More info |
45+
|---|---|---|
46+
| April 08, 2021 | [Azure Service Fabric 8.0](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-8-0-release/ba-p/2260016) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_80.md)|
47+
48+
49+
## Previous versions
50+
51+
### Service Fabric 7.2
52+
53+
#### Key Announcements
54+
2655
- **Preview**: [**Service Fabric managed clusters**](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-managed-clusters-are-now-in-public-preview/ba-p/1721572) are now in public preview. Service Fabric managed clusters aim to simplify cluster deployment and management by encapsulating the underlying resources that make up a Service Fabric cluster into a single ARM resource. For more details see, [Service Fabric managed cluster overview](./overview-managed-cluster.md).
2756
- **Preview**: [**Supporting stateless services with a number of instances greater than the number of nodes**](./service-fabric-cluster-resource-manager-advanced-placement-rules-placement-policies.md) is now in public preview. A placement policy enables the creation of multiple stateless instances of a partition on a node.
2857
- [**FabricObserver (FO) 3.0**](https://aka.ms/sf/fabricobserver) is now available.
@@ -35,7 +64,7 @@ We're excited to announce that 7.2 release of the Service Fabric runtime has sta
3564
- **RunToCompletion**: Service Fabric supports concept of run to completion for guest executables. With this update once the replica runs to completion, the cluster resources allocated to this replica will be released.
3665
- [**Resource governance support has been enhanced**](./service-fabric-resource-governance.md): allowing requests and limits specifications for cpu and memory resources.
3766

38-
### Service Fabric 7.2 releases
67+
#### Service Fabric 7.2 releases
3968
| Release date | Release | More info |
4069
|---|---|---|
4170
| October 21, 2020 | [Azure Service Fabric 7.2](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-7-2-release/ba-p/1805653) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72-releasenotes.md)|
@@ -46,7 +75,6 @@ We're excited to announce that 7.2 release of the Service Fabric runtime has sta
4675
| February 17, 2021 | [Azure Service Fabric 7.2 Sixth Refresh Release](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-sixth-refresh-release/ba-p/2144685) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72CU6-ReleaseNotes.md)
4776
| March 10, 2021 | [Azure Service Fabric 7.2 Seventh Refresh Release](https://techcommunity.microsoft.com/t5/azure-service-fabric/azure-service-fabric-seventh-refresh-release/ba-p/2201100) | [Release notes](https://github.com/microsoft/service-fabric/blob/master/release_notes/Service-Fabric-72CU7-releasenotes.md)
4877

49-
## Previous versions
5078

5179
### Service Fabric 7.1
5280

0 commit comments

Comments
 (0)