Skip to content

Commit 9a46cc1

Browse files
Merge pull request #308515 from msftadam/patch-313638
Update release notes for version 2509.02
2 parents 2b4ab4d + cf52be8 commit 9a46cc1

1 file changed

Lines changed: 57 additions & 26 deletions

File tree

articles/operator-service-manager/release-notes.md

Lines changed: 57 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -30,41 +30,20 @@ All releases are produced compliant with Microsoft’s Secure Development Lifecy
3030
## Release notes for the latest release
3131
The following release is the latest generally available release.
3232

33-
## Release 2509.01
34-
This 2509.01 Azure Operator Service Manager release includes updating the NFO version to 3.0.3194-224 and the RP version to 1.0.03180.486.
33+
## Release 2509.02
34+
This 2509.02 Azure Operator Service Manager release includes updating the NFO version to 3.0.3243-229 and the RP version to 1.0.03180.486. This release is a hotfix to be applied only to systems presently running release 2509.01.
3535

3636
### Latest release details
37-
* NFO Release Version: 3.0.3194-224
37+
* NFO Release Version: 3.0.3243-229
3838
* RP Release Version: 1.0.03180.486
3939
* CLI Extension Release Version: 2.0.0b3
40-
* Release Date: September 30, 2025
40+
* Release Date: November 19, 2025
4141
* Is NFO update required: YES, Update only
4242
* Dependency Versions: Go/1.24.3 - Helm/3.18.4 - Base Image/AzureLinux 3.0
4343

44-
### Latest release feature highlights
45-
46-
#### Support for interruption of service deployments
47-
**[FEATURE 2069409 / ART-465]** introduces a method to interrupt a broken service deployment operation while in a nonterminal state. Supporting only container network functions, the interruption is triggered by applying a static tag to the network function managed resource group. This tag must later be removed to restore proper service operations. This feature provides a mechanism for customer operation teams to terminate a deployment which maybe negatively impacting service performance and otherwise could take multiple hours to reach a terminal state. For more information, see our [learn documentation](how-to-cancel-service-deployments.md).
48-
49-
#### Support for publisher artifact store resiliency
50-
**[FEATURE 2129209 / ART-535]** introduces artifact store geo-resiliency between the backing ACR resources in two Azure regional location pairs. Once enabled, the artifact-store resource now survives a single region failure, continuing to operate in read-only mode from the hot standby instance. Seemless integration with Azure Operator Service Manager's cluster registry, combined with centralized management of registry pairs, make artifact store resiliency to get and keep running. For more information, see our [learn documentation](publisher-artifact-store-resiliency.md).
51-
5244
### Latest release updates to improve quality
5345
The following bug fixes, defect resolutions, or usability improvements are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
54-
* NFO - [381571] Cleanup of unused infrastructure scripts.
55-
* NFO - [373116] Update of Msi-Adapter service.
56-
* NFO - [372479] Managed Identity support for ACR authentication.
57-
* NFO - [2275729] Fix to prevent instability when encountering untagged container images.
58-
* RP - [2326576] Support for artifact-store geo-replication.
59-
* RP - [2327070] Support for interruption of service deployments.
60-
* RP - [2388664] Fix for West Central US region test opreations.
61-
* RP - [2309471] For to create ACR Names in lower case only.
62-
63-
### Latest release updates to improve security
64-
* NFO - [CVE] A total of 2 CVEs are addressed in this release.
65-
* NFO - [383549] Helm version 3.18.4 downgrade (from 3.18.5).
66-
* RP - [2301086] Secure Code Bugs-RP.
67-
* RP - [2313679] 1ES Operational Vulnerabilities.
46+
* NFO - [408044] Change maxAvailable for tls-daemonset to restart even when cluster has notReady nodes.
6847

6948
## Release notes for all releases
7049
The following generally available releases are listed in order from oldest to newest.
@@ -398,6 +377,22 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
398377
* NFO - [602686818] Expose new installation parameter to set cluster registry CPU and memory resources to "small", "medium" or "large" scale option.
399378
* NFO - [602686818] Tune ORAS concurrency settings for improved performance and resource utilization for all scale options.
400379

