Skip to content

Commit 1abb7fe

Browse files
authored
Update documentation for 2.9.0 release (#4212)
1 parent bc3904c commit 1abb7fe

File tree

6 files changed

+16
-29
lines changed

6 files changed

+16
-29
lines changed

ROADMAP.md

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

1111
| Version | Estimated Release |
1212
|------------------------------------------------------------------------|------------------------:|
13-
| [2.9.0](https://github.com/Azure/azure-service-operator/milestone/28) | Mid August 2024 |
1413
| [2.10.0](https://github.com/Azure/azure-service-operator/milestone/29) | Mid October 2024 |
1514
| [2.11.0](https://github.com/Azure/azure-service-operator/milestone/30) | Early/Mid December 2024 |
15+
| [2.12.0](https://github.com/Azure/azure-service-operator/milestone/31) | Mid/Late February 2025 |
1616

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

@@ -32,6 +32,7 @@ Prior GA releases of ASO v2:
3232

3333
| Version | Release Date | |
3434
|------------------------------------------------------------------------------|-----------------:|-----|
35+
| [2.9.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.9.0) | 22 August 2024 | |
3536
| [2.8.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.8.0) | 25 June 2024 | |
3637
| [2.7.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.7.0) | 25 April 2024 | |
3738
| [2.6.0](https://github.com/Azure/azure-service-operator/releases/tag/v2.6.0) | 23 February 2024 | |

docs/hugo/content/reference/_index.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,27 +153,20 @@ These resource(s) are available for use in the current release of ASO. Different
153153

154154
To install the CRDs for these resources, your ASO configuration must include `compute.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.
155155

156-
### Next Release
157-
158-
Development of these new resources is complete and they will be available in the next release of ASO.
159-
160-
| Resource | ARM Version | CRD Version | Supported From | Sample |
161-
|--------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------|
162-
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Disk) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_disk.yaml) |
163-
| [DiskAccess](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskAccess) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskaccess.yaml) |
164-
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskEncryptionSet) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskencryptionset.yaml) |
165-
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Snapshot) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_snapshot.yaml) |
166-
167156
### Released
168157

169158
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.
170159

171160
| Resource | ARM Version | CRD Version | Supported From | Sample |
172161
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|
162+
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Disk) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_disk.yaml) |
173163
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20200930/#compute.azure.com/v1api20200930.Disk) | 2020-09-30 | v1api20200930 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20200930_disk.yaml) |
164+
| [DiskAccess](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskAccess) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskaccess.yaml) |
165+
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskEncryptionSet) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskencryptionset.yaml) |
174166
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20220702/#compute.azure.com/v1api20220702.DiskEncryptionSet) | 2022-07-02 | v1api20220702 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220702_diskencryptionset.yaml) |
175167
| [Image](https://azure.github.io/azure-service-operator/reference/compute/v1api20220301/#compute.azure.com/v1api20220301.Image) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220301_image.yaml) |
176168
| [Image](https://azure.github.io/azure-service-operator/reference/compute/v1api20210701/#compute.azure.com/v1api20210701.Image) | 2021-07-01 | v1api20210701 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20210701_image.yaml) |
169+
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Snapshot) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_snapshot.yaml) |
177170
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20200930/#compute.azure.com/v1api20200930.Snapshot) | 2020-09-30 | v1api20200930 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20200930_snapshot.yaml) |
178171
| [VirtualMachine](https://azure.github.io/azure-service-operator/reference/compute/v1api20220301/#compute.azure.com/v1api20220301.VirtualMachine) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220301_virtualmachine.yaml) |
179172
| [VirtualMachine](https://azure.github.io/azure-service-operator/reference/compute/v1api20201201/#compute.azure.com/v1api20201201.VirtualMachine) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20201201_virtualmachine.yaml) |
@@ -580,9 +573,9 @@ These resource(s) are available for use in the current release of ASO. Different
580573

581574
To install the CRDs for these resources, your ASO configuration must include `redhatopenshift.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.
582575

583-
### Next Release
576+
### Released
584577

585-
Development of these new resources is complete and they will be available in the next release of ASO.
578+
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.
586579

587580
| Resource | ARM Version | CRD Version | Supported From | Sample |
588581
|------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------|

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,20 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `compute.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.
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-
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Disk) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_disk.yaml) |
15-
| [DiskAccess](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskAccess) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskaccess.yaml) |
16-
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskEncryptionSet) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskencryptionset.yaml) |
17-
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Snapshot) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_snapshot.yaml) |
18-
198
### Released
209

2110
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.
2211

2312
| Resource | ARM Version | CRD Version | Supported From | Sample |
2413
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Disk) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_disk.yaml) |
2515
| [Disk](https://azure.github.io/azure-service-operator/reference/compute/v1api20200930/#compute.azure.com/v1api20200930.Disk) | 2020-09-30 | v1api20200930 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20200930_disk.yaml) |
16+
| [DiskAccess](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskAccess) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskaccess.yaml) |
17+
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.DiskEncryptionSet) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_diskencryptionset.yaml) |
2618
| [DiskEncryptionSet](https://azure.github.io/azure-service-operator/reference/compute/v1api20220702/#compute.azure.com/v1api20220702.DiskEncryptionSet) | 2022-07-02 | v1api20220702 | v2.3.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220702_diskencryptionset.yaml) |
2719
| [Image](https://azure.github.io/azure-service-operator/reference/compute/v1api20220301/#compute.azure.com/v1api20220301.Image) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220301_image.yaml) |
2820
| [Image](https://azure.github.io/azure-service-operator/reference/compute/v1api20210701/#compute.azure.com/v1api20210701.Image) | 2021-07-01 | v1api20210701 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20210701_image.yaml) |
21+
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20240302/#compute.azure.com/v1api20240302.Snapshot) | 2024-03-02 | v1api20240302 | v2.9.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20240302_snapshot.yaml) |
2922
| [Snapshot](https://azure.github.io/azure-service-operator/reference/compute/v1api20200930/#compute.azure.com/v1api20200930.Snapshot) | 2020-09-30 | v1api20200930 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20200930_snapshot.yaml) |
3023
| [VirtualMachine](https://azure.github.io/azure-service-operator/reference/compute/v1api20220301/#compute.azure.com/v1api20220301.VirtualMachine) | 2022-03-01 | v1api20220301 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20220301_virtualmachine.yaml) |
3124
| [VirtualMachine](https://azure.github.io/azure-service-operator/reference/compute/v1api20201201/#compute.azure.com/v1api20201201.VirtualMachine) | 2020-12-01 | v1api20201201 | v2.0.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/compute/v1api/v1api20201201_virtualmachine.yaml) |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ no_list: true
55
---
66
To install the CRDs for these resources, your ASO configuration must include `redhatopenshift.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.
77

8-
### Next Release
8+
### Released
99

10-
Development of these new resources is complete and they will be available in the next release of ASO.
10+
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.
1111

1212
| Resource | ARM Version | CRD Version | Supported From | Sample |
1313
|------------------|-------------|---------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------|

hack/crossplane/azure-crossplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ supportedResourcesReport:
88
outputFolder: apis
99
# Path to documentation fragments to inject into the report
1010
fragmentPath: ../../docs/v2/crossplane/supported-resources
11-
currentRelease: v2.8.0
11+
currentRelease: v2.9.0
1212

1313
pipeline: crossplane
1414
typeFilters:

v2/azure-arm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ supportedResourcesReport:
3131
# resourcePath is a template used for generating a file path for checking whether docs for a resource have been generated
3232
# specified relative to the directory of outputPath, and supports the same placeholders
3333
resourcePathTemplate: "{group}/{version}.md"
34-
currentRelease: v2.8.0
34+
currentRelease: v2.9.0
3535

3636
#
3737
# These filters are used early in the processing pipeline.

0 commit comments

Comments
 (0)