From f2c8969b6769c399238a11a169d31f4f94947f29 Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Tue, 19 Dec 2023 14:19:54 +0800 Subject: [PATCH] Add v0.7.0 changelog. Update the version matrix in the README.md. Signed-off-by: Xun Jiang --- README.md | 1 + changelogs/CHANGELOG-0.7.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 changelogs/CHANGELOG-0.7.md diff --git a/README.md b/README.md index 1c614b3e..ccb3ed7f 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/changelogs/CHANGELOG-0.7.md b/changelogs/CHANGELOG-0.7.md new file mode 100644 index 00000000..25aeb729 --- /dev/null +++ b/changelogs/CHANGELOG-0.7.md @@ -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)