Skip to content

Commit dd35baf

Browse files
authored
Add docs for 2.16 breaking changes (#4996)
1 parent 316a3d9 commit dd35baf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "v2.16.0 Breaking Changes"
3+
linkTitle: "v2.16.0"
4+
weight: -55 # This should be 5 lower than the previous breaking change document
5+
---
6+
## Breaking changes
7+
8+
* Removed containerservice v1api20210501 v1api20231102preview api verisons. This was required to fit the new versions in the CRD. See [number of versions supported in a CRD](https://azure.github.io/azure-service-operator/guide/crd-management/#number-of-versions-supported-in-a-crd). If you allow the operator to manage its own CRDs via `--crd-pattern`, no action is needed 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+
10+
## Upcoming breaking changes
11+
12+
* Will remove containerservice fleet API version v1api20230315preview in the next release of ASO (v2.17)

docs/hugo/content/guide/crd-management.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ For manually installed CRDs, [`asoctl clean crds`]( {{< relref "asoctl#clean-crd
151151
CRDs for upgrade when a CRD version that was previously a storage version was removed.
152152

153153
For ASO managed CRDs, ASO will automatically clean up the old storage versions when it's upgraded to the new version
154-
that removed those CRDs. **Note:** This is not yet implemented, it is being tracked by
155-
[#4376](https://github.com/Azure/azure-service-operator/issues/4376).
154+
that removed those CRDs.
156155

157156
## Best Practices
158157

0 commit comments

Comments
 (0)