diff --git a/changelogs/CHANGELOG-1.3.md b/changelogs/CHANGELOG-1.3.md index 812c30a29..78e3a18f6 100644 --- a/changelogs/CHANGELOG-1.3.md +++ b/changelogs/CHANGELOG-1.3.md @@ -1,3 +1,22 @@ +## v1.3.2 +### 2020-04-03 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.3.2 + +### Container Image +`velero/velero:v1.3.2` + +### Documentation +https://velero.io/docs/v1.3.2/ + +### Upgrading +https://velero.io/docs/v1.3.2/upgrade-to-1.3/ + +### All Changes +* Allow `plugins/` as a valid top-level directory within backup storage locations. This directory is a place for plugin authors to store arbitrary data as needed. It is recommended to create an additional subdirectory under `plugins/` specifically for your plugin, e.g. `plugins/my-plugin-data/`. (#2350, @skriss) +* bug fix: don't panic in `velero restic repo get` when last maintenance time is `nil` (#2315, @skriss) + ## v1.3.1 ### 2020-03-10 diff --git a/changelogs/unreleased/2315-skriss b/changelogs/unreleased/2315-skriss deleted file mode 100644 index d43154e21..000000000 --- a/changelogs/unreleased/2315-skriss +++ /dev/null @@ -1 +0,0 @@ -bug fix: don't panic in `velero restic repo get` when last maintenance time is `nil` diff --git a/changelogs/unreleased/2350-skriss b/changelogs/unreleased/2350-skriss deleted file mode 100644 index 236696a97..000000000 --- a/changelogs/unreleased/2350-skriss +++ /dev/null @@ -1 +0,0 @@ -Allow `plugins/` as a valid top-level directory within backup storage locations. This directory is a place for plugin authors to store arbitrary data as needed. It is recommended to create an additional subdirectory under `plugins/` specifically for your plugin, e.g. `plugins/my-plugin-data/`.