diff --git a/changelogs/CHANGELOG-1.10.md b/changelogs/CHANGELOG-1.10.md index 412b23b071..b166413b51 100644 --- a/changelogs/CHANGELOG-1.10.md +++ b/changelogs/CHANGELOG-1.10.md @@ -1,4 +1,28 @@ - ## v1.10.0 +## v1.10.1 +### 2023-01-19 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.10.1 + +### Container Image +`velero/velero:v1.10.1` + +### Documentation +https://velero.io/docs/v1.10/ + +### Upgrading +https://velero.io/docs/v1.10/upgrade-to-1.10/ + +### All changes + * Bump up golang to 1.18.10 for Velero (#5780, @Lyndon-Li) + * Add PR container build action, which will not push image. Add GOARM parameter. Remove container-builder-env section. (#5770, @blackpiglet) + * Add Restic builder in Dockerfile, and keep the used built Golang image version in accordance with upstream Restic. (#5765, @blackpiglet) + * Fix issue 5696, check if the repo is still openable before running the prune and forget operation, if not, try to reconnect the repo (#5714, @Lyndon-Li) + * Fix error with Restic backup empty volumes (#5711, @qiuming-best) + * Prevent nil panic on exec restore hooks (#5708, @dymurray) + * Fix CVEs scanned by trivy (#5655, @qiuming-best) + +## v1.10.0 ### 2022-11-23 ### Download diff --git a/changelogs/unreleased/5655-qiuming-best b/changelogs/unreleased/5655-qiuming-best deleted file mode 100644 index ea1a97185f..0000000000 --- a/changelogs/unreleased/5655-qiuming-best +++ /dev/null @@ -1 +0,0 @@ -Fix CVEs scanned by trivy diff --git a/changelogs/unreleased/5708-dymurray b/changelogs/unreleased/5708-dymurray deleted file mode 100644 index a7162e48a2..0000000000 --- a/changelogs/unreleased/5708-dymurray +++ /dev/null @@ -1 +0,0 @@ -Prevent nil panic on exec restore hooks diff --git a/changelogs/unreleased/5711-qiuming-best b/changelogs/unreleased/5711-qiuming-best deleted file mode 100644 index c63b470309..0000000000 --- a/changelogs/unreleased/5711-qiuming-best +++ /dev/null @@ -1 +0,0 @@ -Fix error with Restic backup empty volumes diff --git a/changelogs/unreleased/5714-Lyndon-Li b/changelogs/unreleased/5714-Lyndon-Li deleted file mode 100644 index 05d9c8db10..0000000000 --- a/changelogs/unreleased/5714-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue 5696, check if the repo is still openable before running the prune and forget operation, if not, try to reconnect the repo \ No newline at end of file diff --git a/changelogs/unreleased/5765-blackpiglet b/changelogs/unreleased/5765-blackpiglet deleted file mode 100644 index 13df2faf72..0000000000 --- a/changelogs/unreleased/5765-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 diff --git a/changelogs/unreleased/5770-blackpiglet b/changelogs/unreleased/5770-blackpiglet deleted file mode 100644 index 1d6398559d..0000000000 --- a/changelogs/unreleased/5770-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Add PR container build action, which will not push image. Add GOARM parameter. Remove container-builder-env section. \ No newline at end of file diff --git a/changelogs/unreleased/5780-Lyndon-Li b/changelogs/unreleased/5780-Lyndon-Li deleted file mode 100644 index 92a7d569e0..0000000000 --- a/changelogs/unreleased/5780-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Bump up golang to 1.18.10 for Velero \ No newline at end of file