diff --git a/README.md b/README.md index bbb8ac91..6fa22c41 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.2.x | v1.6.x | | v1.1.x | v1.5.x | | v1.1.x | v1.4.x | | v1.0.x | v1.3.x | @@ -260,7 +261,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.1.0 \ + --plugins velero/velero-plugin-for-aws:v1.2.0 \ --bucket $BUCKET \ --backup-location-config region=$REGION \ --snapshot-location-config region=$REGION \ @@ -272,7 +273,7 @@ velero install \ ```bash velero install \ --provider aws \ - --plugins velero/velero-plugin-for-aws:v1.1.0 \ + --plugins velero/velero-plugin-for-aws:v1.2.0 \ --bucket $BUCKET \ --backup-location-config region=$REGION \ --snapshot-location-config region=$REGION \