From 49e782a1c065d72580c9e951b62f82ab212f1604 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 30 Jun 2026 12:41:03 +0200 Subject: [PATCH] Update CONTRIBUTING guide with new instructions Since we moved to two supported releases instead of 3, we only have 2 sets of files for kind testing. We missed updating the CONTRIBUTING guide for it. This fixes it. Signed-off-by: Jean-Philippe Evrard --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64f9332..b83ea26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,8 +123,7 @@ In general, the following activities have to happen: Go to `.github/workflows` and update the new k8s images. For that: - `cp .github/kind-cluster-current.yaml .github/kind-cluster-previous.yaml` -- `cp .github/kind-cluster-next.yaml .github/kind-cluster-current.yaml` -- Then edit `.github/kind-cluster-next.yaml` to point to the new version. +- Then edit `.github/kind-cluster-current.yaml` to point to the new version. This will make the full test matrix updated (the CI and the test code).