From b3f74034c2fc7feb6fc990dca9833c899645b838 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:40 +0000 Subject: [PATCH 01/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 7bcf7075..f5d1680a 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -21,7 +21,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: 1.6.0-rc4 +version: 1.7.0 # This is the version of Kubewarden stack appVersion: v1.7.0-rc3 annotations: From 85b71368efabe84e5e4a8a3ca9b900d4cbf66d3f Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:42 +0000 Subject: [PATCH 02/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-defaults/chart-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/chart-values.yaml b/charts/kubewarden-defaults/chart-values.yaml index 62e676ef..1c8f9bd0 100644 --- a/charts/kubewarden-defaults/chart-values.yaml +++ b/charts/kubewarden-defaults/chart-values.yaml @@ -10,7 +10,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.7.0-rc3 + tag: v1.7.0 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key From be04626e85cc14e3390721f97339a744853e9a37 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:43 +0000 Subject: [PATCH 03/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-defaults/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 5f5a6cff..82b72740 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -34,7 +34,7 @@ annotations: # optional ones: catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts. catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc4 - catalog.cattle.io/upstream-version: 1.7.0-rc4 + catalog.cattle.io/upstream-version: 1.8.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool From 33365858cfbcb873f46954f00d315cd2d69b309d Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:45 +0000 Subject: [PATCH 04/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/chart-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/chart-values.yaml b/charts/kubewarden-controller/chart-values.yaml index 8efec929..ad05a64c 100644 --- a/charts/kubewarden-controller/chart-values.yaml +++ b/charts/kubewarden-controller/chart-values.yaml @@ -102,7 +102,7 @@ auditScanner: # The registry is defined in the common.cattle.systemDefaultRegistry value # kubectl image to be used in the pre-delete helm hook repository: "kubewarden/audit-scanner" - tag: v1.7.0-rc3 + tag: v1.7.0 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes From d4afc88efc5b44439b5b1ea6a5c054d403e7d1af Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:46 +0000 Subject: [PATCH 05/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/kubewarden-controller/values.yaml b/charts/kubewarden-controller/values.yaml index def19e13..9fa238d0 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -1,5 +1,4 @@ # This file was autogenerated. - # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values. @@ -87,7 +86,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.7.0-rc3 + tag: v1.7.0 pullPolicy: IfNotPresent preDeleteJob: image: From 89e67351022ddf797ed2532ebc7395310dcb521d Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:48 +0000 Subject: [PATCH 06/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index f5d1680a..3e80ab01 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -23,7 +23,7 @@ maintainers: # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 1.7.0 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc3 +appVersion: v1.7.0 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart From bdba867170cd6fe60af9c9a03cae223962baf8c9 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:49 +0000 Subject: [PATCH 07/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 3e80ab01..f41c772b 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -40,7 +40,7 @@ annotations: catalog.cattle.io/requests-cpu: "250m" catalog.cattle.io/requests-memory: "50Mi" catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.7.100-0" # Chart will only be available for users in the specified Rancher version(s), here its 2.5.0-2.5.99. This _must_ use build metadata or it won't work correctly for future RC's. - catalog.cattle.io/upstream-version: 1.6.0-rc4 + catalog.cattle.io/upstream-version: 1.7.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool From 4b13bbd6d587bef291dcefe2dcbc3cd84db00d32 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:51 +0000 Subject: [PATCH 08/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-defaults/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 82b72740..ad79d448 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -22,7 +22,7 @@ keywords: # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 1.7.0-rc4 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc3 +appVersion: v1.7.0 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart From e7b99c3d03c00f5efebd4467f6066e552e52776f Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:52 +0000 Subject: [PATCH 09/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-defaults/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index cc8a0e99..399ccfa5 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -1,5 +1,4 @@ # This file was autogenerated. - # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values. @@ -51,7 +50,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.7.0-rc3 + tag: v1.7.0 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key From 19de315f6e29a181a4cbe681e5f4b410763e49d9 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:54 +0000 Subject: [PATCH 10/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/chart-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/chart-values.yaml b/charts/kubewarden-controller/chart-values.yaml index ad05a64c..0892a149 100644 --- a/charts/kubewarden-controller/chart-values.yaml +++ b/charts/kubewarden-controller/chart-values.yaml @@ -46,7 +46,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.7.0-rc3 + tag: v1.7.0 pullPolicy: IfNotPresent preDeleteJob: image: From d9fb91ed0cf2c2793de23ffec87b2fcb5f4c500b Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:56 +0000 Subject: [PATCH 11/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-controller/values.yaml b/charts/kubewarden-controller/values.yaml index 9fa238d0..303f5aed 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -142,7 +142,7 @@ auditScanner: # The registry is defined in the common.cattle.systemDefaultRegistry value # kubectl image to be used in the pre-delete helm hook repository: "kubewarden/audit-scanner" - tag: v1.7.0-rc3 + tag: v1.7.0 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes From 922172c99427d96c9283508ec910fe4b115a57d3 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 20 Sep 2023 17:37:57 +0000 Subject: [PATCH 12/15] fix: Update Kubewarden Helm charts --- charts/kubewarden-defaults/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index ad79d448..c3566792 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -20,7 +20,7 @@ keywords: # 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: 1.7.0-rc4 +version: 1.8.0 # This is the version of Kubewarden stack appVersion: v1.7.0 annotations: From 309e75e0b032353f05a8dae18395dd9eedc4d3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= <1514798+jvanz@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:41:45 -0300 Subject: [PATCH 13/15] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Guilherme Vanz <1514798+jvanz@users.noreply.github.com> --- charts/kubewarden-controller/Chart.yaml | 4 ++-- charts/kubewarden-defaults/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index f41c772b..0215b453 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -21,7 +21,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: 1.7.0 +version: 1.6.0 # This is the version of Kubewarden stack appVersion: v1.7.0 annotations: @@ -40,7 +40,7 @@ annotations: catalog.cattle.io/requests-cpu: "250m" catalog.cattle.io/requests-memory: "50Mi" catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.7.100-0" # Chart will only be available for users in the specified Rancher version(s), here its 2.5.0-2.5.99. This _must_ use build metadata or it won't work correctly for future RC's. - catalog.cattle.io/upstream-version: 1.7.0 + catalog.cattle.io/upstream-version: 1.6.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index c3566792..50b7c49b 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -20,7 +20,7 @@ keywords: # 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: 1.8.0 +version: 1.7.0 # This is the version of Kubewarden stack appVersion: v1.7.0 annotations: @@ -34,7 +34,7 @@ annotations: # optional ones: catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts. catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc4 - catalog.cattle.io/upstream-version: 1.8.0 + catalog.cattle.io/upstream-version: 1.7.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool From 4a5b7f381afdfdd8fc1a60c100df6714ae320b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 20 Sep 2023 14:44:55 -0300 Subject: [PATCH 14/15] fix: bump kubewarden-crds to 1.4.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes the `rc` suffix from from the kubewarden-crds chart. Signed-off-by: José Guilherme Vanz --- charts/kubewarden-controller/Chart.yaml | 2 +- charts/kubewarden-crds/Chart.yaml | 6 +++--- charts/kubewarden-defaults/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 0215b453..efe25dc6 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -33,7 +33,7 @@ annotations: catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: - catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc4 + catalog.cattle.io/auto-install: kubewarden-crds=1.4.0 catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart. # The following two will create a UI warning if the request is not available in cluster # Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid. diff --git a/charts/kubewarden-crds/Chart.yaml b/charts/kubewarden-crds/Chart.yaml index cb411d54..3ada4a05 100644 --- a/charts/kubewarden-crds/Chart.yaml +++ b/charts/kubewarden-crds/Chart.yaml @@ -20,9 +20,9 @@ keywords: # 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: 1.4.0-rc4 +version: 1.4.0 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc3 +appVersion: v1.7.0 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -31,7 +31,7 @@ annotations: catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts. - catalog.cattle.io/upstream-version: 1.4.0-rc4 + catalog.cattle.io/upstream-version: 1.4.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 50b7c49b..0177752d 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -33,7 +33,7 @@ annotations: catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts. - catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc4 + catalog.cattle.io/auto-install: kubewarden-crds=1.4.0 catalog.cattle.io/upstream-version: 1.7.0 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. From fdc468124365294a6a1150af620612c6a8e04652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 20 Sep 2023 14:47:06 -0300 Subject: [PATCH 15/15] fix: regenerate values files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the auto generated files for values. Signed-off-by: José Guilherme Vanz --- charts/kubewarden-controller/values.yaml | 1 + charts/kubewarden-defaults/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/kubewarden-controller/values.yaml b/charts/kubewarden-controller/values.yaml index 303f5aed..adfcbcff 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -1,4 +1,5 @@ # This file was autogenerated. + # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values. diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index 399ccfa5..f666fdc9 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -1,4 +1,5 @@ # This file was autogenerated. + # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values.