Skip to content

Commit

Permalink
Merge pull request #220 from blackpiglet/v0.7_changelog
Browse files Browse the repository at this point in the history
Add v0.7.0 changelog. Update the version matrix in the README.md.
  • Loading branch information
qiuming-best authored Dec 20, 2023
2 parents ffe62f7 + f2c8969 commit add9bdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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.7.x | v1.13.x |
| v0.6.x | v1.12.x |
| v0.5.x | v1.11.x |
| v0.4.x | v1.10.x |
Expand Down
8 changes: 8 additions & 0 deletions changelogs/CHANGELOG-0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.7.0
### All Changes
* Use backup.Spec.CSISnapshotTimeout for DataDownload OperationTimeout (#204, @blackpiglet)
* Bump golang and net version. (#209, @blackpiglet)
* Fix panic when csi timeout duration is short. (#215, @sbahar619)
* Remove velero generated client, because it's going to be deprecated. (#214, @blackpiglet)
* Add VolumeSnapshotClass info in the DataUpload. (#216, @blackpiglet)
* Add uploader config.  (#217, @qiuming-best)

0 comments on commit add9bdf

Please sign in to comment.