Release Notes

This pages hosts release notes for Azure Operator Service Manager (AOSM).

Overview

The following release notes are generally available (GA):

  • Release Notes for Version 2.0.2763-119
  • Release Notes for Version 2.0.2777-132
  • Release Notes for Version 2.0.2783-134
  • Release Notes for Version 2.0.2788-135
  • Release Notes for Version 2.0.2804-137
  • Release Notes for Version 2.0.2810-144

Release Attestation

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.

Release 2.0.2763-119

Document Revision 1.5

Release Summary

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 July 31st, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2763-119, the details of which are further outlined in the remainder of this document.

Release Details

  • Release Version: 2.0.2763-119
  • Release Date: July 31st, 2024
  • Is NFO update required: YES, DELETE & REINSTALL

Release Installation

[BREAKING CHANGE INSTALLATION] This is a major version release, which includes a breaking change. To safely install this version, follow the below steps:

  1. Delete all site network services and network functions from the custom location.
  2. Uninstall the network function extension.
  3. Delete custom location
  4. Ensure repository access, if required, by updating the content delivery network (CDN) to permit the endpoint linuxgeneva-microsoft.azurecr.io on port 443. This step can be skipped if a wildcard is used or if running Nexus 3.12 or later.
  5. Install the network function extension
  6. Create custom location
  7. Redeploy site network services and network functions to the custom location.

Release Highlights

Cluster Registry & Webhook – High Availability

Introduced in this release is an enhancement of the cluster registry and webhook service to support high availability operations. When enabled, the singleton pod, used in earlier releases, is replaced with a replica set and optionally allows for horizontal auto scaling. Other notable improvements include:

  • Changing registry storage volume from nexus-volume to nexus-shared.
  • Implementing options to allow for the future deletion of the extension with minimal impact.
  • Adds tracking references for cluster registry container images usage

Safe Upgrades – Downgrade to Lower Version

With this release, a Site Network Service (SNS) reput operation now supports downgrading a network function to a lower version. The downgrade reput operation uses the helm update method and is not the same as a rollback operation. Downgrade operations support the same capabilities as upgrades, such as atomic parameter, test-option parameters, and pause-on-failure behavior.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Fix for Out Of Memory(OOM) condition in artifact-controller pod when installing fed-smf with Cluster Registry.
  • NFO - Prevent mutation of non-AOSM managed pods within kube-system namespace. AT&T can use the default value for the new parameter to selectively apply mutations to AOSM-managed pods.
  • NFO - Improved logging, fixing situations where logs were being dropped
  • NFO - Tuning of memory and CPU resources, to limit resource consumption.

Through Microsoft’s Secure Future Initiative (SFI), this release delivers the following security focused enhancements.

  • NFO - Signing of helm package used by network function extension.
  • NFO - Signing of core image used by network function extension.
  • 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.
  • NFO - Automated refresh of AOSM certificates during extension installation.
  • NFO - A dedicated service account for the preupgrade job to safeguard against modifications to the existing network function extension service account.
  • 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
  • CVE - A total of five CVEs are addressed in this release.

Release 2.0.2777-132

Document Revision 1.1

Release Summary

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 7, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2777-132, the details of which are further outlined in the remainder of this document.

Release Details

  • Release Version: 2.0.2777-132
  • Release Date: August 7, 2024
  • Is NFO update required: YES, UPDATE ONLY

Release Installation

This release can be installed with as an update on top of release 2.0.2763-119. Please see the following learn documentation for additional installation guidance.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Adding taint tolerations to all NFO pods and scheduling them on system nodes. Daemonset pods will continue to run on all nodes of cluster).
  • CVE - A total of five CVEs are addressed in this release.

Release 2.0.2783-134

Document Revision 1.1

Release Summary

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.

Release Details

  • Release Version: 2.0.2783-134
  • Release Date: August 15, 2024
  • Is NFO update required: YES, DELETE & REINSTALL

Release Installation

[BREAKING CHANGE INSTALLATION] This is a mitigation version release, which includes a breaking change. To safely install this version, follow the below steps:

  • Delete all site network services and network functions from the custom location.
  • Delete custom location
  • Uninstall the network function extension.
  • Delete cert-manager CRDs using commands:
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
  • Install the network function extension
  • Create custom location
  • Redeploy site network services and network functions to the custom location.

Release Highlights

Cluster Registry & Webhook – High Availability

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.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Cert-manager service is removed from NFO installation and operational use.

None

Release 2.0.2788-135

Document Revision 1.1

Release Summary

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.

Release Details

  • Release Version: Version 2.0.2788-135
  • Release Date: August 21, 2024
  • Is NFO update required: YES, Update only
  • Dependency Versions: Go/1.22.4 Helm/3.15.2

Release Installation

This release can be installed with as an update on top of release 2.0.2783-134. Please see the following learn documentation for additional installation guidance.

Release Highlights

Cluster Registry – Garbage Collection

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.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Adjusts AOSM pod tolerations to ensure scheduling on the appropriate nodes.
  • NFO - Adds a retry mechanism to handle concurrent updates of artifact custom resources.

None

Release 2.0.2804-137

Document Revision 1.1

Release Summary

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 30, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2804-137, the details of which are further outlined in the remainder of this document.

Release Details

  • Release Version: Version 2.0.2804-137
  • Release Date: August 30, 2024
  • Is NFO update required: YES, Update only
  • Dependency Versions: Go/1.22.4 - Helm/3.15.2

Release Installation

This release can be installed with as an update on top of release 2.0.2788-135. Please see the following learn documentation for additional installation guidance.

Release Highlights

High availability for cluster registry and webhook.

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.

Enhanced internal certificate management and rotation.

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.

Safe Upgrades NF Level Rollback

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 for more details on usage.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Enhance cluster registry performance by preventing unnecessary or repeated image downloads.
  • CVE - A total of one CVE is addressed in this release.

Release 2.0.2810-144

Document Revision 1.1

Release Summary

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 Septemer 13, 2024 Azure Operator Service Manager release includes updating the NFO version to 2.0.2810-144, the details of which are further outlined in the remainder of this document.

Release Details

  • Release Version: Version 2.0.2810-144
  • Release Date: September 13, 2024
  • Is NFO update required: YES, Update only
  • Dependency Versions: Go/1.22.4 - Helm/3.15.2

Release Installation

This release can be installed with as an update on top of release 2.0.2804-137. Please see the following learn documentation for additional installation guidance.

Issues Resolved in This Release

The following bug fixes, or other defect resolutions, are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.

  • NFO - Prevent the cluster registry certificate from being invalidated during Arc extension controller reconciliation.

None