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
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,3 +351,39 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
351
351
352
352
#### Security Related Updates
353
353
* CVE - A total of 2 CVEs are addressed in this release.
354
+
355
+
## Release 2.0.2985-184
356
+
357
+
Document Revision 1.0
358
+
359
+
### Release Summary
360
+
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 March 6, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2985-184, the details of which are further outlined in the remainder of this document.
361
+
362
+
### Release Details
363
+
* Release Version: Version 2.0.2985-184
364
+
* Release Date: March 6, 2024
365
+
* Is NFO update required: YES, Update only
366
+
* Dependency Versions: Go/1.22.4 - Helm/3.15.2
367
+
368
+
> [!WARNING]
369
+
> This release has been found to contain flaws and should not be used. Please use 2.0.2987-186 instead.
370
+
371
+
## Release 2.0.2987-186
372
+
373
+
Document Revision 1.0
374
+
375
+
### Release Summary
376
+
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 March 10, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2987-186, the details of which are further outlined in the remainder of this document.
377
+
378
+
### Release Details
379
+
* Release Version: Version 2.0.2987-186
380
+
* Release Date: March 10, 2024
381
+
* Is NFO update required: YES, Update only
382
+
* Dependency Versions: Go/1.22.4 - Helm/3.15.2
383
+
384
+
#### Bugfix Related Updates
385
+
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.
386
+
387
+
* NFO - Cluster Registry Image Corruption Auto-Recovery [2502220010001187]: Sometimes, images in the cluster registry become corrupted due to failures during the download process. This results in all subsequent retry attempts for that image failing. This solution detects corrupted images, removes broken Docker image links, and ensures that future retries can successfully download the image.
388
+
* NFO - Avoid performing an unnecessary image copy when the image is already present in the cluster registry: This update eliminates redundant image downloads when the Artifact Controller pod crashes or becomes temporarily unavailable due to network issues. If the image is already present in the cluster registry, the system will now bypass unnecessary copies, improving efficiency and reducing resource consumption.
389
+
* NFO - Increase oras download concurrency count [ICM602686818]: This update increases the concurrency setting in ORAS, enhancing parallel processing and improving download speed.
0 commit comments