diff --git a/changelogs/CHANGELOG-1.8.md b/changelogs/CHANGELOG-1.8.md index 049171276b..c9e4762883 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 9d6b56ba2d..0000000000 --- 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 ed64de8f64..0000000000 --- a/changelogs/unreleased/4706-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Bypass the remap CRD version plugin when v1beta1 CRD is not supported