Merge pull request #8124 from Lyndon-Li/release-1.14

Change log for 1.14.1
pull/8057/head v1.14.1
lyndon-li 2024-08-20 09:51:03 +08:00 committed by GitHub
commit 8afe3cea8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 26 additions and 9 deletions

View File

@ -1,3 +1,29 @@
## v1.14.1
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.14.1
### Container Image
`velero/velero:v1.14.1`
### Documentation
https://velero.io/docs/v1.14/
### Upgrading
https://velero.io/docs/v1.14/upgrade-to-1.14/
### All Changes
* Avoid wrapping failed PVB status with empty message. (#8037, @mrnold)
* Make PVPatchMaximumDuration timeout configurable (#8035, @shubham-pampattiwar)
* Reuse existing plugin manager for get/put volume info (#8016, @sseago)
* Skip PV patch step in Restoe workflow for WaitForFirstConsumer VolumeBindingMode Pending state PVCs (#8006, @shubham-pampattiwar)
* Check whether the namespaces specified in namespace filter exist. (#7998, @blackpiglet)
* Check whether the volume's source is PVC before fetching its PV. (#7976, @blackpiglet)
* Fix issue #7904, add the limitation clarification for change PVC selected-node feature (#7949, @Lyndon-Li)
* Expose the VolumeHelper to third-party plugins. (#7944, @blackpiglet)
* Don't consider unschedulable pods unrecoverable (#7926, @sseago)
## v1.14
### Download

View File

@ -1 +0,0 @@
Don't consider unschedulable pods unrecoverable

View File

@ -1 +0,0 @@
Expose the VolumeHelper to third-party plugins.

View File

@ -1 +0,0 @@
Fix issue #7904, add the limitation clarification for change PVC selected-node feature

View File

@ -1 +0,0 @@
Check whether the volume's source is PVC before fetching its PV.

View File

@ -1 +0,0 @@
Check whether the namespaces specified in namespace filter exist.

View File

@ -1 +0,0 @@
Skip PV patch step in Restoe workflow for WaitForFirstConsumer VolumeBindingMode Pending state PVCs

View File

@ -1 +0,0 @@
Reuse existing plugin manager for get/put volume info

View File

@ -1 +0,0 @@
Make PVPatchMaximumDuration timeout configurable

View File

@ -1 +0,0 @@
Avoid wrapping failed PVB status with empty message.