Skip to content

Commit 333e09b

Browse files
Merge pull request #314099 from msftadam/patch-612596
Update release notes for version 2603.01
2 parents 9f15997 + 6467ce5 commit 333e09b

1 file changed

Lines changed: 46 additions & 17 deletions

File tree

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

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,33 @@ All releases are produced compliant with Microsoft’s Secure Development Lifecy
3232
## Release notes for the latest release
3333
The following release is the latest generally available release.
3434

35-
## Release 2601.01
36-
This 2601.01 Azure Operator Service Manager release includes updating the NFO version to 3.0.3294-233 and the RP version to 1.0.03310.523.
35+
## Release 2603.01
36+
This 2603.01 Azure Operator Service Manager release bundles together changes across RP, NFO, CLI and Github product components.
3737

3838
### Latest release details
39-
* NFO Release Version: 3.0.3294-233
40-
* RP Release Version: 1.0.03310.523
41-
* CLI Extension Release Version: 2.0.0b3
42-
* Release Date: January 30, 2026
39+
* Release Date: March 31, 2026
40+
* R2D Approvals: 184438, 180732, 180469
41+
* NFO Release Version: 3.0.3372-239
42+
* RP Release Version: 1.0.03365.558 or later
43+
* CLI Extension Release Version: [2.0.0b6](https://github.com/Azure/azure-cli-extensions/blob/main/src/aosm/HISTORY.rst)
4344
* Is NFO update required: YES, Update only
44-
* Dependency Versions: Go/1.24.3 - Helm/3.18.4 - Base Image/AzureLinux 3.0
45+
* Dependency Versions: Go/1.24.11 - Helm/3.18.4 - Base Image/AzureLinux 3.0
4546

4647
### Latest release updates to improve quality
4748
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.
48-
* NFO - [2482164] Add self-healing TLS DaemonSet to automatically refresh registry CA on nodes
49-
* RP - [2477770] Private end point creation improvements
50-
* RP - [2386166] Support NF level rollback configuration for SNS Create (first PUT) for CNF workflows
49+
* NFO - [2606984] Fix to prevent chart deletion from disabling webhook in a shared namespace.
50+
* NFO - [2651233] Improved logging of helm operations including rollback.
51+
* RP - [2659027] Fix to prevent incorrect skipping of nfApps after a nf-rollback.
52+
* CLI - [51000000959992] Resolved conflict when installing extension in newer version of az cli.
5153

5254
### Release updates to improve security
53-
* NFO - [CVE] A total of 6 CVEs are addressed in this release.
54-
* NFO - Updates cbl-mariner/base/core from 2.0.20251106 to 2.0.20251206
55-
* NFO - Updates Containerd from 1.7.27 to 1.7.29
56-
* RP - [2254238] MISE Compliance for dSTS
57-
* RP - Updates production clusters from .NET 6 to .NET 8
55+
* NFO - [2602088] Upgraded containerd to v1.7.29 from v1.7.27.
56+
* NFO - [2605002] Upgraded MSI Adapter to v1.32.3 from v1.29.3.
57+
* NFO - [2607039] Upgraded Geneva MDSD to 1.38.2-20260111-1 from 1.35.7-20250611-1.
58+
* NFO - [2604981] Upgraded Geneva Fluentd to 1.18.0-20260211-1 from 1.18.0-20250522-1.
59+
* NFO - [2607039] Upgraded Geneva MDM to 2.202602101834.0-20260211-1 from 2.202507111244.0-20250711-1.
60+
* NFO - [2571975] Upgraded Go to 1.24.3 from 1.24.11.
61+
* CVE - A total of 4 CVE resolved.
5862

5963
## Release notes for all releases
6064
The following generally available releases are listed in order from oldest to newest.
@@ -501,14 +505,39 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
501505
## Release 2509.02
502506
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.
503507

504-
### Latest release details
508+
### Release details
505509
* NFO Release Version: 3.0.3243-229
506510
* RP Release Version: 1.0.03180.486
507511
* CLI Extension Release Version: 2.0.0b3
508512
* Release Date: November 19, 2025
509513
* Is NFO update required: YES, Update only
510514
* Dependency Versions: Go/1.24.3 - Helm/3.18.4 - Base Image/AzureLinux 3.0
511515

512-
### Latest release updates to improve quality
516+
### Release updates to improve quality
513517
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.
514518
* NFO - [408044] Change maxAvailable for tls-daemonset to restart even when cluster has notReady nodes.
519+
520+
## Release 2601.01
521+
This 2601.01 Azure Operator Service Manager release includes updating the NFO version to 3.0.3294-233 and the RP version to 1.0.03310.523.
522+
523+
### Release details
524+
* NFO Release Version: 3.0.3294-233
525+
* RP Release Version: 1.0.03310.523
526+
* CLI Extension Release Version: 2.0.0b3
527+
* Release Date: January 30, 2026
528+
* Is NFO update required: YES, Update only
529+
* Dependency Versions: Go/1.24.3 - Helm/3.18.4 - Base Image/AzureLinux 3.0
530+
531+
### Release updates to improve quality
532+
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.
533+
* NFO - [2482164] Add self-healing TLS DaemonSet to automatically refresh registry CA on nodes
534+
* RP - [2477770] Private end point creation improvements
535+
* RP - [2386166] Support NF level rollback configuration for SNS Create (first PUT) for CNF workflows
536+
537+
### Release updates to improve security
538+
* NFO - [CVE] A total of 6 CVEs are addressed in this release.
539+
* NFO - Updates cbl-mariner/base/core from 2.0.20251106 to 2.0.20251206
540+
* NFO - Updates Containerd from 1.7.27 to 1.7.29
541+
* RP - [2254238] MISE Compliance for dSTS
542+
* RP - Updates production clusters from .NET 6 to .NET 8
543+

0 commit comments

Comments
 (0)