From 0f3a2eb2fd67430db4ed52d14ce961495e9ebb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Fri, 4 Mar 2022 07:59:05 +0800 Subject: [PATCH] Generate the changelog for v1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generate the changelog for v1.8.1 Signed-off-by: Wenkai Yin(尹文开) --- changelogs/CHANGELOG-1.8.md | 19 +++++++++++++++++++ changelogs/unreleased/4691-jxun | 1 - changelogs/unreleased/4706-reasonerjt | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelogs/unreleased/4691-jxun delete mode 100644 changelogs/unreleased/4706-reasonerjt diff --git a/changelogs/CHANGELOG-1.8.md b/changelogs/CHANGELOG-1.8.md index 049171276..c9e476288 100644 --- a/changelogs/CHANGELOG-1.8.md +++ b/changelogs/CHANGELOG-1.8.md @@ -1,3 +1,22 @@ +## v1.8.1 +### 2022-03-04 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.8.1 + +### Container Image +`velero/velero:v1.8.1` + +### Documentation +https://velero.io/docs/v1.8 + +### Upgrading +https://velero.io/docs/v1.8/upgrade-to-1.8/ + +### All changes +* Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706, @reasonerjt) +* Support regional pv for GKE (#4691, @jxun) + ## v1.8.0 ### 2022-01-14 diff --git a/changelogs/unreleased/4691-jxun b/changelogs/unreleased/4691-jxun deleted file mode 100644 index 9d6b56ba2..000000000 --- a/changelogs/unreleased/4691-jxun +++ /dev/null @@ -1 +0,0 @@ -Support regional pv for GKE \ No newline at end of file diff --git a/changelogs/unreleased/4706-reasonerjt b/changelogs/unreleased/4706-reasonerjt deleted file mode 100644 index ed64de8f6..000000000 --- a/changelogs/unreleased/4706-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Bypass the remap CRD version plugin when v1beta1 CRD is not supported