Merge pull request #104711 from claudiubelu/update-pause-3.6

update pause image references to use 3.6
This commit is contained in:
Kubernetes Prow Robot
2021-09-13 19:09:08 -07:00
committed by GitHub
56 changed files with 71 additions and 67 deletions

View File

@@ -156,7 +156,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))