Add changelog for v1.6.1

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
This commit is contained in:
Bridget McErlean
2021-06-21 12:01:27 -04:00
parent 38493995ad
commit e22d6591e4
5 changed files with 22 additions and 4 deletions
+22
View File
@@ -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
@@ -1 +0,0 @@
🐛 Fix plugin name derivation from image name
-1
View File
@@ -1 +0,0 @@
Fix CR restore regression introduced in 1.6 restore progress.
-1
View File
@@ -1 +0,0 @@
skip backuping projected volume when using restic
-1
View File
@@ -1 +0,0 @@
Skip the restore of volumes that originally came from a projected volume when using restic.