From 60a7dfa050264c3fa055dfbdbb05475db08fe690 Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Thu, 10 Oct 2024 23:27:47 +0800 Subject: [PATCH] Add changelog and update README for v1.11.0. Signed-off-by: Xun Jiang --- README.md | 5 +++-- changelogs/CHANGELOG-1.11.md | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/CHANGELOG-1.11.md diff --git a/README.md b/README.md index f505bd6..a220d09 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.11.x | v1.15.x | | v1.10.x | v1.14.x | | v1.9.x | v1.13.x | | v1.8.x | v1.12.x | @@ -221,7 +222,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl ```bash velero install \ --provider gcp \ - --plugins velero/velero-plugin-for-gcp:v1.10.0 \ + --plugins velero/velero-plugin-for-gcp:v1.11.0 \ --bucket $BUCKET \ --secret-file ./credentials-velero ``` @@ -233,7 +234,7 @@ You must add a service account annotation to the Kubernetes service account so t ```bash velero install \ --provider gcp \ - --plugins velero/velero-plugin-for-gcp:v1.10.0 \ + --plugins velero/velero-plugin-for-gcp:v1.11.0 \ --bucket $BUCKET \ --no-secret \ --sa-annotations iam.gke.io/gcp-service-account=[$GSA_NAME]@[$PROJECT_ID].iam.gserviceaccount.com \ diff --git a/changelogs/CHANGELOG-1.11.md b/changelogs/CHANGELOG-1.11.md new file mode 100644 index 0000000..b18e8ec --- /dev/null +++ b/changelogs/CHANGELOG-1.11.md @@ -0,0 +1,3 @@ +## All changes + +* Bump depending velero version to latest main commit. (#195, @blackpiglet) \ No newline at end of file