From 6e0469e7f3dc161d2f090351129169ec0cca2ba9 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Mon, 13 Jul 2020 14:06:46 -0400 Subject: [PATCH] Add changelogs for v1.4.1 (#2703) Signed-off-by: Nolan Brubaker --- changelogs/CHANGELOG-1.4.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelogs/CHANGELOG-1.4.md b/changelogs/CHANGELOG-1.4.md index a407dc4df..fb7881213 100644 --- a/changelogs/CHANGELOG-1.4.md +++ b/changelogs/CHANGELOG-1.4.md @@ -1,3 +1,22 @@ +## v1.4.1 +### 2020-07-13 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.4.1 + +### Container Image +`velero/velero:v1.4.1` + +### Documentation +https://velero.io/docs/v1.4/ + +### Upgrading +https://velero.io/docs/v1.4/upgrade-to-1.4/ + +### All Changes + * Adjust restic default time out to 4 hours and base pod resource requests to 500m CPU/512Mi memory. (#2696, @nrb) + * capture version of the CRD prior before invoking the remap_crd_version backup item action (#2683, @ashish-amarnath) + ## v1.4.0 ### 2020-05-26