Skip to content

Commit

Permalink
Merge pull request #850 from dholbach/prep-1.14.1
Browse files Browse the repository at this point in the history
prepare new release
  • Loading branch information
Daniel Holbach committed Nov 8, 2023
2 parents 4ce09a8 + 2f58a4e commit 510b2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ kind create cluster --config .github/kind-cluster-<k8s-version>.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
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.0
image: ghcr.io/kubereboot/kured:1.14.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: true # Give permission to nsenter /proc/1/ns/mnt
Expand Down

0 comments on commit 510b2e7

Please sign in to comment.