From 09b8a6118f893a460cbcb9560a0752c073718f9f Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 8 Nov 2023 11:43:40 +0100 Subject: [PATCH 1/2] prepare new release Signed-off-by: Daniel Holbach --- kured-ds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kured-ds.yaml b/kured-ds.yaml index 96a9ab357..6e763e38d 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -33,7 +33,7 @@ spec: - name: kured # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README - image: ghcr.io/kubereboot/kured:1.14.0 + image: ghcr.io/kubereboot/kured:1.14.1 imagePullPolicy: IfNotPresent securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt From 2f58a4ee7e68d8186e62299f1a3e8dfe64199aea Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Wed, 8 Nov 2023 11:46:27 +0100 Subject: [PATCH 2/2] update 'update instructions' Signed-off-by: Daniel Holbach --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a875ca6b..ed2acf0bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -208,8 +208,7 @@ kind create cluster --config .github/kind-cluster-.yaml ### Prepare Documentation -Check that `README.md` has an updated compatibility matrix and that the -url in the `kubectl` incantation (under "Installation") is updated to the +Check that `README.md` has an updated compatibility matrix is updated to the new version you want to release. ### Create a tag on the repo