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 v0.6 change log, and update README.md. #198

Merged
merged 1 commit into from
Aug 18, 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v0.6.x | v1.12.x |
| v0.5.x | v1.11.x |
| v0.4.x | v1.10.x |
| v0.3.0 | v1.9.x |
Expand Down
16 changes: 16 additions & 0 deletions changelogs/CHANGELOG-0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### All Changes

* Annotate the PVC for non CSI PV. (#192, @reasonerjt)
* Add AreAdditionalItemsReady method for RIA v2. (#185, @blackpiglet)
* Add snapshot data mover logic in PVC RIA v2. (#184, @blackpiglet)
* Add DataUploadResult ConfigMap retrieving and deleting code. (#183, @blackpiglet)
* Support DataUpload CR handling in backup (#181, @blackpiglet)
* Remove VS name annotation from PVC during CSI restore (#180, @shubham-pampattiwar)
* Add support for Multiple VolumeSnapshotClasses (#178, @anshulahuja98)
* Make the BIA in CSI plugin adopt v2. (#177, @blackpiglet)
* Copy PVC labels to it's VolumeSnapshot (#176, @anshulahuja98)
* Use CSISnapshotTimeout to set the snapshot timeout (#175, @dzaninovic)
* Cleanup CSI Snapshots post Polling of VSC times out in CSI Plugin. (#174, @Shashank1306s)
* Update the logic to get VSClass for CSI snapshot (#173, @reasonerjt)
* Unify CSI plugin build process and bump golang version. (#165, @blackpiglet)
* Replace busybox with internal copy binary (#161, @blackpiglet)
1 change: 0 additions & 1 deletion changelogs/unreleased/161-blackpiglet

This file was deleted.

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

This file was deleted.

Loading