Skip to content

Commit

Permalink
Merge pull request #914 from kubernetes/bump-v0.8.19
Browse files Browse the repository at this point in the history
Bump NPD versions to v0.8.19
  • Loading branch information
k8s-ci-robot authored May 18, 2024
2 parents ecdccfb + 132ccc8 commit 6c34d83
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/node-problem-detector-healthchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.18
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /node-problem-detector
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.18
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ release note:

1. Update image version in node-problem-detector repo, so anyone deploying
directly from the repo deployment file will get the newest image deployed.
Example https://github.com/kubernetes/node-problem-detector/pull/879.
Example https://github.com/kubernetes/node-problem-detector/pull/897.

2. Update the NPD version in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
repo, so that kubernetes clusters use the new NPD version. Example
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/apimachinery v0.30.1
k8s.io/component-base v0.29.2
k8s.io/klog/v2 v2.120.1
k8s.io/node-problem-detector v0.8.18
k8s.io/node-problem-detector v0.8.19
sigs.k8s.io/boskos v0.0.0-20200515170311-7d36bde8cdf6
)

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.18
v0.8.19

0 comments on commit 6c34d83

Please sign in to comment.