From 4f64113f51b71828749983297c8ecf356926676d Mon Sep 17 00:00:00 2001 From: Lintong Jiang Date: Tue, 22 Dec 2020 11:41:46 -0800 Subject: [PATCH] Updated the change log for release 1.1.0 (#285) Signed-off-by: Lintong Jiang --- changelogs/CHANGELOG-1.1.md | 19 +++++++++++++++++++ changelogs/unreleased/078-swgupta | 1 - changelogs/unreleased/079-dkinni | 8 -------- changelogs/unreleased/084-dsmithuchida | 1 - changelogs/unreleased/191-dsmithuchida | 3 --- 5 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 changelogs/CHANGELOG-1.1.md delete mode 100644 changelogs/unreleased/078-swgupta delete mode 100644 changelogs/unreleased/079-dkinni delete mode 100644 changelogs/unreleased/084-dsmithuchida delete mode 100644 changelogs/unreleased/191-dsmithuchida diff --git a/changelogs/CHANGELOG-1.1.md b/changelogs/CHANGELOG-1.1.md new file mode 100644 index 00000000..b090fd45 --- /dev/null +++ b/changelogs/CHANGELOG-1.1.md @@ -0,0 +1,19 @@ +## v1.1.0 +### 2020-12-22 + +### Download +https://github.com/vmware-tanzu/velero-plugin-for-vsphere/releases/tag/v1.1.0 + +### Container Image +`vsphereveleroplugin/velero-plugin-for-vsphere:1.1.0` + +### Release Info + +This release adds the following key features. + +* Full backup/restore support for applications running on Guest clusters(TKGS) +* Full backup/restore support for applications running on WCP Supervisor Cluster + +### Known issues + +Please refer to [known issues](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/blob/6473a7727bbfa99dd9568be108f2422bb6444eb8/docs/known_issues.md). diff --git a/changelogs/unreleased/078-swgupta b/changelogs/unreleased/078-swgupta deleted file mode 100644 index bc0b46f1..00000000 --- a/changelogs/unreleased/078-swgupta +++ /dev/null @@ -1 +0,0 @@ -Update Data Manager server code to accept VM config parameters. diff --git a/changelogs/unreleased/079-dkinni b/changelogs/unreleased/079-dkinni deleted file mode 100644 index 9f623834..00000000 --- a/changelogs/unreleased/079-dkinni +++ /dev/null @@ -1,8 +0,0 @@ -This change enables canceling on going uploads. -On each upload an cancellation function is extracted from -the context and registered into the data mover until it is -completed. In the meanwhile if a request to delete the backup -is received, a check is made to see if any node is uploading, -if found the cancel function is triggered. The cancel function -cleans up any previously uploaded data, eventually moving the -state of upload to "canceled" \ No newline at end of file diff --git a/changelogs/unreleased/084-dsmithuchida b/changelogs/unreleased/084-dsmithuchida deleted file mode 100644 index 733a7d3c..00000000 --- a/changelogs/unreleased/084-dsmithuchida +++ /dev/null @@ -1 +0,0 @@ -Updated to use astrolabe.s3config for Astrolabe repository setup diff --git a/changelogs/unreleased/191-dsmithuchida b/changelogs/unreleased/191-dsmithuchida deleted file mode 100644 index 1c4c6b61..00000000 --- a/changelogs/unreleased/191-dsmithuchida +++ /dev/null @@ -1,3 +0,0 @@ -Added resource blocking at the plug-in level for vSphere with Kubernetes -resources and plug-in resources -Added velero exclude-from-backup labels to our resources when created