updates pause image references

The pause:3.6 image has been published.

Also updates older / incorrect references.
This commit is contained in:
Claudiu Belu
2021-08-29 13:53:52 -07:00
parent 7a0638da76
commit 18936d4785
56 changed files with 71 additions and 67 deletions

View File

@@ -154,7 +154,7 @@ dependencies:
match: TAG\s*\?=
- name: "k8s.gcr.io/pause: dependents"
version: 3.5
version: 3.6
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: PauseVersion\s+=

View File

@@ -1,3 +1,7 @@
# 3.6
* Support for Windows container images (OS Versions: 2022) was added. ([#104438](https://github.com/kubernetes/kubernetes/pull/104438), [@nick5616](https://github.com/nick5616))
# 3.5
* Run the container image as non root user per default ([#97963](https://github.com/kubernetes/kubernetes/pull/97963))