diff --git a/changelogs/CHANGELOG-1.13.md b/changelogs/CHANGELOG-1.13.md index 91b391af04..189fabc2ba 100644 --- a/changelogs/CHANGELOG-1.13.md +++ b/changelogs/CHANGELOG-1.13.md @@ -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 diff --git a/changelogs/unreleased/7399-kaovilai b/changelogs/unreleased/7399-kaovilai deleted file mode 100644 index a95fa4db2d..0000000000 --- a/changelogs/unreleased/7399-kaovilai +++ /dev/null @@ -1 +0,0 @@ -BackupRepositories associated with a BSL are invalidated when BSL is (re-)created. \ No newline at end of file diff --git a/changelogs/unreleased/7445-allenxu404 b/changelogs/unreleased/7445-allenxu404 deleted file mode 100644 index 051ff2e68a..0000000000 --- a/changelogs/unreleased/7445-allenxu404 +++ /dev/null @@ -1 +0,0 @@ -Adjust the logic for the backup_last_status metrics to stop incorrectly incrementing over time \ No newline at end of file diff --git a/changelogs/unreleased/7459-Lyndon-Li b/changelogs/unreleased/7459-Lyndon-Li deleted file mode 100644 index 2a347c9337..0000000000 --- a/changelogs/unreleased/7459-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7308, change the data path requeue time to 5 second for data mover backup/restore, PVB and PVR. \ No newline at end of file