diff --git a/changelogs/CHANGELOG-1.17.md b/changelogs/CHANGELOG-1.17.md index 54e1c22dc..e56ba3a76 100644 --- a/changelogs/CHANGELOG-1.17.md +++ b/changelogs/CHANGELOG-1.17.md @@ -1,3 +1,33 @@ +## v1.17.1 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.17.1 + +### Container Image +`velero/velero:v1.17.1` + +### Documentation +https://velero.io/docs/v1.17/ + +### Upgrading +https://velero.io/docs/v1.17/upgrade-to-1.17/ + +### All Changes + * Fix issue #9365, prevent fake completion notification due to multiple update of single PVR (#9376, @Lyndon-Li) + * Fix issue #9332, add bytesDone for cache files (#9341, @Lyndon-Li) + * VerifyJSONConfigs verify every elements in Data. (#9303, @blackpiglet) + * Add option for privileged fs-backup pod (#9300, @sseago) + * Fix repository maintenance jobs to inherit allowlisted tolerations from Velero deployment (#9299, @shubham-pampattiwar) + * Fix issue #9229, don't attach backupPVC to the source node (#9297, @Lyndon-Li) + * Protect VolumeSnapshot field from race condition during multi-thread backup (#9292, @0xLeo258) + * Implement concurrency control for cache of native VolumeSnapshotter plugin. (#9290, @0xLeo258) + * Backport to 1.17 (PR#9244 Update AzureAD Microsoft Authentication Library to v1.5.0) (#9285, @priyansh17) + * Fix schedule controller to prevent backup queue accumulation during extended blocking scenarios by properly handling empty backup phases (#9277, @shubham-pampattiwar) + * Get pod list once per namespace in pvc IBA (#9266, @sseago) + * Update AzureAD Microsoft Authentication Library to v1.5.0 (#9244, @priyansh17) + * feat: Permit specifying annotations for the BackupPVC (#9173, @clementnuss) + + ## v1.17 ### Download diff --git a/changelogs/unreleased/9173-clementnuss b/changelogs/unreleased/9173-clementnuss deleted file mode 100644 index c7dece117..000000000 --- a/changelogs/unreleased/9173-clementnuss +++ /dev/null @@ -1 +0,0 @@ -feat: Permit specifying annotations for the BackupPVC diff --git a/changelogs/unreleased/9244-priyansh17 b/changelogs/unreleased/9244-priyansh17 deleted file mode 100644 index 931c43946..000000000 --- a/changelogs/unreleased/9244-priyansh17 +++ /dev/null @@ -1 +0,0 @@ -Update AzureAD Microsoft Authentication Library to v1.5.0 \ No newline at end of file diff --git a/changelogs/unreleased/9266-sseago b/changelogs/unreleased/9266-sseago deleted file mode 100644 index fe67d4cbf..000000000 --- a/changelogs/unreleased/9266-sseago +++ /dev/null @@ -1 +0,0 @@ -Get pod list once per namespace in pvc IBA diff --git a/changelogs/unreleased/9277-shubham-pampattiwar b/changelogs/unreleased/9277-shubham-pampattiwar deleted file mode 100644 index 711ea4b57..000000000 --- a/changelogs/unreleased/9277-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Fix schedule controller to prevent backup queue accumulation during extended blocking scenarios by properly handling empty backup phases \ No newline at end of file diff --git a/changelogs/unreleased/9285-priyansh17 b/changelogs/unreleased/9285-priyansh17 deleted file mode 100644 index ba2236819..000000000 --- a/changelogs/unreleased/9285-priyansh17 +++ /dev/null @@ -1 +0,0 @@ -Backport to 1.17 (PR#9244 Update AzureAD Microsoft Authentication Library to v1.5.0) \ No newline at end of file diff --git a/changelogs/unreleased/9290-0xLeo258 b/changelogs/unreleased/9290-0xLeo258 deleted file mode 100644 index eb5bf3f5d..000000000 --- a/changelogs/unreleased/9290-0xLeo258 +++ /dev/null @@ -1 +0,0 @@ -Implement concurrency control for cache of native VolumeSnapshotter plugin. diff --git a/changelogs/unreleased/9292-0xLeo258 b/changelogs/unreleased/9292-0xLeo258 deleted file mode 100644 index 8332dcade..000000000 --- a/changelogs/unreleased/9292-0xLeo258 +++ /dev/null @@ -1 +0,0 @@ -Protect VolumeSnapshot field from race condition during multi-thread backup diff --git a/changelogs/unreleased/9297-Lyndon-Li b/changelogs/unreleased/9297-Lyndon-Li deleted file mode 100644 index f6dd7213a..000000000 --- a/changelogs/unreleased/9297-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #9229, don't attach backupPVC to the source node \ No newline at end of file diff --git a/changelogs/unreleased/9299-shubham-pampattiwar b/changelogs/unreleased/9299-shubham-pampattiwar deleted file mode 100644 index 2400fb6b6..000000000 --- a/changelogs/unreleased/9299-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Fix repository maintenance jobs to inherit allowlisted tolerations from Velero deployment diff --git a/changelogs/unreleased/9300-sseago b/changelogs/unreleased/9300-sseago deleted file mode 100644 index 92f44c7ba..000000000 --- a/changelogs/unreleased/9300-sseago +++ /dev/null @@ -1 +0,0 @@ -Add option for privileged fs-backup pod diff --git a/changelogs/unreleased/9303-blackpiglet b/changelogs/unreleased/9303-blackpiglet deleted file mode 100644 index 63576a535..000000000 --- a/changelogs/unreleased/9303-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -VerifyJSONConfigs verify every elements in Data. diff --git a/changelogs/unreleased/9341-Lyndon-Li b/changelogs/unreleased/9341-Lyndon-Li deleted file mode 100644 index 91d551881..000000000 --- a/changelogs/unreleased/9341-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #9332, add bytesDone for cache files \ No newline at end of file diff --git a/changelogs/unreleased/9376-Lyndon-Li b/changelogs/unreleased/9376-Lyndon-Li deleted file mode 100644 index b60f84894..000000000 --- a/changelogs/unreleased/9376-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #9365, prevent fake completion notification due to multiple update of single PVR \ No newline at end of file