Skip to content

Commit

Permalink
Merge pull request #67 from vmware-tanzu/releasing-for-1.7-rc1
Browse files Browse the repository at this point in the history
Update the documents for the release 1.3.0
  • Loading branch information
reasonerjt authored Sep 9, 2021
2 parents 5de0845 + 8e43171 commit 9ef0aae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v1.3.x | v1.7.x |
| v1.2.x | v1.6.x |
| v1.1.x | v1.5.x |
| v1.1.x | v1.4.x |
Expand Down Expand Up @@ -161,7 +162,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.2.0 \
--plugins velero/velero-plugin-for-gcp:v1.3.0 \
--bucket $BUCKET \
--secret-file ./credentials-velero
```
Expand All @@ -173,7 +174,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.2.0 \
--plugins velero/velero-plugin-for-gcp:v1.3.0 \
--bucket $BUCKET \
--no-secret \
--sa-annotations iam.gke.io/gcp-service-account=[GSA_NAME]@[PROJECT_ID].iam.gserviceaccount.com \
Expand Down Expand Up @@ -201,7 +202,7 @@ It is not possible to use different credentials for additional Backup Storage Lo
### Prerequisites

* Velero 1.6.0 or later
* GCP plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-gcp:v1.2.0`
* GCP plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-gcp:plugin-version`, replace the `plugin-version` with the corresponding value

### Configure GCS bucket and credentials

Expand Down
3 changes: 3 additions & 0 deletions changelogs/CHANGELOG-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## All changes

- Change the base image to `distroless`. (#106, @ywk253100)

0 comments on commit 9ef0aae

Please sign in to comment.