Skip to content

Commit

Permalink
Update changelog for 1.5.3 release. (vmware-tanzu#574)
Browse files Browse the repository at this point in the history
Signed-off-by: Liping Xue <lipingx@vmware.com>
(cherry picked from commit f0fec71)
Signed-off-by: xing-yang <xingyang105@gmail.com>
  • Loading branch information
lipingxue authored and xing-yang committed Jun 21, 2024
1 parent 055e686 commit 1b92b11
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions changelogs/CHANGELOG-1.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Changelog since v1.4.0


## v1.5.3

Date: 2024-3-26

### Changes

- Prevents Restore when the target Restore StorageClass has WaitForFirstConsumer volumeBindingMode ([#568](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/568), [@deepakkinni](https://github.com/deepakkinni))
- This change will allow users to restore PVC's in the target namespace when the --namespace-mapping flag is used when creating a restore with Velero. ([#565](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/565), [@varunsrinivasan2](https://github.com/varunsrinivasan2))
- With this change, when a Go special character is in the password, they will have to escape the character just as they would for vSphere CSI plugin. ([#564](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/564), [@varunsrinivasan2](https://github.com/varunsrinivasan2))

## Dependencies

### Added
- gopkg.in/gcfg.v1: v1.2.3
- gopkg.in/warnings.v0: v0.1.2

### Changed
- golang.org/x/crypto: v0.14.0 → v0.17.0
- golang.org/x/sys: v0.13.0 → v0.15.0
- golang.org/x/term: v0.13.0 → v0.15.0
- golang.org/x/text: v0.13.0 → v0.14.0

### Removed
_Nothing has changed._

## v1.5.2

Date: 2023-11-2
Expand Down

0 comments on commit 1b92b11

Please sign in to comment.