Update pause container version to 3.1

This updates the version of the pause container used by the kubelet and
various test utilities to 3.1.

This also adds a CHANGELOG.md for build/pause
This commit is contained in:
Lee Verberne
2017-12-21 16:37:12 +01:00
parent de0643106c
commit 1ea697044a
9 changed files with 24 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
"containers": [
{
"name": "kubernetes-pause",
"image": "gcr.io/google_containers/pause-amd64:3.0"
"image": "gcr.io/google_containers/pause-amd64:3.1"
}
],
"restartPolicy": "Never",