You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-service-manager/release-notes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,17 +193,17 @@ Azure Operator Service Manager is a cloud orchestration service that enables aut
193
193
* Release Version: Version 2.0.2804-137
194
194
* Release Date: August 30, 2024
195
195
* Is NFO update required: YES, Update only
196
-
* Dependency Versions: Go/1.22.4 Helm/3.15.2
196
+
* Dependency Versions: Go/1.22.4 - Helm/3.15.2
197
197
198
198
### Release Installation
199
199
This release can be installed with as an update on top of release 2.0.2788-135.
200
200
201
201
### Release Highlights
202
-
#### High availability and resiliency support for cluster registry and webhook.
202
+
#### High availability for cluster registry and webhook.
203
203
This version restores the high availability features first introduced with release 2.0.2783-134. When enabled, the singleton pod, used in earlier releases, is replaced with a replica set and optionally allows for horizontal auto scaling.
204
204
205
-
#### Support internal certificate management and rotation.
206
-
This version restores internal certificate management using a new method which does not take dependency on cert-manager service. Instead, a private internal service is used to handle requirements for certificate management and rotation within the AOSM namespace.
205
+
#### Enhanced internal certificate management and rotation.
206
+
This version implements internal certificate management using a new method which does not take dependency on cert-manager. Instead, a private internal service is used to handle requirements for certificate management and rotation within the AOSM namespace.
207
207
208
208
#### Safe Upgrades NF Level Rollback
209
209
This version introduces new user options to control behavior when a failure occurs during an upgrade. While pause on failure remains the default, a user can now optionally enable rollback on failure. If a failure occure, with rollback on failure any prior completed NfApps will be reverted to prior state using helm rollback command. See [learn documentation](safe-upgrades-nf-level-rollback.md) for more details on usage.
@@ -213,7 +213,7 @@ This version introduces new user options to control behavior when a failure occu
213
213
#### Bugfix Related Updates
214
214
The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
0 commit comments