1.16.2 changelog

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-07-24 13:28:38 +08:00
parent 189a5b2836
commit cc2dc02cbc
8 changed files with 24 additions and 7 deletions
+24
View File
@@ -1,3 +1,27 @@
## v1.16.2
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.16.2
### Container Image
`velero/velero:v1.16.2`
### Documentation
https://velero.io/docs/v1.16/
### Upgrading
https://velero.io/docs/v1.16/upgrade-to-1.16/
### All Changes
* Update "Default Volumes to Fs Backup" to "File System Backup (Default)" (#9105, @shubham-pampattiwar)
* Fix missing defaultVolumesToFsBackup flag output in Velero describe backup cmd (#9103, @shubham-pampattiwar)
* Add imagePullSecrets inheritance for VGDP pod and maintenance job. (#9102, @blackpiglet)
* Fix issue #9077, don't block backup deletion on list VS error (#9101, @Lyndon-Li)
* Mounted cloud credentials should not be world-readable (#9094, @sseago)
* Allow for proper tracking of multiple hooks per container (#9060, @sseago)
* Add BSL status check for backup/restore operations. (#9010, @blackpiglet)
## v1.16.1
### Download
-1
View File
@@ -1 +0,0 @@
Add BSL status check for backup/restore operations.
-1
View File
@@ -1 +0,0 @@
Allow for proper tracking of multiple hooks per container
-1
View File
@@ -1 +0,0 @@
Mounted cloud credentials should not be world-readable
-1
View File
@@ -1 +0,0 @@
Fix issue #9077, don't block backup deletion on list VS error
-1
View File
@@ -1 +0,0 @@
Add imagePullSecrets inheritance for VGDP pod and maintenance job.
@@ -1 +0,0 @@
Fix missing defaultVolumesToFsBackup flag output in Velero describe backup cmd
@@ -1 +0,0 @@
Update "Default Volumes to Fs Backup" to "File System Backup (Default)"