From d2d5ba4ee8068cd3c4e691e09384af4510840c8b Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 4 Nov 2022 15:17:23 +0100 Subject: [PATCH] chore: bump to 1.11.0 Signed-off-by: Christian Kotzbauer --- README.md | 1 + kured-ds.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ad4681..79fcf64 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ server: | kured | {k8s.io/,}kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility | | ------ | ----------------- | ---------------- | ------------------- | --------------------------------- | | main | 0.24.7 | v0.24.7 | v0.24.7 | 1.23.x, 1.24.x, 1.25.x | +| 1.11.0 | 0.24.7 | v0.24.7 | v0.24.7 | 1.23.x, 1.24.x, 1.25.x | | 1.10.2 | 0.23.6 | v0.23.6 | v0.23.6 | 1.22.x, 1.23.x, 1.24.x | | 1.9.2 | 0.22.4 | v0.22.4 | v0.22.4 | 1.21.x, 1.22.x, 1.23.x | | 1.8.1 | 0.21.4 | v0.21.4 | v0.21.4 | 1.20.x, 1.21.x, 1.22.x | diff --git a/kured-ds.yaml b/kured-ds.yaml index d1a3070..6a11be2 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -31,7 +31,7 @@ spec: restartPolicy: Always containers: - name: kured - image: ghcr.io/kubereboot/kured:1.10.2 + image: ghcr.io/kubereboot/kured:1.11.0 # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README imagePullPolicy: IfNotPresent