Merge pull request #98205 from pacoxu/build/pauses

update pause image to 3.4.1 and also update the change log
This commit is contained in:
Kubernetes Prow Robot
2021-02-08 18:20:58 -08:00
committed by GitHub
58 changed files with 89 additions and 146 deletions

View File

@@ -160,9 +160,9 @@ dependencies:
match: TAG =
- name: "k8s.gcr.io/pause: dependents"
version: 3.2
version: 3.4.1
refPaths:
- path: cmd/kubeadm/app/constants/constants_unix.go
- path: cmd/kubeadm/app/constants/constants.go
match: PauseVersion\s+=
- path: cmd/kubeadm/app/util/template_test.go
match: validTmpl\s+=
@@ -209,7 +209,7 @@ dependencies:
- path: test/utils/runners.go
match: k8s.gcr.io\/pause:\d+\.\d+
- path: test/utils/image/manifest.go
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+.\d+"}
# metadata-concealment: bump this one first
- name: "metadata-concealment"

View File

@@ -1,3 +1,15 @@
# 3.4.1
* Support for Windows container images (OS Versions: 20H2) was added.([#97322](https://prs.k8s.io/97322), [@claudiubelu](https://github.com/claudiubelu))
# 3.4
* Support for Windows container images (OS Versions: 1809, 1903, 1909, 2004) was added. ([#91452](https://prs.k8s.io/91452), [@claudiubelu](https://github.com/claudiubelu))
# 3.3
* update debian-base version to v2.1.0 ([#90665](https://prs.k8s.io/90665), [@justaugustus]
# 3.2
* The pause container is built with the correct "Architecture" metadata. ([#87954](https://prs.k8s.io/87954), [@BenTheElder](https://github.com/BenTheElder))