From 719b3286635ad277865689a5a7cb5ce845a65daa Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 13 Feb 2020 14:22:03 -0800 Subject: [PATCH] add a changelog note for pause 3.2 --- build/pause/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/pause/CHANGELOG.md b/build/pause/CHANGELOG.md index 8f58bcdac0a..1cf2af85103 100644 --- a/build/pause/CHANGELOG.md +++ b/build/pause/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2 + +* The pause container is built with the correct "Architecture" metadata. ([#87954](https://prs.k8s.io/87954), [@BenTheElder](https://github.com/BenTheElder)) + # 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))