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
+52-13Lines changed: 52 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The following release notes are generally available (GA):
19
19
* Release Notes for Version 2.0.2763-119
20
20
* Release Notes for Version 2.0.2777-132
21
21
* Release Notes for Version 2.0.2783-134
22
+
* Release Notes for Version 2.0.2788-135
22
23
23
24
### Release Attestation
24
25
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
73
74
* 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).
74
75
* NFO - Automated refresh of AOSM certificates during extension installation.
75
76
* 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
77
78
* CVE - A total of five CVEs are addressed in this release.
78
79
79
80
@@ -108,36 +109,74 @@ The following bug fixes, or other defect resolutions, are delivered with this re
108
109
Document Revision 1.1
109
110
110
111
### 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.
112
113
113
114
### Release Details
114
115
* Release Version: 2.0.2783-134
115
-
* Release Date: August 20, 2024
116
+
* Release Date: August 15, 2024
116
117
* Is NFO update required: YES, DELETE & REINSTALL
117
118
118
119
### Release Installation
119
120
**[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.
* Redeploy site network services and network functions to the custom location.
127
136
128
137
### Release Highlights
129
138
#### 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.
131
140
132
141
### Issues Resolved in This Release
133
142
134
143
#### Bugfix Related Updates
135
144
The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
136
145
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.
138
147
139
148
#### Security Related Updates
140
149
141
150
None
142
151
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.
0 commit comments