Skip to content

Commit 156dcb1

Browse files
authored
Update docs for 2.19 (#5334)
1 parent b85ecbc commit 156dcb1

11 files changed

Lines changed: 202 additions & 267 deletions

File tree

ROADMAP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Our current release plan:
1010

1111
| Version | Estimated Release |
1212
| ---------------------------------------------------------------------- | ----------------: |
13-
| [2.19.0](https://github.com/Azure/azure-service-operator/milestone/38) | Mid April 2026 |
1413
| [2.20.0](https://github.com/Azure/azure-service-operator/milestone/39) | Mid June 2026 |
1514
| [2.21.0](https://github.com/Azure/azure-service-operator/milestone/40) | Mid August 2026 |
16-
| 2.22.0 | Mid October 2026 |
15+
| [2.22.0](https://github.com/Azure/azure-service-operator/milestone/41) | Mid October 2026 |
1716

1817
Where linked, versions go to a list of feature and bugs that are planned to be included in that release.
1918

@@ -31,9 +30,10 @@ Official releases of ASO v2:
3130

3231
| Version | Release Date | |
3332
| ------------------------------------------------------------------------------ | ---------------: | -------------------------------------------------------------------------------------- |
34-
| [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 |
3737
| [2.15.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.15.0) | 20 August 2025 | |
3838
| [2.14.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.14.0) | 24 June 2025 | |
3939
| [2.13.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.13.0) | 23 April 2025 | |

docs/hugo/content/guide/breaking-changes/breaking-changes-v2.19.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@ weight: -60 # This should be 5 lower than the previous breaking change document
66
## Breaking changes
77

88
* 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).
916

1017
## Upcoming breaking changes

docs/hugo/content/reference/_index.md

Lines changed: 94 additions & 130 deletions
Large diffs are not rendered by default.

docs/hugo/content/reference/apimanagement/_index.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,35 @@ no_list: true
55
---
66
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.
77

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 |
13-
|--------------------------------------------------------------------------------------------------------------------------------|-------------|-------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
14-
| [ApiDiagnostic]({{< relref "/reference/apimanagement/v20240501#ApiDiagnostic" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_apidiagnostic.yaml) |
15-
| [ApiPolicy]({{< relref "/reference/apimanagement/v20240501#ApiPolicy" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_apipolicy.yaml) |
16-
| [Certificate]({{< relref "/reference/apimanagement/v20240501#Certificate" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_certificate.yaml) |
17-
| [Group]({{< relref "/reference/apimanagement/v20240501#Group" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_group.yaml) |
18-
| [Logger]({{< relref "/reference/apimanagement/v20240501#Logger" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_logger.yaml) |
19-
| [ServiceGateway]({{< relref "/reference/apimanagement/v20240501#ServiceGateway" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegateway.yaml) |
20-
| [ServiceGatewayApi]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayApi" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewayapi.yaml) |
21-
| [ServiceGatewayCertificateAuthority]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayCertificateAuthority" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewaycertificateauthority.yaml) |
22-
| [ServiceGatewayHostnameConfiguration]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayHostnameConfiguration" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewayhostnameconfiguration.yaml) |
23-
| [User]({{< relref "/reference/apimanagement/v20240501#User" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_user.yaml) |
24-
258
### Latest Released Versions
269

2710
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.
2811
| Resource | ARM Version | CRD Version | Supported From | Sample |
2912
|----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|-------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3013
| [Api]({{< relref "/reference/apimanagement/v20240501#Api" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_api.yaml) |
14+
| [ApiDiagnostic]({{< relref "/reference/apimanagement/v20240501#ApiDiagnostic" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_apidiagnostic.yaml) |
15+
| [ApiPolicy]({{< relref "/reference/apimanagement/v20240501#ApiPolicy" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_apipolicy.yaml) |
3116
| [ApiVersionSet]({{< relref "/reference/apimanagement/v20240501#ApiVersionSet" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_apiversionset.yaml) |
3217
| [AuthorizationProvider]({{< relref "/reference/apimanagement/v20240501#AuthorizationProvider" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_authorizationprovider.yaml) |
3318
| [AuthorizationProvidersAuthorization]({{< relref "/reference/apimanagement/v20240501#AuthorizationProvidersAuthorization" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_authorizationprovidersauthorization.yaml) |
3419
| [AuthorizationProvidersAuthorizationsAccessPolicy]({{< relref "/reference/apimanagement/v20240501#AuthorizationProvidersAuthorizationsAccessPolicy" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_authorizationprovidersauthorizationsaccesspolicy.yaml) |
3520
| [Backend]({{< relref "/reference/apimanagement/v20240501#Backend" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_backend.yaml) |
21+
| [Certificate]({{< relref "/reference/apimanagement/v20240501#Certificate" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_certificate.yaml) |
22+
| [Group]({{< relref "/reference/apimanagement/v20240501#Group" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_group.yaml) |
23+
| [Logger]({{< relref "/reference/apimanagement/v20240501#Logger" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_logger.yaml) |
3624
| [NamedValue]({{< relref "/reference/apimanagement/v20240501#NamedValue" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_namedvalue.yaml) |
3725
| [Policy]({{< relref "/reference/apimanagement/v20240501#Policy" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_policy.yaml) |
3826
| [PolicyFragment]({{< relref "/reference/apimanagement/v20240501#PolicyFragment" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_policyfragment.yaml) |
3927
| [Product]({{< relref "/reference/apimanagement/v20240501#Product" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_product.yaml) |
4028
| [ProductApi]({{< relref "/reference/apimanagement/v20240501#ProductApi" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_productapi.yaml) |
4129
| [ProductPolicy]({{< relref "/reference/apimanagement/v20240501#ProductPolicy" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_productpolicy.yaml) |
4230
| [Service]({{< relref "/reference/apimanagement/v20240501#Service" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_service.yaml) |
31+
| [ServiceGateway]({{< relref "/reference/apimanagement/v20240501#ServiceGateway" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegateway.yaml) |
32+
| [ServiceGatewayApi]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayApi" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewayapi.yaml) |
33+
| [ServiceGatewayCertificateAuthority]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayCertificateAuthority" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewaycertificateauthority.yaml) |
34+
| [ServiceGatewayHostnameConfiguration]({{< relref "/reference/apimanagement/v20240501#ServiceGatewayHostnameConfiguration" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_servicegatewayhostnameconfiguration.yaml) |
4335
| [Subscription]({{< relref "/reference/apimanagement/v20240501#Subscription" >}}) | 2024-05-01 | v20240501 | v2.16.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_subscription.yaml) |
36+
| [User]({{< relref "/reference/apimanagement/v20240501#User" >}}) | 2024-05-01 | v20240501 | v2.19.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/apimanagement/v20240501/v20240501_user.yaml) |
4437

4538
### Other Supported Versions
4639

0 commit comments

Comments
 (0)