Update 5.0.0 breaking change note. Upgrading is fine, but labels on CRDs have changed for new installations

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Scott Rigby
2019-11-28 17:55:38 -05:00
parent 7256dbda4d
commit 4da3a8581f
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ numbering uses [semantic versioning](http://semver.org).
### Breaking changes
- Helm 3 support for CRDs was added. Specifically, the CRD templates were moved to non-templated files in the `/crds` directory, and to keep Helm 2 support they are globbed from there by `/templates/crds.yaml`. However, because Helm 3 CRDs are not templated, the labels have necessarily changed. Because of this, you must manually delete any ambassador CRDs installed by previous versions of this chart before upgrading
**Note** If upgrading an existing helm 2 installation no action is needed, previously installed CRDs will not be modified.
- Helm 3 support for CRDs was added. Specifically, the CRD templates were moved to non-templated files in the `/crds` directory, and to keep Helm 2 support they are globbed from there by `/templates/crds.yaml`. However, because Helm 3 CRDs are not templated, the labels for new installations have necessarily changed
## v4.0.0
+3 -1
View File
@@ -200,7 +200,9 @@ $ helm upgrade --install --wait my-release -f values.yaml stable/ambassador
### Breaking changes
- Helm 3 support for CRDs was added. Specifically, the CRD templates were moved to non-templated files in the `/crds` directory, and to keep Helm 2 support they are globbed from there by `/templates/crds.yaml`. However, because Helm 3 CRDs are not templated, the labels have necessarily changed. Because of this, you must manually delete any ambassador CRDs installed by previous versions of this chart before upgrading
**Note** If upgrading an existing helm 2 installation no action is needed, previously installed CRDs will not be modified.
- Helm 3 support for CRDs was added. Specifically, the CRD templates were moved to non-templated files in the `/crds` directory, and to keep Helm 2 support they are globbed from there by `/templates/crds.yaml`. However, because Helm 3 CRDs are not templated, the labels for new installations have necessarily changed
## To 4.0.0