380+
## Release 2503.04
381+
This 2503.04 Azure Operator Service Manager release includes updating the NFO version to 3.0.3009-210. This release is a hotfix to be applied only to systems presently running release 2503.03.
382+
383+
### Release Details
384+
* NFO Release Version: Version 3.0.3009-210
385+
* Release Date: November 19, 2025
386+
* Is NFO update required: YES, Update only
387+
* Dependency Versions: Go/1.22.4 - Helm/3.15.2
388+
389+
#### Release Updates
390+
The following bug fixes, defect resolutions, or usability improvements are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
391+
392+
* NFO - [316979] Run Update CA trust command on container host to accelerate bootstrapping of new TLS CA.
393+
* NFO - [358268] Remove pre-upgrade hook in webhook to prevent NFO upgrade failures.
394+
* NFO - [408044] Change maxAvailable for tls-daemonset to restart even when cluster has notReady nodes.
395+
401396
## Release 2505.01
402397
This 2505.01 Azure Operator Service Manager release includes updating the NFO version to 3.0.3054-214 and the RP version to 1.0.03050.424.
403398

@@ -455,3 +450,39 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
455450
* RP - [SFI] 2236914: MISE Upgrade
456451
* RP - [SFI] 2120797: Migrate to MISE/SNI
457452
* RP - [SFI] 2154940: Security Code Bugs
453+
454+
## Release 2509.01
455+
This 2509.01 Azure Operator Service Manager release includes updating the NFO version to 3.0.3194-224 and the RP version to 1.0.03180.486.
456+
457+
### Release details
458+
* NFO Release Version: 3.0.3194-224
459+
* RP Release Version: 1.0.03180.486
460+
* CLI Extension Release Version: 2.0.0b3
461+
* Release Date: September 30, 2025
462+
* Is NFO update required: YES, Update only
463+
* Dependency Versions: Go/1.24.3 - Helm/3.18.4 - Base Image/AzureLinux 3.0
464+
465+
### Release feature highlights
466+
467+
#### Support for interruption of service deployments
468+
**[FEATURE 2069409 / ART-465]** introduces a method to interrupt a broken service deployment operation while in a nonterminal state. Supporting only container network functions, the interruption is triggered by applying a static tag to the network function managed resource group. This tag must later be removed to restore proper service operations. This feature provides a mechanism for customer operation teams to terminate a deployment which maybe negatively impacting service performance and otherwise could take multiple hours to reach a terminal state. For more information, see our [learn documentation](how-to-cancel-service-deployments.md).
469+
470+
#### Support for publisher artifact store resiliency
471+
**[FEATURE 2129209 / ART-535]** introduces artifact store geo-resiliency between the backing ACR resources in two Azure regional location pairs. Once enabled, the artifact-store resource now survives a single region failure, continuing to operate in read-only mode from the hot standby instance. Seemless integration with Azure Operator Service Manager's cluster registry, combined with centralized management of registry pairs, make artifact store resiliency to get and keep running. For more information, see our [learn documentation](publisher-artifact-store-resiliency.md).
472+
473+
### Release updates to improve quality
474+
The following bug fixes, defect resolutions, or usability improvements are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
475+
* NFO - [381571] Cleanup of unused infrastructure scripts.
476+
* NFO - [373116] Update of Msi-Adapter service.
477+
* NFO - [372479] Managed Identity support for ACR authentication.
478+
* NFO - [2275729] Fix to prevent instability when encountering untagged container images.
479+
* RP - [2326576] Support for artifact-store geo-replication.
480+
* RP - [2327070] Support for interruption of service deployments.
481+
* RP - [2388664] Fix for West Central US region test opreations.
482+
* RP - [2309471] For to create ACR Names in lower case only.
483+
484+
### Release updates to improve security
485+
* NFO - [CVE] A total of 2 CVEs are addressed in this release.
486+
* NFO - [383549] Helm version 3.18.4 downgrade (from 3.18.5).
487+
* RP - [2301086] Secure Code Bugs-RP.
488+
* RP - [2313679] 1ES Operational Vulnerabilities.

0 commit comments

Comments
 (0)