Skip to content

Commit 10c2ef5

Browse files
authored
Update release-notes.md
Add 135
1 parent bc0e445 commit 10c2ef5

File tree

1 file changed

+49
-10
lines changed

1 file changed

+49
-10
lines changed

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

Lines changed: 49 additions & 10 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.
@@ -108,22 +109,30 @@ 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
@@ -140,4 +149,34 @@ The following bug fixes, or other defect resolutions, are delivered with this re
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)