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