Skip to content

Commit 5dde20f

Browse files
authored
Merge pull request #285659 from msftadam/patch-11
Update release-notes.md
2 parents fc0e6ad + 64488c3 commit 5dde20f

File tree

1 file changed

+52
-13
lines changed

1 file changed

+52
-13
lines changed

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

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The following release notes are generally available (GA):
1919
* Release Notes for Version 2.0.2763-119
2020
* Release Notes for Version 2.0.2777-132
2121
* Release Notes for Version 2.0.2783-134
22+
* Release Notes for Version 2.0.2788-135
2223

2324
### Release Attestation
2425
These releases are produced compliant with Microsoft’s Secure Development Lifecycle. This lifecycle includes processes for authorizing software changes, antimalware scanning, and scanning and mitigating security bugs and vulnerabilities.
@@ -73,7 +74,7 @@ Through Microsoft’s Secure Future Initiative (SFI), this release delivers the
7374
* NFO - Use of Cert-manager for service certificate management and rotation. This change can result in failed SNS deployments if not properly reconciled. For guidance on the impact of this change, see our [best practice recommendations](best-practices-onboard-deploy.md#considerations-if-your-nf-runs-cert-manager).
7475
* NFO - Automated refresh of AOSM certificates during extension installation.
7576
* NFO - A dedicated service account for the preupgrade job to safeguard against modifications to the existing network function extension service account.
76-
* RP - The service principles (SPs) used for deploying site & Network Function (NF) now require “Microsoft.ExtendedLocation/customLocations/read” permission. The SP's that deploy day N scenario now require "Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action" permission. This change can result in failed SNS deployments if not properly reconciled
77+
* RP - The service principles (SPs) used for deploying site & Network Function (NF) now require “Microsoft.ExtendedLocation/customLocations/read” permission. The SPs that deploy day N scenario now require "Microsoft.Kubernetes/connectedClusters/listClusterUserCredentials/action" permission. This change can result in failed SNS deployments if not properly reconciled
7778
* CVE - A total of five CVEs are addressed in this release.
7879

7980

@@ -108,36 +109,74 @@ The following bug fixes, or other defect resolutions, are delivered with this re
108109
Document Revision 1.1
109110

110111
### Release Summary
111-
Azure Operator Service Manager is a cloud orchestration service that enables automation of operator network-intensive workloads, and mission critical applications hosted on Azure Operator Nexus. Azure Operator Service Manager unifies infrastructure, software, and configuration management with a common model into a single interface, both based on trusted Azure industry standards. This August 20, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2783-134, the details of which are further outlined in the remainder of this document.
112+
Azure Operator Service Manager is a cloud orchestration service that enables automation of operator network-intensive workloads, and mission critical applications hosted on Azure Operator Nexus. Azure Operator Service Manager unifies infrastructure, software, and configuration management with a common model into a single interface, both based on trusted Azure industry standards. This August 15, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2783-134, the details of which are further outlined in the remainder of this document.
112113

113114
### Release Details
114115
* Release Version: 2.0.2783-134
115-
* Release Date: August 20, 2024
116+
* Release Date: August 15, 2024
116117
* Is NFO update required: YES, DELETE & REINSTALL
117118

118119
### Release Installation
119120
**[BREAKING CHANGE INSTALLATION]** This is a mitigation version release, which includes a breaking change. To safely install this version, follow the below steps:
120-
1. Delete all site network services and network functions from the custom location.
121-
3. Delete custom location
122-
2. Uninstall the network function extension.
123-
4. Delete cert-manager CRDs using commands: bash kubectl delete crd certificaterequests.cert-manager.io kubectl delete crd certificates.cert-manager.io kubectl delete crd challenges.acme.cert-manager.io kubectl delete crd clusterissuers.cert-manager.io kubectl delete crd issuers.cert-manager.io kubectl delete crd orders.acme.cert-manager.io
124-
6. Install the network function extension
125-
7. Create custom location
126-
8. Redeploy site network services and network functions to the custom location.
121+
* Delete all site network services and network functions from the custom location.
122+
* Delete custom location
123+
* Uninstall the network function extension.
124+
* Delete cert-manager CRDs using commands:
125+
```
126+
kubectl delete crd certificaterequests.cert-manager.io
127+
kubectl delete crd certificates.cert-manager.io
128+
kubectl delete crd challenges.acme.cert-manager.io
129+
kubectl delete crd clusterissuers.cert-manager.io
130+
kubectl delete crd issuers.cert-manager.io
131+
kubectl delete crd orders.acme.cert-manager.io
132+
```
133+
* Install the network function extension
134+
* Create custom location
135+
* Redeploy site network services and network functions to the custom location.
127136

128137
### Release Highlights
129138
#### Cluster Registry & Webhook – High Availability
130-
This mitigation release disables cluster registry and webhook high availability functionality, to restore ownership of cert-manager services to workload. Instead, NFO will use custom mehtods of certificate management. High availability, along with changes to rotate certs will be restored in a future releases.
139+
This mitigation release disables cluster registry and webhook high availability functionality, to restore ownership of cert-manager services to workload. Instead, NFO will use custom methods of certificate management. High availability, along with changes to rotate certs will be restored in a future release.
131140

132141
### Issues Resolved in This Release
133142

134143
#### Bugfix Related Updates
135144
The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
136145

137-
* NFO - Cert-manager service is removed from from NFO installation and operational use.
146+
* NFO - Cert-manager service is removed from NFO installation and operational use.
138147

139148
#### Security Related Updates
140149

141150
None
142151

143-
152+
## Release Version 2.0.2788-135
153+
154+
Document Revision 1.1
155+
156+
### Release Summary
157+
Azure Operator Service Manager is a cloud orchestration service that enables automation of operator network-intensive workloads, and mission critical applications hosted on Azure Operator Nexus. Azure Operator Service Manager unifies infrastructure, software, and configuration management with a common model into a single interface, both based on trusted Azure industry standards. This August 21, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2788-135, the details of which are further outlined in the remainder of this document.
158+
159+
### Release Details
160+
* Release Version: Version 2.0.2788-135
161+
* Release Date: August 21, 2024
162+
* Is NFO update required: YES, Update only
163+
* Dependency Versions: Go/1.22.4 Helm/3.15.2
164+
165+
### Release Installation
166+
This release can be installed with as an update on top of release 2.0.2783-134.
167+
168+
### Release Highlights
169+
#### Cluster Registry – Garbage Collection
170+
This release extends cluster registry functionality enabling a manual trigger to identify and purging of unused images in the repository. For proper operation, the user must install both this latest version and an additional helper script, which is provided by request only.
171+
172+
### Issues Resolved in This Release
173+
174+
#### Bugfix Related Updates
175+
The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
176+
177+
* NFO - Adjusts AOSM pod tolerations to ensure scheduling on the appropriate nodes.
178+
* NFO - Adds a retry mechanism to handle concurrent updates of artifact custom resources.
179+
180+
#### Security Related Updates
181+
182+
None

0 commit comments

Comments
 (0)