diff --git a/changelogs/CHANGELOG-1.15.md b/changelogs/CHANGELOG-1.15.md index e52d6f7f43..d3420dccec 100644 --- a/changelogs/CHANGELOG-1.15.md +++ b/changelogs/CHANGELOG-1.15.md @@ -1,3 +1,30 @@ +## v1.15.1 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.15.1 + +### Container Image +`velero/velero:v1.15.1` + +### Documentation +https://velero.io/docs/v1.15/ + +### Upgrading +https://velero.io/docs/v1.15/upgrade-to-1.15/ + +### All Changes + * Fix backup post hook issue #8159 (caused by #7571): always execute backup post hooks after PVBs are handled (#8517, @ywk253100) + * Fix issue #8125, log diagnostic info for data mover exposers when expose timeout (#8511, @Lyndon-Li) + * Set hinting region to use for GetBucketRegion() in pkg/repository/config/aws.go (#8505, @kaovilai) + * Fix issue #8433, add third party labels to data mover pods when the same labels exist in node-agent pods (#8501, @Lyndon-Li) + * Fix issue #8485, add an accepted time so as to count the prepare timeout (#8496, @Lyndon-Li) + * Add SecurityContext to restore-helper (#8495, @reasonerjt) + * Add nil check for updating DataUpload VolumeInfo in finalizing phase. (#8465, @blackpiglet) + * Fix issue #8391, check ErrCancelled from suffix of data mover pod's termination message (#8404, @Lyndon-Li) + * Fix issue #8394, don't call closeDataPath in VGDP callbacks, otherwise, the VGDP cleanup will hang (#8402, @Lyndon-Li) + * Reduce minimum required go toolchain in release-1.15 go.mod (#8399, @kaovilai) + + ## v1.15 ### Download diff --git a/changelogs/unreleased/8399-kaovilai b/changelogs/unreleased/8399-kaovilai deleted file mode 100644 index 44b61aa8cf..0000000000 --- a/changelogs/unreleased/8399-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Reduce minimum required go toolchain in release-1.15 go.mod diff --git a/changelogs/unreleased/8402-Lyndon-Li b/changelogs/unreleased/8402-Lyndon-Li deleted file mode 100644 index 70536579e5..0000000000 --- a/changelogs/unreleased/8402-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #8394, don't call closeDataPath in VGDP callbacks, otherwise, the VGDP cleanup will hang \ No newline at end of file diff --git a/changelogs/unreleased/8404-Lyndon-Li b/changelogs/unreleased/8404-Lyndon-Li deleted file mode 100644 index f6baf0a187..0000000000 --- a/changelogs/unreleased/8404-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #8391, check ErrCancelled from suffix of data mover pod's termination message \ No newline at end of file diff --git a/changelogs/unreleased/8465-blackpiglet b/changelogs/unreleased/8465-blackpiglet deleted file mode 100644 index 555b739ed2..0000000000 --- a/changelogs/unreleased/8465-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Add nil check for updating DataUpload VolumeInfo in finalizing phase. diff --git a/changelogs/unreleased/8495-reasonerjt b/changelogs/unreleased/8495-reasonerjt deleted file mode 100644 index 29fd4acaf5..0000000000 --- a/changelogs/unreleased/8495-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Add SecurityContext to restore-helper \ No newline at end of file diff --git a/changelogs/unreleased/8496-Lyndon-Li b/changelogs/unreleased/8496-Lyndon-Li deleted file mode 100644 index f5a7eab4ce..0000000000 --- a/changelogs/unreleased/8496-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #8485, add an accepted time so as to count the prepare timeout \ No newline at end of file diff --git a/changelogs/unreleased/8501-Lyndon-Li b/changelogs/unreleased/8501-Lyndon-Li deleted file mode 100644 index cd67ee404d..0000000000 --- a/changelogs/unreleased/8501-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #8433, add third party labels to data mover pods when the same labels exist in node-agent pods \ No newline at end of file diff --git a/changelogs/unreleased/8505-kaovilai b/changelogs/unreleased/8505-kaovilai deleted file mode 100644 index fb8d86bff4..0000000000 --- a/changelogs/unreleased/8505-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Set hinting region to use for GetBucketRegion() in pkg/repository/config/aws.go diff --git a/changelogs/unreleased/8511-Lyndon-Li b/changelogs/unreleased/8511-Lyndon-Li deleted file mode 100644 index 33be17e0af..0000000000 --- a/changelogs/unreleased/8511-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #8125, log diagnostic info for data mover exposers when expose timeout \ No newline at end of file diff --git a/changelogs/unreleased/8517-ywk253100 b/changelogs/unreleased/8517-ywk253100 deleted file mode 100644 index 3476feea69..0000000000 --- a/changelogs/unreleased/8517-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Fix backup post hook issue #8159 (caused by #7571): always execute backup post hooks after PVBs are handled \ No newline at end of file