From 46293db866d6b741c109f8eeba202b5aa4c191b6 Mon Sep 17 00:00:00 2001 From: shuting Date: Fri, 31 May 2024 11:54:02 +0800 Subject: [PATCH] release v1.12.3 (#10351) Signed-off-by: ShutingZhao --- charts/kyverno-policies/Chart.yaml | 4 +- charts/kyverno-policies/README.md | 2 +- charts/kyverno/Chart.yaml | 8 ++-- charts/kyverno/README.md | 6 +-- charts/kyverno/charts/crds/Chart.yaml | 2 +- charts/kyverno/charts/crds/README.md | 2 +- charts/kyverno/charts/grafana/Chart.yaml | 2 +- charts/kyverno/charts/grafana/README.md | 2 +- config/install-latest-testing.yaml | 60 ++++++++++++------------ 9 files changed, 44 insertions(+), 44 deletions(-) diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index 75e4a635ae6c..4f998bde92b6 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno-policies -version: 3.2.3-rc.1 -appVersion: v1.12.3-rc.1 +version: 3.2.3 +appVersion: v1.12.3 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Pod Security Standards implemented as Kyverno policies keywords: diff --git a/charts/kyverno-policies/README.md b/charts/kyverno-policies/README.md index e245c7db2fc5..9b37b06eabf2 100644 --- a/charts/kyverno-policies/README.md +++ b/charts/kyverno-policies/README.md @@ -2,7 +2,7 @@ Kubernetes Pod Security Standards implemented as Kyverno policies -![Version: 3.2.3-rc.1](https://img.shields.io/badge/Version-3.2.3--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.3-rc.1](https://img.shields.io/badge/AppVersion-v1.12.3--rc.1-informational?style=flat-square) +![Version: 3.2.3](https://img.shields.io/badge/Version-3.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.3](https://img.shields.io/badge/AppVersion-v1.12.3-informational?style=flat-square) ## About diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index c931497b8b50..4eba907e29a6 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno -version: 3.2.4-rc.1 -appVersion: v1.12.3-rc.1 +version: 3.2.4 +appVersion: v1.12.3 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Native Policy Management keywords: @@ -37,8 +37,8 @@ annotations: description: make webhook pod annotations configurable dependencies: - name: grafana - version: 3.2.4-rc.1 + version: 3.2.4 condition: grafana.enabled - name: crds - version: 3.2.4-rc.1 + version: 3.2.4 condition: crds.install diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 03edebc84b9d..3169a36e9280 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -2,7 +2,7 @@ Kubernetes Native Policy Management -![Version: 3.2.4-rc.1](https://img.shields.io/badge/Version-3.2.4--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.3-rc.1](https://img.shields.io/badge/AppVersion-v1.12.3--rc.1-informational?style=flat-square) +![Version: 3.2.4](https://img.shields.io/badge/Version-3.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.3](https://img.shields.io/badge/AppVersion-v1.12.3-informational?style=flat-square) ## About @@ -925,8 +925,8 @@ Kubernetes: `>=1.25.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 3.2.4-rc.1 | -| | grafana | 3.2.4-rc.1 | +| | crds | 3.2.4 | +| | grafana | 3.2.4 | ## Maintainers diff --git a/charts/kyverno/charts/crds/Chart.yaml b/charts/kyverno/charts/crds/Chart.yaml index 31102ebc7635..9fef9d0a7449 100644 --- a/charts/kyverno/charts/crds/Chart.yaml +++ b/charts/kyverno/charts/crds/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: crds -version: 3.2.4-rc.1 +version: 3.2.4 diff --git a/charts/kyverno/charts/crds/README.md b/charts/kyverno/charts/crds/README.md index 9f7e19ef75be..a98a4ee2efb2 100644 --- a/charts/kyverno/charts/crds/README.md +++ b/charts/kyverno/charts/crds/README.md @@ -1,6 +1,6 @@ # crds -![Version: 3.2.4-rc.1](https://img.shields.io/badge/Version-3.2.4--rc.1-informational?style=flat-square) +![Version: 3.2.4](https://img.shields.io/badge/Version-3.2.4-informational?style=flat-square) ## Values diff --git a/charts/kyverno/charts/grafana/Chart.yaml b/charts/kyverno/charts/grafana/Chart.yaml index de5bbce1faaa..806fb29d5e9e 100644 --- a/charts/kyverno/charts/grafana/Chart.yaml +++ b/charts/kyverno/charts/grafana/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: grafana -version: 3.2.4-rc.1 +version: 3.2.4 diff --git a/charts/kyverno/charts/grafana/README.md b/charts/kyverno/charts/grafana/README.md index c27da775246b..b98534ceadf8 100644 --- a/charts/kyverno/charts/grafana/README.md +++ b/charts/kyverno/charts/grafana/README.md @@ -1,6 +1,6 @@ # grafana -![Version: 3.2.4-rc.1](https://img.shields.io/badge/Version-3.2.4--rc.1-informational?style=flat-square) +![Version: 3.2.4](https://img.shields.io/badge/Version-3.2.4-informational?style=flat-square) ## Values diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index c5e8d304ed87..b46836fdd7dd 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -213,8 +213,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: admissionreports.kyverno.io @@ -880,8 +880,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: backgroundscanreports.kyverno.io @@ -1465,8 +1465,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: cleanuppolicies.kyverno.io @@ -5149,8 +5149,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusteradmissionreports.kyverno.io @@ -5818,8 +5818,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterbackgroundscanreports.kyverno.io @@ -6403,8 +6403,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clustercleanuppolicies.kyverno.io @@ -10087,8 +10087,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterpolicies.kyverno.io @@ -26649,8 +26649,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: globalcontextentries.kyverno.io @@ -26898,8 +26898,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policies.kyverno.io @@ -43463,8 +43463,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policyexceptions.kyverno.io @@ -45350,8 +45350,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: updaterequests.kyverno.io @@ -46134,8 +46134,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterephemeralreports.reports.kyverno.io @@ -46491,8 +46491,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: ephemeralreports.reports.kyverno.io @@ -46848,8 +46848,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterpolicyreports.wgpolicyk8s.io @@ -47230,8 +47230,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.4-rc.1 - helm.sh/chart: crds-3.2.4-rc.1 + app.kubernetes.io/version: 3.2.4 + helm.sh/chart: crds-3.2.4 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policyreports.wgpolicyk8s.io