From 29bb18d633c8e224cd1cb9d99da24ea5be3d81c6 Mon Sep 17 00:00:00 2001 From: Mariam Fahmy Date: Thu, 7 Sep 2023 10:50:56 +0300 Subject: [PATCH] chore: remove validating admission policy support from v1.26 (#8294) Signed-off-by: Mariam Fahmy --- .github/workflows/conformance.yaml | 2 -- charts/kyverno/templates/NOTES.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 57e63ea798..b5c737d693 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -295,8 +295,6 @@ jobs: - standard - generate-validating-admission-policy k8s-version: - - name: v1.26 - version: v1.26.6 - name: v1.27 version: v1.27.3 tests: diff --git a/charts/kyverno/templates/NOTES.txt b/charts/kyverno/templates/NOTES.txt index e4ead22711..88923fc47b 100644 --- a/charts/kyverno/templates/NOTES.txt +++ b/charts/kyverno/templates/NOTES.txt @@ -38,7 +38,7 @@ The following components have been installed in your cluster: {{- end }} {{- with .Values.features.generateValidatingAdmissionPolicy.enabled }} -⚠️ WARNING: Generating validating admission policy requires a Kubernetes 1.26+ cluster with `ValidatingAdmissionPolicy` feature gate and `admissionregistration.k8s.io` API group enabled. +⚠️ WARNING: Generating validating admission policy requires a Kubernetes 1.27+ cluster with `ValidatingAdmissionPolicy` feature gate and `admissionregistration.k8s.io` API group enabled. {{- end }} {{- with .Values.features.validatingAdmissionPolicyReports.enabled }}