commit
8afe3cea8b
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Don't consider unschedulable pods unrecoverable
|
|
@ -1 +0,0 @@
|
|||
Expose the VolumeHelper to third-party plugins.
|
|
@ -1 +0,0 @@
|
|||
Fix issue #7904, add the limitation clarification for change PVC selected-node feature
|
|
@ -1 +0,0 @@
|
|||
Check whether the volume's source is PVC before fetching its PV.
|
|
@ -1 +0,0 @@
|
|||
Check whether the namespaces specified in namespace filter exist.
|
|
@ -1 +0,0 @@
|
|||
Skip PV patch step in Restoe workflow for WaitForFirstConsumer VolumeBindingMode Pending state PVCs
|
|
@ -1 +0,0 @@
|
|||
Reuse existing plugin manager for get/put volume info
|
|
@ -1 +0,0 @@
|
|||
Make PVPatchMaximumDuration timeout configurable
|
|
@ -1 +0,0 @@
|
|||
Avoid wrapping failed PVB status with empty message.
|
Loading…
Reference in New Issue