From 73a9dd06dc472b26aeb634084b640a96b5706015 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Wed, 6 Oct 2021 09:28:31 +0100 Subject: [PATCH] Update changelog/fragments/bump-1.22.yaml Co-authored-by: Varsha --- changelog/fragments/bump-1.22.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/fragments/bump-1.22.yaml b/changelog/fragments/bump-1.22.yaml index cf66b45049..e4d173c349 100644 --- a/changelog/fragments/bump-1.22.yaml +++ b/changelog/fragments/bump-1.22.yaml @@ -34,7 +34,7 @@ entries: header: Upgrade K8s versions to use 1.22 (golang/v3) body: > Note that to ensure the backwords compatibility SDK tool will try to downgrade the versions used if you need to still scaffold the v1beta1 for CRDs and Webhooks to pusblish your solutions into the old cluster versions. - However, note that this versions are no longer supported on Kubernetes 1.22+, and for sigs.k8s.io/controller-runtime v0.10.0 or controller-gen v0.7.0. + However, note that this version is no longer supported on Kubernetes 1.22+, and for sigs.k8s.io/controller-runtime `v0.10.0` or controller-gen `v0.7.0`. Following are the changes to be addressed in your `Makefile` and `go.mod` file if you are not using the `v1beta1` K8s APIs which are no longer supported from k8s `1.22` version.