File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
158158
159159- Empty LogPath will now use journald's default path.
160160- Systemd monitor now looks back 5 minutes.
161- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:1.0.0` .
161+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:1.0.0` .
162162- Updated the detection method for docker overlay2 issues.
163163- Moved NPD into the kube-system namespace.
164164
@@ -248,7 +248,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
248248
249249### Changed
250250
251- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:0.4.0` .
251+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:0.4.0` .
252252
253253## [ 0.6.0] - 2018-11-27
254254
@@ -277,7 +277,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
277277
278278- Changed default port from 10256 to 20256 to avoid conflict with kube-proxy.
279279- Bumped golang version from 1.8 to 1.9.
280- - Bumped base image to ` k8s.gcr .io/debian-base-amd64:0.3` .
280+ - Bumped base image to ` registry.k8s .io/debian-base-amd64:0.3` .
281281
282282### Fixed
283283
Original file line number Diff line number Diff line change 3030 - --logtostderr
3131 - --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
3232 - --config.custom-plugin-monitor=/config/health-checker-kubelet.json
33- image : k8s.gcr .io/node-problem-detector/node-problem-detector:v0.8.6
33+ image : registry.k8s .io/node-problem-detector/node-problem-detector:v0.8.6
3434 resources :
3535 limits :
3636 cpu : 10m
Original file line number Diff line number Diff line change 2929 - /node-problem-detector
3030 - --logtostderr
3131 - --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32- image : k8s.gcr .io/node-problem-detector/node-problem-detector:v0.8.7
32+ image : registry.k8s .io/node-problem-detector/node-problem-detector:v0.8.7
3333 resources :
3434 limits :
3535 cpu : 10m
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ body of the release:
3636 an idea of what it includes.
3737
38383 . Provide a link to the new image release (e.g. `Image:
39- k8s.gcr .io/node-problem-detector/node-problem-detector: v0 .8.6`)
39+ registry.k8s .io/node-problem-detector/node-problem-detector: v0 .8.6`)
4040
4141## Post release steps
4242
You can’t perform that action at this time.
0 commit comments