diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 42bc6d332..6465dac0d 100644 --- a/changelogs/CHANGELOG-1.9.md +++ b/changelogs/CHANGELOG-1.9.md @@ -1,3 +1,41 @@ +## v1.9.5 +### 2022-12-19 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.9.5 + +### Container Image +`velero/velero:v1.9.5` + +### Documentation +https://velero.io/docs/v1.9/ + +### Upgrading +https://velero.io/docs/v1.9/upgrade-to-1.9/ + +### All changes + * Add Restic builder in Dockerfile, and keep the used built Golang image version in accordance with upstream Restic. (#5685, @blackpiglet) + +## v1.9.4 +### 2022-11-30 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.9.4 + +### Container Image +`velero/velero:v1.9.4` + +### Documentation +https://velero.io/docs/v1.9/ + +### Upgrading +https://velero.io/docs/v1.9/upgrade-to-1.9/ + +### All changes + * Fix CVE for trivy scan (#5642, @qiuming-best) + * Remove old kubernetes versions from kind CI (#5627, @Lyndon-Li)) + * Restore ClusterBootstrap before Cluster (#5617, @ywk253100) + ## v1.9.3 ### 2022-11-03 diff --git a/changelogs/unreleased/5615-ywk253100 b/changelogs/unreleased/5615-ywk253100 deleted file mode 100644 index 76c266cd1..000000000 --- a/changelogs/unreleased/5615-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Restore ClusterBootstrap before Cluster otherwise a new default ClusterBootstrap object is create for the cluster \ No newline at end of file diff --git a/changelogs/unreleased/5685-blackpiglet b/changelogs/unreleased/5685-blackpiglet deleted file mode 100644 index 13df2faf7..000000000 --- a/changelogs/unreleased/5685-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Add Restic builder in Dockerfile, and keep the used built Golang image version in accordance with upstream Restic. \ No newline at end of file