diff --git a/README.md b/README.md index db0b45b..99f0bfb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Below is a listing of plugin versions and respective Velero versions that are co | Plugin Version | Velero Version | |-----------------|----------------| +| v1.9.x | v1.13.x | | v1.8.x | v1.12.x | | v1.7.x | v1.11.x | | v1.6.x | v1.10.x | diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md new file mode 100644 index 0000000..95d378f --- /dev/null +++ b/changelogs/CHANGELOG-1.9.md @@ -0,0 +1,4 @@ +## v1.9.0 +### All changes +* Regression fix: Unbreak signed urls for compute engine. (#158, @kaovilai) +* Bump Golang verion and golang.org/x/net version for main branch. (#160, @blackpiglet) diff --git a/changelogs/unreleased/158-kaovilai b/changelogs/unreleased/158-kaovilai deleted file mode 100644 index b72f484..0000000 --- a/changelogs/unreleased/158-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Regression fix: Unbreak signed urls for compute engine \ No newline at end of file