mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
updates pause image references
The pause:3.6 image has been published. Also updates older / incorrect references.
This commit is contained in:
@@ -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+=
|
||||
|
@@ -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