Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Managed Cluster to v2023-07-01 #3629

Merged
merged 37 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7a9319f
Include property conversion functions in test
theunrepentantgeek Nov 27, 2023
0e79cbd
Isolate local variables
theunrepentantgeek Nov 28, 2023
cb3444c
Update configuration
theunrepentantgeek Nov 28, 2023
fe28826
Update generated files
theunrepentantgeek Nov 28, 2023
6b264de
Update deepcopy files
theunrepentantgeek Nov 28, 2023
a6ff918
Add test for compat packages and WriteTo
theunrepentantgeek Nov 29, 2023
4b4ffd1
Update customizations
theunrepentantgeek Dec 1, 2023
98c67be
Update ASOCTL
theunrepentantgeek Dec 1, 2023
8ca2049
Fix imports
theunrepentantgeek Dec 1, 2023
68ff4d3
Add State.WithOverlaidDefinitions()
theunrepentantgeek Nov 27, 2023
06e7ec3
Declare 'err' in local variables
theunrepentantgeek Nov 28, 2023
5056c3c
Move golden test
theunrepentantgeek Dec 4, 2023
c7694cf
Add handwritten info file
theunrepentantgeek Dec 4, 2023
3d0479a
Generate deepcopy file for compat package
theunrepentantgeek Dec 4, 2023
75a0fcf
Add samples
theunrepentantgeek Dec 4, 2023
e39b280
Regenerate files
theunrepentantgeek Dec 4, 2023
9fd28f4
Add new test
theunrepentantgeek Dec 5, 2023
ee3a909
Update configuration to rename enum
theunrepentantgeek Dec 5, 2023
9c0cb5a
Record test
theunrepentantgeek Dec 5, 2023
c157f27
Update submodule
theunrepentantgeek Dec 5, 2023
83cf7d9
Change version to 2023-10-01
theunrepentantgeek Dec 5, 2023
03c1080
Regenerate containerservice
theunrepentantgeek Dec 5, 2023
9c67cad
Update samples
theunrepentantgeek Dec 5, 2023
22d2119
Update test
theunrepentantgeek Dec 5, 2023
9a4c792
Update generated files
theunrepentantgeek Dec 5, 2023
23dbb7f
Update docs
theunrepentantgeek Dec 5, 2023
d0fe437
Update customizations
theunrepentantgeek Dec 5, 2023
43fdbe2
Remove UniqueItems from ValidatedType
theunrepentantgeek Dec 5, 2023
ab5dc1e
Remove population of UniqueItems
theunrepentantgeek Dec 5, 2023
7955a07
Remove factory method
theunrepentantgeek Dec 5, 2023
41dcc95
Merge remote-tracking branch 'origin/feature/remove-uniqueitems-valid…
theunrepentantgeek Dec 5, 2023
45ec621
Update generated files
theunrepentantgeek Dec 5, 2023
4e03e65
Update samples
theunrepentantgeek Dec 5, 2023
9e49567
Record new test
theunrepentantgeek Dec 5, 2023
3e7d60c
Add test recording
theunrepentantgeek Dec 5, 2023
6da5bbd
Update test
theunrepentantgeek Dec 6, 2023
e8588d1
Merge branch 'feature/update-managed-cluster' of https://github.com/A…
theunrepentantgeek Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/hugo/content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ These resource(s) are available for use in the current release of ASO. Different

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

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| ManagedCluster | 2023-10-01 | v1api20231001 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v1api20231001/v1api20231001_managedcluster.yaml) |
| ManagedClustersAgentPool | 2023-10-01 | v1api20231001 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v1api20231001/v1api20231001_managedclustersagentpool.yaml) |

### 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.
Expand Down
9 changes: 9 additions & 0 deletions docs/hugo/content/reference/containerservice/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ no_list: true
---
To install the CRDs for these resources, your ASO configuration must include `containerservice.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.

| Resource | ARM Version | CRD Version | Supported From | Sample |
|--------------------------|-------------|---------------|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| ManagedCluster | 2023-10-01 | v1api20231001 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v1api20231001/v1api20231001_managedcluster.yaml) |
| ManagedClustersAgentPool | 2023-10-01 | v1api20231001 | v2.5.0 | [View](https://github.com/Azure/azure-service-operator/tree/main/v2/samples/containerservice/v1api20231001/v1api20231001_managedclustersagentpool.yaml) |

### 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.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/conversion"

containerservice "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201/storage"
containerservice "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20231001/storage"
. "github.com/Azure/azure-service-operator/v2/internal/logging"

"github.com/Azure/azure-service-operator/v2/internal/genericarmclient"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/pkg/errors"
"sigs.k8s.io/controller-runtime/pkg/conversion"

containerservice "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201/storage"
containerservice "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20231001/storage"

"github.com/Azure/azure-service-operator/v2/internal/genericarmclient"
"github.com/Azure/azure-service-operator/v2/internal/resolver"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading