Skip to content

Commit

Permalink
Merge pull request #196 from blackpiglet/update_1.11_readme
Browse files Browse the repository at this point in the history
Add changelog and update README for v1.11.0.
  • Loading branch information
ywk253100 authored Oct 11, 2024
2 parents f4d0272 + 60a7dfa commit 222c3c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
```
Expand All @@ -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 \
Expand Down
3 changes: 3 additions & 0 deletions changelogs/CHANGELOG-1.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## All changes

* Bump depending velero version to latest main commit. (#195, @blackpiglet)

0 comments on commit 222c3c5

Please sign in to comment.