Add change log for 1.7.1

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2021-11-22 15:36:14 +08:00
parent 80b43f8f40
commit cdf3acab5a
5 changed files with 20 additions and 4 deletions
+20
View File
@@ -1,3 +1,23 @@
## v1.7.1
### 2021-11-22
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.7.1
### Container Image
`velero/velero:v1.7.1`
### Documentation
https://velero.io/docs/v1.7/
### Upgrading
https://velero.io/docs/v1.7/upgrade-to-1.7/
### All changes
* fix buggy pager func (#4358, @alaypatel07)
* Fix CVE-2020-29652 and CVE-2020-26160 (#4315, @ywk253100)
## v1.7.0
### 2021-09-07
-1
View File
@@ -1 +0,0 @@
Add upgrade test in E2E test
-1
View File
@@ -1 +0,0 @@
Fix plugins incompatible issue in upgrade test
-1
View File
@@ -1 +0,0 @@
Fix CVE-2020-29652 and CVE-2020-26160
-1
View File
@@ -1 +0,0 @@
fix buggy pager func