Merge pull request #7500 from ywk253100/240307_1.13.1

Generate the changelog for release 1.13.1
This commit is contained in:
Wenkai Yin(尹文开)
2024-03-08 13:03:11 +08:00
committed by GitHub
4 changed files with 21 additions and 3 deletions

View File

@@ -1,3 +1,24 @@
## v1.13.1
### 2024-03-13
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.13.1
### Container Image
`velero/velero:v1.13.1`
### Documentation
https://velero.io/docs/v1.13/
### Upgrading
https://velero.io/docs/v1.13/upgrade-to-1.13/
### All changes
* Fix issue #7308, change the data path requeue time to 5 second for data mover backup/restore, PVB and PVR. (#7459, @Lyndon-Li)
* BackupRepositories associated with a BSL are invalidated when BSL is (re-)created. (#7399, @kaovilai)
* Adjust the logic for the backup_last_status metrics to stop incorrectly incrementing over time (#7445, @allenxu404)
## v1.13
### 2024-01-10

View File

@@ -1 +0,0 @@
BackupRepositories associated with a BSL are invalidated when BSL is (re-)created.

View File

@@ -1 +0,0 @@
Adjust the logic for the backup_last_status metrics to stop incorrectly incrementing over time

View File

@@ -1 +0,0 @@
Fix issue #7308, change the data path requeue time to 5 second for data mover backup/restore, PVB and PVR.