diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 60d85bbc5..f1889ca09 100644 --- a/changelogs/CHANGELOG-1.9.md +++ b/changelogs/CHANGELOG-1.9.md @@ -1,3 +1,28 @@ +## v1.9.3 +### 2022-11-03 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.9.3 + +### Container Image +`velero/velero:v1.9.3` + +### Documentation +https://velero.io/docs/v1.9/ + +### Upgrading +https://velero.io/docs/v1.9/upgrade-to-1.9/ + +### All changes + + * Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last (#5529, @ywk253100) + * Fix v1.9.3 CSI VolumeSnapshot status duplicate issue. (#5518, @blackpiglet) + * Bump up the distroless image to the latest version (#5500, @ywk253100) + * Add some corner cases checking for CSI snapshot in backup controller. (#5482, @blackpiglet) + * Skip the exclusion check for additional resources returned by BIA (#5406, @reasonerjt) + * Exclude "csinodes.storage.k8s.io" and "volumeattachments.storage.k8s.io" from restore by default. (#5448, @jxun) + * Update the k8s.io dependencies to 0.24.0 and Removed the `WithClusterName` method as it is a "legacy field that was always cleared by the system and never used" as per upstream k8s. (#5472, @kcboyle) + ## v1.9.2 ### 2022-09-14 diff --git a/changelogs/unreleased/5406-reasonerjt b/changelogs/unreleased/5406-reasonerjt deleted file mode 100644 index 2fdd8fe8d..000000000 --- a/changelogs/unreleased/5406-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Skip the exclusion check for additional resources returned by BIA \ No newline at end of file diff --git a/changelogs/unreleased/5448-jxun b/changelogs/unreleased/5448-jxun deleted file mode 100644 index 4de8a8460..000000000 --- a/changelogs/unreleased/5448-jxun +++ /dev/null @@ -1 +0,0 @@ -Exclude "csinodes.storage.k8s.io" and "volumeattachments.storage.k8s.io" from restore by default. \ No newline at end of file diff --git a/changelogs/unreleased/5472-kcboyle b/changelogs/unreleased/5472-kcboyle deleted file mode 100644 index 341cef245..000000000 --- a/changelogs/unreleased/5472-kcboyle +++ /dev/null @@ -1,6 +0,0 @@ -Update the k8s.io dependencies to 0.24.0. -This also required an update to github.com/bombsimon/logrusr/v3. -Removed the `WithClusterName` method -as it is a "legacy field that was -always cleared by the system and never used" as per upstream k8s -https://github.com/kubernetes/apimachinery/blob/release-1.24/pkg/apis/meta/v1/types.go#L257-L259 \ No newline at end of file diff --git a/changelogs/unreleased/5482-blackpiglet b/changelogs/unreleased/5482-blackpiglet deleted file mode 100644 index 2bd9f7375..000000000 --- a/changelogs/unreleased/5482-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Add some corner cases checking for CSI snapshot in backup controller. \ No newline at end of file diff --git a/changelogs/unreleased/5500-ywk253100 b/changelogs/unreleased/5500-ywk253100 deleted file mode 100644 index 8d6ac5401..000000000 --- a/changelogs/unreleased/5500-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Bump up the distroless image to the latest version \ No newline at end of file diff --git a/changelogs/unreleased/5518-blackpiglet b/changelogs/unreleased/5518-blackpiglet deleted file mode 100644 index 77fe28eee..000000000 --- a/changelogs/unreleased/5518-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Fix v1.9.3 CSI VolumeSnapshot status duplicate issue. \ No newline at end of file diff --git a/changelogs/unreleased/5529-ywk253100 b/changelogs/unreleased/5529-ywk253100 deleted file mode 100644 index 186672ea0..000000000 --- a/changelogs/unreleased/5529-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last \ No newline at end of file