Skip to content

Commit 5e1c3de

Browse files
authored
Update change log for v1.6.0 (#609)
Signed-off-by: Nikhil Barge <nbarge@vmware.com>
1 parent 37f5944 commit 5e1c3de

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

changelogs/CHANGELOG-1.6.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog since v1.5.4
2+
3+
4+
## v1.6.0
5+
6+
Date: 2025-02-10
7+
8+
### Changes
9+
10+
- Block StorageQuota related CRDs from backup ([#593](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/593), [@deepakkinni](https://github.com/deepakkinni))
11+
- Caymanize velero vSphere plugin images ([#605](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/605), [@nikhilbarge](https://github.com/nikhilbarge))
12+
- Documentation refresh ([#600](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/600), [@nikhilbarge](https://github.com/nikhilbarge))
13+
- Fixed a problem in backup in the VDS setup on Supervisor. ([#578](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/578), [@varunsrinivasan2](https://github.com/varunsrinivasan2))
14+
- For Supervisor's using NSX Operator with VPC Networking, Velero backups will omit all NSX Operator v1alpha1 VPC APIs. vSphere Pods, Services, and any other resource's networking-related properties will need to be re-created by NSX Operator upon restore. ([#582](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/582), [@ihgann](https://github.com/ihgann))
15+
- Photon 5 Upgrade ([#594](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/594), [@deepakkinni](https://github.com/deepakkinni))
16+
- This change updates the blocked NSX Operator CRDs to point to their new API Group, `crd.nsx.vmware.com`, and reconciles all new CRDs being pushed by NSX Operator. ([#591](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/591), [@ihgann](https://github.com/ihgann))
17+
- Updated Vanilla installation document. ([#569](https://github.com/vmware-tanzu/velero-plugin-for-vsphere/pull/569), [@varunsrinivasan2](https://github.com/varunsrinivasan2))
18+
19+
## Dependencies
20+
21+
### Added
22+
_Nothing has changed._
23+
24+
### Changed
25+
- github.com/agiledragon/gomonkey: [v2.0.1+incompatible → v2.0.2+incompatible](https://github.com/agiledragon/gomonkey/compare/v2.0.1...v2.0.2)
26+
- github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2)
27+
- github.com/stretchr/testify: [v1.8.1 → v1.10.0](https://github.com/stretchr/testify/compare/v1.8.1...v1.10.0)
28+
- golang.org/x/crypto: v0.17.0 → v0.21.0
29+
- golang.org/x/net: v0.17.0 → v0.23.0
30+
- golang.org/x/sys: v0.15.0 → v0.18.0
31+
- golang.org/x/term: v0.15.0 → v0.18.0
32+
- google.golang.org/protobuf: v1.30.0 → v1.33.0
33+
34+
### Removed
35+
_Nothing has changed._

0 commit comments

Comments
 (0)