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
|[2.18.0](https://github.com/Azure/azure-service-operator/milestone/38)| 24 February 2026 ||
35
-
|[2.17.0](https://github.com/Azure/azure-service-operator/milestone/36)| 8 December 2025 | Release cycle was abbreviated to get key items out before the 2025/2026 holiday season |
36
-
|[2.16.0](https://github.com/Azure/azure-service-operator/milestone/35)| 22 October 2025 |
33
+
|[2.19.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.19.0)| 24 April 2026 ||
34
+
|[2.18.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.18.0)| 24 February 2026 ||
35
+
|[2.17.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.17.0)| 8 December 2025 | Release cycle was abbreviated to get key items out before the 2025/2026 holiday season |
36
+
|[2.16.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.16.0)| 22 October 2025 |
37
37
|[2.15.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.15.0)| 20 August 2025 ||
38
38
|[2.14.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.14.0)| 24 June 2025 ||
39
39
|[2.13.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.13.0)| 23 April 2025 ||
Copy file name to clipboardExpand all lines: docs/hugo/content/guide/breaking-changes/breaking-changes-v2.19.0.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,12 @@ weight: -60 # This should be 5 lower than the previous breaking change document
6
6
## Breaking changes
7
7
8
8
* Removed containerservice v1api20240402preview versions of ManagedCluster, ManagedClustersAgentPool, and TrustedAccessRoleBinding resources as the API has been deprecated by Azure. If you allow the operator to manage its own CRDs via `--crd-pattern`, no action is needed as the operator will take care of removing these versions. If you manage the CRD versions yourself, you'll need to run [asoctl clean crds](https://azure.github.io/azure-service-operator/tools/asoctl/#clean-crds) before upgrading.
9
+
* Updated `network.azure.com/VirtualNetworkGateway` field `radiusServerSecret` to be a secret (#5295)
10
+
-`spec.vpnClientConfiguration.radiusServerSecret` is now a secret reference instead of a string.
11
+
-`spec.vpnClientConfiguration.radiusServers[].radiusServerSecret` is now a secret instead of a string.
12
+
-`status.vpnClientConfiguration.radiusServerSecret` was removed.
13
+
-`status.vpnClientConfiguration.radiusServers[].radiusServerSecret` was removed.
14
+
- Removed `insights.azure.com/AutoscaleSetting` field `status.notifications[].webhooks[].serviceUri`, as it may contain secrets (#5308).
15
+
- Removed `insights.azure.com/ActionGroup` field `status.automationRunbookReceivers[].serviceUri` and `status.webhookReceivers[].serviceUri` as it may contain secrets (#5308).
Copy file name to clipboardExpand all lines: docs/hugo/content/reference/apimanagement/_index.md
+10-17Lines changed: 10 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,42 +5,35 @@ no_list: true
5
5
---
6
6
To install the CRDs for these resources, your ASO configuration must include `apimanagement.azure.com/*` as one of the configured CRD patterns. See [CRD Management in ASO](https://azure.github.io/azure-service-operator/guide/crd-management/) for details on doing this for both [Helm](https://azure.github.io/azure-service-operator/guide/crd-management/#helm) and [YAML](https://azure.github.io/azure-service-operator/guide/crd-management/#yaml) based installations.
7
7
8
-
### Next Release
9
-
10
-
Development of these new resources is complete and they will be available in the next release of ASO.
11
-
12
-
| Resource | ARM Version | CRD Version | Supported From | Sample |
These resource(s) are the latest versions available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
28
11
| Resource | ARM Version | CRD Version | Supported From | Sample |
0 commit comments