-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a changelog for release v1.2.0 (#372)
* Added CHANGELOG-1.2.md for the v1.2.0 release (#363) * Updated the changelog for v1.2.0 release (#371) Signed-off-by: Lintong Jiang <[email protected]>
- Loading branch information
Lintong Jiang
authored
Jul 28, 2021
1 parent
4a36a1e
commit 0220b76
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog since v1.1.0 | ||
|
||
## v1.2.0 | ||
|
||
Date: 2021-07-28 | ||
|
||
### Changes | ||
|
||
- Added the check of restic annotation in vsphere plugin to skip pvc snapshot for restic annotated volumes. ([#349](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/349), [@lintongj](https://github.com/lintongj)) | ||
- Added vSphere CSI Driver 2.3 support in plugin by updating the way to determine cluster flavor and determine the secret to watch. ([#348](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/348), [@deepakkinni](https://github.com/deepakkinni)) | ||
- Get rid of the dependency on the retrieval of the in cluster k8s config and support running backup-driver and data-manager both in-cluster and out-of-cluster. ([#346](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/346), [@lintongj](https://github.com/lintongj)) | ||
- Make vddk log level configurable. ([#354](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/354), [@xinyanw409](https://github.com/xinyanw409)) | ||
- Skips PVC restore if it already exists. ([#341](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/341), [@xing-yang](https://github.com/xing-yang)) | ||
- Upgraded CRD API version from v1beta1 to v1 ([#368](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/368), [@lintongj](https://github.com/lintongj)) | ||
- Upgraded VDDK library in dependency from vSphere 7.0 to 7.0U2. ([#352](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/352), [@xinyanw409](https://github.com/xinyanw409)) | ||
|
||
### Dependencies | ||
|
||
#### Added | ||
_Nothing has changed._ | ||
|
||
#### Changed | ||
- github.com/vmware-tanzu/astrolabe: [v0.3.0 → v0.4.0](https://github.com/vmware-tanzu/astrolabe/compare/v0.3.0...v0.4.0) | ||
- github.com/vmware/virtual-disks: [v0.0.2 → v0.0.4](https://github.com/vmware/virtual-disks/compare/v0.0.2...v0.0.4) | ||
|
||
#### Removed | ||
_Nothing has changed._ |