diff --git a/stable/ambassador/CHANGELOG.md b/stable/ambassador/CHANGELOG.md index dc35930fd0..765d618578 100644 --- a/stable/ambassador/CHANGELOG.md +++ b/stable/ambassador/CHANGELOG.md @@ -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 diff --git a/stable/ambassador/README.md b/stable/ambassador/README.md index 1687579b41..35ae48c50f 100755 --- a/stable/ambassador/README.md +++ b/stable/ambassador/README.md @@ -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