mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #104711 from claudiubelu/update-pause-3.6
update pause image references to use 3.6
This commit is contained in:
@@ -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+=
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user