From 111b052c9a1826a563d1763b6d302e31a5338aa0 Mon Sep 17 00:00:00 2001 From: shuting Date: Mon, 22 Apr 2024 15:28:05 +0800 Subject: [PATCH] release v1.12.0 (#10082) 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 71ba7383fdad..6fc0adcb9b11 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.0-rc.5 -appVersion: v1.12.0-rc.5 +version: 3.2.0 +appVersion: v1.12.0 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 ad9f4646c88c..915077e498e5 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.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.5](https://img.shields.io/badge/AppVersion-v1.12.0--rc.5-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0](https://img.shields.io/badge/AppVersion-v1.12.0-informational?style=flat-square) ## About diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index 7a7533c1dd2e..ddde0c39875e 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno -version: 3.2.0-rc.5 -appVersion: v1.12.0-rc.5 +version: 3.2.0 +appVersion: v1.12.0 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Native Policy Management keywords: @@ -43,8 +43,8 @@ annotations: description: Add podLabels to the pre-delete hook dependencies: - name: grafana - version: 3.2.0-rc.5 + version: 3.2.0 condition: grafana.enabled - name: crds - version: 3.2.0-rc.5 + version: 3.2.0 condition: crds.install diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 2ea8642fb067..072699b92084 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -2,7 +2,7 @@ Kubernetes Native Policy Management -![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.5](https://img.shields.io/badge/AppVersion-v1.12.0--rc.5-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0](https://img.shields.io/badge/AppVersion-v1.12.0-informational?style=flat-square) ## About @@ -856,8 +856,8 @@ Kubernetes: `>=1.25.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 3.2.0-rc.5 | -| | grafana | 3.2.0-rc.5 | +| | crds | 3.2.0 | +| | grafana | 3.2.0 | ## Maintainers diff --git a/charts/kyverno/charts/crds/Chart.yaml b/charts/kyverno/charts/crds/Chart.yaml index edffedd1318a..c5c30c82e501 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.0-rc.5 +version: 3.2.0 diff --git a/charts/kyverno/charts/crds/README.md b/charts/kyverno/charts/crds/README.md index 64814fd3a754..f384b2099d33 100644 --- a/charts/kyverno/charts/crds/README.md +++ b/charts/kyverno/charts/crds/README.md @@ -1,6 +1,6 @@ # crds -![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ## Values diff --git a/charts/kyverno/charts/grafana/Chart.yaml b/charts/kyverno/charts/grafana/Chart.yaml index e198f47144af..d2ebc32fc3e0 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.0-rc.5 +version: 3.2.0 diff --git a/charts/kyverno/charts/grafana/README.md b/charts/kyverno/charts/grafana/README.md index 533b09892ee1..66f4526e4ca7 100644 --- a/charts/kyverno/charts/grafana/README.md +++ b/charts/kyverno/charts/grafana/README.md @@ -1,6 +1,6 @@ # grafana -![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ## Values diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index 5175c86a2a0f..74aeabd3eec1 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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: admissionreports.kyverno.io @@ -860,8 +860,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: backgroundscanreports.kyverno.io @@ -1441,8 +1441,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: cleanuppolicies.kyverno.io @@ -5254,8 +5254,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusteradmissionreports.kyverno.io @@ -5903,8 +5903,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterbackgroundscanreports.kyverno.io @@ -6484,8 +6484,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clustercleanuppolicies.kyverno.io @@ -10297,8 +10297,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterpolicies.kyverno.io @@ -28600,8 +28600,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: globalcontextentries.kyverno.io @@ -28838,8 +28838,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policies.kyverno.io @@ -47144,8 +47144,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policyexceptions.kyverno.io @@ -49100,8 +49100,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: updaterequests.kyverno.io @@ -49898,8 +49898,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterephemeralreports.reports.kyverno.io @@ -50245,8 +50245,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: ephemeralreports.reports.kyverno.io @@ -50592,8 +50592,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterpolicyreports.wgpolicyk8s.io @@ -50959,8 +50959,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.0-rc.5 - helm.sh/chart: crds-3.2.0-rc.5 + app.kubernetes.io/version: 3.2.0 + helm.sh/chart: crds-3.2.0 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policyreports.wgpolicyk8s.io