Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log for 1.14.1 #8124

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions changelogs/CHANGELOG-1.14.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/7926-sseago

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7944-blackpiglet

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7949-Lyndon-Li

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7976-blackpiglet

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7998-blackpiglet

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/8006-shubham-pampattiwar

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/8016-sseago

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/8035-shubham-pampattiwar

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/8037-mrnold

This file was deleted.

Loading