Skip to content

Commit

Permalink
Merge pull request #88 from vmware-tanzu/releasing-to-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 597f54f + 3f42d5d commit e8a22b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 @@ -261,7 +262,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.2.1 \
--plugins velero/velero-plugin-for-aws:v1.3.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand All @@ -273,7 +274,7 @@ velero install \
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.2.1 \
--plugins velero/velero-plugin-for-aws:v1.3.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand Down Expand Up @@ -302,7 +303,7 @@ It is not possible to use different credentials for additional Backup Storage Lo
### Prerequisites
* Velero 1.6.0 or later
* AWS plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-aws:v1.2.1`
* AWS plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-aws:plugin-version`, replace the `plugin-version` with the corresponding value
### Configure S3 bucket and credentials
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## All changes

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

0 comments on commit e8a22b0

Please sign in to comment.