From 55774a7204b61a87fca79d5961f4d201f35b2ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Fri, 18 Jun 2021 11:22:08 +0200 Subject: [PATCH] Bump controller version to `v0.3.0` --- charts/kubewarden-controller/Chart.yaml | 4 ++-- charts/kubewarden-controller/templates/NOTES.txt | 12 ++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 7f3313f4..3ac85796 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -13,7 +13,7 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.18 +version: 0.2.0 # This is the version of kubewarden-controller container image to be used -appVersion: "v0.2.3" +appVersion: "v0.3.0" diff --git a/charts/kubewarden-controller/templates/NOTES.txt b/charts/kubewarden-controller/templates/NOTES.txt index 01ad8a47..bc154437 100644 --- a/charts/kubewarden-controller/templates/NOTES.txt +++ b/charts/kubewarden-controller/templates/NOTES.txt @@ -5,11 +5,7 @@ You can start defining cluster admission policies by using the For more information checkout https://kubewarden.io/ -> **Warning:** the `ClusterAdmissionPolicy` resources of version `v1alpha1` are -> now deprecated. The next release of `kubewarden-controller` won't support -> them anymore. -> -> This release of kubewarden-controller is not reconciling `v1alpha1` resources -> anymore. -> -> Migrate your `ClusterAdmissionPolicy` to `v1alpha2`. +> **Warning:** the `ClusterAdmissionPolicy` resources of version +> `v1alpha1` are now removed. Refer to the `v0.2.0` release notes to +> find out how to migrate them to `v1alpha2` if you still need to do +> so.