Update changelog for v1.3.1 (#2337)

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-03-10 15:11:47 -04:00
parent 26b06f7b52
commit 65c41fb4f1
2 changed files with 23 additions and 1 deletions
+23
View File
@@ -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
-1
View File
@@ -1 +0,0 @@
Fix CRD backup failures when fields contained a whole number.