diff --git a/README.md b/README.md index 43568b11..e60f76a7 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 \ @@ -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 \ @@ -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 diff --git a/changelogs/CHANGELOG-1.3.0.md b/changelogs/CHANGELOG-1.3.0.md new file mode 100644 index 00000000..e9b1e166 --- /dev/null +++ b/changelogs/CHANGELOG-1.3.0.md @@ -0,0 +1,4 @@ +## All changes + +- Change the base image to `distroless`. (#106, @ywk253100) +