Skip to content

Commit

Permalink
Merge pull request #862 from dholbach/prepare-1.14.2
Browse files Browse the repository at this point in the history
update for 1.14.2 release
  • Loading branch information
dholbach committed Dec 8, 2023
2 parents 9bfa399 + bd1c593 commit 61309b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ kind create cluster --config .github/kind-cluster-<k8s-version>.yaml

### Prepare Documentation

Check that `README.md` has an updated compatibility matrix is updated to the
new version you want to release.
Check that [compatibility matrix](https://kured.dev/docs/installation/) is updated
to the new version you want to release.

### Create a tag on the repo

Expand Down
2 changes: 1 addition & 1 deletion kured-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
image: ghcr.io/kubereboot/kured:1.14.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true # Give permission to nsenter /proc/1/ns/mnt
Expand Down

0 comments on commit 61309b9

Please sign in to comment.