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

8
build/pause/CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
# 3.1
* The pause container gains a signal handler to clean up orphaned zombie processes. ([#36853](https://prs.k8s.io/36853), [@verb](https://github.com/verb))
* `pause -v` will return build information for the pause binary. ([#56762](https://prs.k8s.io/56762), [@verb](https://github.com/verb))
# 3.0
* The pause container was rewritten entirely in C. ([#23009](https://prs.k8s.io/23009), [@uluyol](https://github.com/uluyol))