From a77702c885898a68e6538ef39f70cff59eaedb50 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Fri, 16 Jul 2021 15:18:06 -0400 Subject: [PATCH] Add changelog for v1.6.2 Signed-off-by: Bridget McErlean --- changelogs/CHANGELOG-1.6.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelogs/CHANGELOG-1.6.md b/changelogs/CHANGELOG-1.6.md index 9a409bc95..7e9fc65c9 100644 --- a/changelogs/CHANGELOG-1.6.md +++ b/changelogs/CHANGELOG-1.6.md @@ -1,3 +1,20 @@ +## v1.6.2 +### 2021-07-16 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.6.2 + +### Container Image +`velero/velero:v1.6.2` + +### Documentation +https://velero.io/docs/v1.6/ + +### Upgrading +https://velero.io/docs/v1.6/upgrade-to-1.6/ + +This release contains no user facing changes but includes fixes for CVE-2021-3121 and CVE-2021-3580. + ## v1.6.1 ### 2021-06-21