From e22d6591e432b4b9e4c1a662b8e8ca2c674b074f Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Mon, 21 Jun 2021 12:00:00 -0400 Subject: [PATCH] Add changelog for v1.6.1 Signed-off-by: Bridget McErlean --- changelogs/CHANGELOG-1.6.md | 22 ++++++++++++++++++++++ changelogs/unreleased/3711-ashish-amarnath | 1 - changelogs/unreleased/3845-sseago | 1 - changelogs/unreleased/3866-alaypatel07 | 1 - changelogs/unreleased/3877-zubron | 1 - 5 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 changelogs/unreleased/3711-ashish-amarnath delete mode 100644 changelogs/unreleased/3845-sseago delete mode 100644 changelogs/unreleased/3866-alaypatel07 delete mode 100644 changelogs/unreleased/3877-zubron diff --git a/changelogs/CHANGELOG-1.6.md b/changelogs/CHANGELOG-1.6.md index 73cae45f0..9a409bc95 100644 --- a/changelogs/CHANGELOG-1.6.md +++ b/changelogs/CHANGELOG-1.6.md @@ -1,3 +1,25 @@ +## v1.6.1 +### 2021-06-21 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.6.1 + +### Container Image +`velero/velero:v1.6.1` + +### Documentation +https://velero.io/docs/v1.6/ + +### Upgrading +https://velero.io/docs/v1.6/upgrade-to-1.6/ + +### All Changes + + * Fix CR restore regression introduced in 1.6 restore progress. (#3845, @sseago) + * Skip the restore of volumes that originally came from a projected volume when using restic. (#3877, @zubron) + * skip backuping projected volume when using restic (#3866, @alaypatel07) + * 🐛 Fix plugin name derivation from image name (#3711, @ashish-amarnath) + ## v1.6.0 ### 2021-04-12 diff --git a/changelogs/unreleased/3711-ashish-amarnath b/changelogs/unreleased/3711-ashish-amarnath deleted file mode 100644 index 298a775b5..000000000 --- a/changelogs/unreleased/3711-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 Fix plugin name derivation from image name diff --git a/changelogs/unreleased/3845-sseago b/changelogs/unreleased/3845-sseago deleted file mode 100644 index 0abe890fe..000000000 --- a/changelogs/unreleased/3845-sseago +++ /dev/null @@ -1 +0,0 @@ -Fix CR restore regression introduced in 1.6 restore progress. diff --git a/changelogs/unreleased/3866-alaypatel07 b/changelogs/unreleased/3866-alaypatel07 deleted file mode 100644 index 7480bc062..000000000 --- a/changelogs/unreleased/3866-alaypatel07 +++ /dev/null @@ -1 +0,0 @@ -skip backuping projected volume when using restic \ No newline at end of file diff --git a/changelogs/unreleased/3877-zubron b/changelogs/unreleased/3877-zubron deleted file mode 100644 index c4020a4bc..000000000 --- a/changelogs/unreleased/3877-zubron +++ /dev/null @@ -1 +0,0 @@ -Skip the restore of volumes that originally came from a projected volume when using restic. \ No newline at end of file