From 123109a3bcac11dbb6783d2758207bac0d0817cb Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Thu, 14 Jan 2021 09:58:50 -0500 Subject: [PATCH] Add changelog for v1.5.3 Signed-off-by: Bridget McErlean --- changelogs/CHANGELOG-1.5.md | 22 ++++++++++++++++++++++ changelogs/unreleased/2993-zubron | 1 - changelogs/unreleased/3011-doughepi | 2 -- changelogs/unreleased/3051-ashish-amarnath | 1 - changelogs/unreleased/3059-ashish-amarnath | 1 - changelogs/unreleased/3084-ashish-amarnath | 1 - changelogs/unreleased/3234-dsmithuchida | 1 - 7 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 changelogs/unreleased/2993-zubron delete mode 100644 changelogs/unreleased/3011-doughepi delete mode 100644 changelogs/unreleased/3051-ashish-amarnath delete mode 100644 changelogs/unreleased/3059-ashish-amarnath delete mode 100644 changelogs/unreleased/3084-ashish-amarnath delete mode 100644 changelogs/unreleased/3234-dsmithuchida diff --git a/changelogs/CHANGELOG-1.5.md b/changelogs/CHANGELOG-1.5.md index 324d0f810..5baf19a67 100644 --- a/changelogs/CHANGELOG-1.5.md +++ b/changelogs/CHANGELOG-1.5.md @@ -1,3 +1,25 @@ +## v1.5.3 +### 2021-01-14 +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.5.3 + +### Container Image +`velero/velero:v1.5.3` + +### Documentation +https://velero.io/docs/v1.5/ + +### Upgrading +https://velero.io/docs/v1.5/upgrade-to-1.5/ + +### All Changes + * Increased default Velero pod memory limit to 512Mi (#3234, @dsmithuchida) + * 🐛 BSLs with validation disabled should be validated at least once (#3084, @ashish-amarnath) + * Fixed an issue where the deletion of a backup would fail if the backup tarball couldn't be downloaded from object storage. Now the tarball is only downloaded if there are associated DeleteItemAction plugins and if downloading the tarball fails, the plugins are skipped. (#2993, @zubron) + * 🐛 ItemAction plugins for unresolvable types should not be run for all types (#3059, @ashish-amarnath) + * 🐛 Use namespace and name to match PVB to Pod restore (#3051, @ashish-amarnath) + * Allows the restic-wait container to exist in any order in the pod being restored. Prints a warning message in the case where the restic-wait container isn't the first container in the list of initialization containers. (#3011, @doughepi) + ## v1.5.2 ### 2020-10-20 ### Download diff --git a/changelogs/unreleased/2993-zubron b/changelogs/unreleased/2993-zubron deleted file mode 100644 index d67758092..000000000 --- a/changelogs/unreleased/2993-zubron +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue where the deletion of a backup would fail if the backup tarball couldn't be downloaded from object storage. Now the tarball is only downloaded if there are associated DeleteItemAction plugins and if downloading the tarball fails, the plugins are skipped. \ No newline at end of file diff --git a/changelogs/unreleased/3011-doughepi b/changelogs/unreleased/3011-doughepi deleted file mode 100644 index 1ab34fc0a..000000000 --- a/changelogs/unreleased/3011-doughepi +++ /dev/null @@ -1,2 +0,0 @@ -Allows the restic-wait container to exist in any order in the pod being restored. -Prints a warning message in the case where the restic-wait container isn't the first container in the list of initialization containers. diff --git a/changelogs/unreleased/3051-ashish-amarnath b/changelogs/unreleased/3051-ashish-amarnath deleted file mode 100644 index 9715242c7..000000000 --- a/changelogs/unreleased/3051-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 Use namespace and name to match PVB to Pod restore diff --git a/changelogs/unreleased/3059-ashish-amarnath b/changelogs/unreleased/3059-ashish-amarnath deleted file mode 100644 index f365a8380..000000000 --- a/changelogs/unreleased/3059-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 ItemAction plugins for unresolvable types should not be run for all types diff --git a/changelogs/unreleased/3084-ashish-amarnath b/changelogs/unreleased/3084-ashish-amarnath deleted file mode 100644 index 986a230d5..000000000 --- a/changelogs/unreleased/3084-ashish-amarnath +++ /dev/null @@ -1 +0,0 @@ -🐛 BSLs with validation disabled should be validated at least once diff --git a/changelogs/unreleased/3234-dsmithuchida b/changelogs/unreleased/3234-dsmithuchida deleted file mode 100644 index d3d05a551..000000000 --- a/changelogs/unreleased/3234-dsmithuchida +++ /dev/null @@ -1 +0,0 @@ -Increased default Velero pod memory limit to 512Mi