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

Add v1.12.2 changelog #7126

Merged
merged 1 commit into from
Nov 20, 2023
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
30 changes: 30 additions & 0 deletions changelogs/CHANGELOG-1.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v1.12.2
### 2023-11-20

### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.12.2

### Container Image
`velero/velero:v1.12.2`

### Documentation
https://velero.io/docs/v1.12/

### Upgrading
https://velero.io/docs/v1.12/upgrade-to-1.12/

### All changes
* Fix issue #7068, due to a behavior of CSI external snapshotter, manipulations of VS and VSC may not be handled in the same order inside external snapshotter as the API is called. So add a protection finalizer to ensure the order (#7114, @Lyndon-Li)
* Update Backup.Status.CSIVolumeSnapshotsCompleted during finalize (#7111, @kaovilai)
* Cherry-pick #6917 - Support JSON Merge Patch and Strategic Merge Patch in Resource Modifiers (#7049, @27149chen)
* Bump up Velero base image to latest patch release (#7110, @allenxu404)
* Fix the node-agent missing metrics-address defines. (#7098, @yanggangtony)
* Fix issue #7094, fallback to full backup if previous snapshot is not found (#7097, @Lyndon-Li)
* Add DataUpload Result and CSI VolumeSnapshot check for restore PV. (#7087, @blackpiglet)
* Fix issue #7027, data mover backup exposer should not assume the first volume as the backup volume in backup pod (#7060, @Lyndon-Li)
* Truncate the credential file to avoid the change of secret content messing it up (#7058, @ywk253100)
* restore: Use warning when Create IsAlreadyExist and Get error (#7054, @kaovilai)
* Read information from the credential specified by BSL (#7033, @ywk253100)
* Fix issue 6913: Velero Built-in Datamover: Backup stucks in phase WaitingForPluginOperations when Node Agent pod gets restarted (#7025, @shubham-pampattiwar)
* Fix unified repository (kopia) s3 credentials profile selection (#6997, @kaovilai)

## v1.12.1
### 2023-10-20

Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/6997-kaovilai

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7033-ywk253100

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7049-27149chen

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7054-kaovilai

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7058-ywk253100

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7098-yanggangtony

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7110-allenxu404

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/7111-kaovilai

This file was deleted.

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

This file was deleted.

Loading