Skip to content

Commit

Permalink
Update docs and ROADMAP based on 2.12 release (#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored Feb 14, 2025
1 parent 7aaae1f commit 260aa80
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 164 deletions.
8 changes: 5 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Our current release plan:

| Version | Estimated Release |
|------------------------------------------------------------------------|------------------:|
| [2.11.0](https://github.com/Azure/azure-service-operator/milestone/30) | Mid November 2024 |
| [2.12.0](https://github.com/Azure/azure-service-operator/milestone/31) | Mid February 2025 |
| [2.13.0](https://github.com/Azure/azure-service-operator/milestone/32) | Mid April 2025 |
| [2.14.0](https://github.com/Azure/azure-service-operator/milestone/33) | Mid June 2025 |
| [2.15.0](https://github.com/Azure/azure-service-operator/milestone/34) | Mid August 2025 |

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

Any items note completed in time for one release will be carried over to the next, and may result in us pushing other items to a later release.

Partway through eacha release cycle, we'll review the list of issues assigned to upcoming releases and redistribute issues as needed. This usually involves some issues being moved to later releases.
Partway through each release cycle, we'll review the list of issues assigned to upcoming releases and redistribute issues as needed. This usually involves some issues being moved to later releases.

If you're waiting on a particular resource or feature to be released, please comment on the relevant issue (or create a new issue if there isn't already one tracking the request) to let us know. We'll do our best to keep you updated on progress.

Expand All @@ -32,6 +32,8 @@ Prior GA releases of ASO v2:

| Version | Release Date | |
|--------------------------------------------------------------------------------|-----------------:|-----|
| [2.12.0](https://github.com/Azure/azure-service-operator/milestone/v2.12.0) | 11 February 2025 | |
| [2.11.0](https://github.com/Azure/azure-service-operator/milestone/v2.11.0) | 12 November 2024 | |
| [2.10.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.10.0) | 22 October 2024 | |
| [2.9.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.9.0) | 22 August 2024 | |
| [2.8.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.8.0) | 25 June 2024 | |
Expand Down
127 changes: 47 additions & 80 deletions docs/hugo/content/reference/_index.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/hugo/content/reference/app/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `app.azure.com/*` as a 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.

### Next Release

Development of these new resources is complete and they will be available in the next release of ASO.
### Released

These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------|
| [AuthConfig](https://azure.github.io/azure-service-operator/reference/app/v1api20240301/#app.azure.com/v1api20240301.AuthConfig) | 2024-03-01 | v1api20240301 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/app/v1api20240301/v1api20240301_authconfig.yaml) |
Expand Down
9 changes: 4 additions & 5 deletions docs/hugo/content/reference/containerregistry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `containerregistry.azure.com/*` as a 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.

### Next Release

Development of these new resources is complete and they will be available in the next release of ASO.
### Latest Released Versions

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.
| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| [Registry](https://azure.github.io/azure-service-operator/reference/containerregistry/v1api20230701/#containerregistry.azure.com/v1api20230701.Registry) | 2023-07-01 | v1api20230701 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerregistry/v1api20230701/v1api20230701_registry.yaml) |
| [RegistryReplication](https://azure.github.io/azure-service-operator/reference/containerregistry/v1api20230701/#containerregistry.azure.com/v1api20230701.RegistryReplication) | 2023-07-01 | v1api20230701 | v2.12.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerregistry/v1api20230701/v1api20230701_registryreplication.yaml) |

### Released
### Other Supported Versions

These resource(s) are available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
These are older versions of resourced still available for use in the current release of ASO. Different versions of a given resource reflect different versions of the Azure ARM API.
| Resource | ARM Version | CRD Version | Supported From | Sample |
|----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------|
| [Registry](https://azure.github.io/azure-service-operator/reference/containerregistry/v1api20210901/#containerregistry.azure.com/v1api20210901.Registry) | 2021-09-01 | v1api20210901 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerregistry/v1api20210901/v1api20210901_registry.yaml) |
Expand Down
Loading

0 comments on commit 260aa80

Please sign in to comment.