From dbc2631d8012b918b3b7d69259ab22d240e90439 Mon Sep 17 00:00:00 2001 From: shuting Date: Thu, 26 Sep 2024 16:19:45 +0800 Subject: [PATCH] release-1.12.6-rc.3 (#11246) 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 8b816b581442..b8fefc327c92 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.6-rc.2 -appVersion: v1.12.6-rc.2 +version: 3.2.6-rc.3 +appVersion: v1.12.6-rc.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 74529b8fa7b4..b171872f2620 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.6-rc.2](https://img.shields.io/badge/Version-3.2.6--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.6-rc.2](https://img.shields.io/badge/AppVersion-v1.12.6--rc.2-informational?style=flat-square) +![Version: 3.2.6-rc.3](https://img.shields.io/badge/Version-3.2.6--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.6-rc.3](https://img.shields.io/badge/AppVersion-v1.12.6--rc.3-informational?style=flat-square) ## About diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index f53417f33cf9..7415ac789a89 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno -version: 3.2.7-rc.2 -appVersion: v1.12.6-rc.2 +version: 3.2.7-rc.3 +appVersion: v1.12.6-rc.3 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Native Policy Management keywords: @@ -39,8 +39,8 @@ annotations: description: Make admission reports breaker threshold configurable dependencies: - name: grafana - version: 3.2.7-rc.2 + version: 3.2.7-rc.3 condition: grafana.enabled - name: crds - version: 3.2.7-rc.2 + version: 3.2.7-rc.3 condition: crds.install diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index d7b07895656a..ee7e85d53293 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -2,7 +2,7 @@ Kubernetes Native Policy Management -![Version: 3.2.7-rc.2](https://img.shields.io/badge/Version-3.2.7--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.6-rc.2](https://img.shields.io/badge/AppVersion-v1.12.6--rc.2-informational?style=flat-square) +![Version: 3.2.7-rc.3](https://img.shields.io/badge/Version-3.2.7--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.6-rc.3](https://img.shields.io/badge/AppVersion-v1.12.6--rc.3-informational?style=flat-square) ## About @@ -927,8 +927,8 @@ Kubernetes: `>=1.25.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 3.2.7-rc.2 | -| | grafana | 3.2.7-rc.2 | +| | crds | 3.2.7-rc.3 | +| | grafana | 3.2.7-rc.3 | ## Maintainers diff --git a/charts/kyverno/charts/crds/Chart.yaml b/charts/kyverno/charts/crds/Chart.yaml index 856fec51b65d..5d59644e4d56 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.7-rc.2 +version: 3.2.7-rc.3 diff --git a/charts/kyverno/charts/crds/README.md b/charts/kyverno/charts/crds/README.md index 3806364ceab0..ba806be2d6a2 100644 --- a/charts/kyverno/charts/crds/README.md +++ b/charts/kyverno/charts/crds/README.md @@ -1,6 +1,6 @@ # crds -![Version: 3.2.7-rc.2](https://img.shields.io/badge/Version-3.2.7--rc.2-informational?style=flat-square) +![Version: 3.2.7-rc.3](https://img.shields.io/badge/Version-3.2.7--rc.3-informational?style=flat-square) ## Values diff --git a/charts/kyverno/charts/grafana/Chart.yaml b/charts/kyverno/charts/grafana/Chart.yaml index c31039badfb0..6e95e533edea 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.7-rc.2 +version: 3.2.7-rc.3 diff --git a/charts/kyverno/charts/grafana/README.md b/charts/kyverno/charts/grafana/README.md index 6bcdb4eddbec..36d29cb2d6a6 100644 --- a/charts/kyverno/charts/grafana/README.md +++ b/charts/kyverno/charts/grafana/README.md @@ -1,6 +1,6 @@ # grafana -![Version: 3.2.7-rc.2](https://img.shields.io/badge/Version-3.2.7--rc.2-informational?style=flat-square) +![Version: 3.2.7-rc.3](https://img.shields.io/badge/Version-3.2.7--rc.3-informational?style=flat-square) ## Values diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index ee8f87a44e99..432732231784 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -215,8 +215,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: admissionreports.kyverno.io @@ -882,8 +882,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: backgroundscanreports.kyverno.io @@ -1467,8 +1467,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: cleanuppolicies.kyverno.io @@ -5151,8 +5151,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusteradmissionreports.kyverno.io @@ -5820,8 +5820,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterbackgroundscanreports.kyverno.io @@ -6405,8 +6405,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clustercleanuppolicies.kyverno.io @@ -10089,8 +10089,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterpolicies.kyverno.io @@ -26651,8 +26651,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: globalcontextentries.kyverno.io @@ -26900,8 +26900,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policies.kyverno.io @@ -43465,8 +43465,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policyexceptions.kyverno.io @@ -45352,8 +45352,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: updaterequests.kyverno.io @@ -46139,8 +46139,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterephemeralreports.reports.kyverno.io @@ -46496,8 +46496,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: ephemeralreports.reports.kyverno.io @@ -46853,8 +46853,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: clusterpolicyreports.wgpolicyk8s.io @@ -47235,8 +47235,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.7-rc.2 - helm.sh/chart: crds-3.2.7-rc.2 + app.kubernetes.io/version: 3.2.7-rc.3 + helm.sh/chart: crds-3.2.7-rc.3 annotations: controller-gen.kubebuilder.io/version: v0.15.0 name: policyreports.wgpolicyk8s.io