From 65c41fb4f1e743a1e0468c81f808b0bfafe553e0 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Tue, 10 Mar 2020 15:06:56 -0400 Subject: [PATCH] Update changelog for v1.3.1 (#2337) Signed-off-by: Nolan Brubaker --- changelogs/CHANGELOG-1.3.md | 23 +++++++++++++++++++++++ changelogs/unreleased/2322-nrb | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) delete mode 100644 changelogs/unreleased/2322-nrb diff --git a/changelogs/CHANGELOG-1.3.md b/changelogs/CHANGELOG-1.3.md index 6fe2ef646..812c30a29 100644 --- a/changelogs/CHANGELOG-1.3.md +++ b/changelogs/CHANGELOG-1.3.md @@ -1,3 +1,26 @@ +## v1.3.1 +### 2020-03-10 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.3.1 + +### Container Image +`velero/velero:v1.3.1` + +### Documentation +https://velero.io/docs/v1.3.1/ + +### Upgrading +https://velero.io/docs/v1.3.1/upgrade-to-1.3/ + +### Highlights + +Fixed a bug that caused failures when backing up CustomResourceDefinitions with whole numbers in numeric fields. + +### All Changes + * Fix CRD backup failures when fields contained a whole number. (#2322, @nrb) + + ## v1.3.0 #### 2020-03-02 diff --git a/changelogs/unreleased/2322-nrb b/changelogs/unreleased/2322-nrb deleted file mode 100644 index 4faaa4721..000000000 --- a/changelogs/unreleased/2322-nrb +++ /dev/null @@ -1 +0,0 @@ -Fix CRD backup failures when fields contained a whole number.