Skip to content

Commit 9621c88

Browse files
authored
Merge pull request #107 from ywk253100/210909_rc1
Update the documents for the release 1.3.0
2 parents 0850deb + 5239dbc commit 9621c88

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Below is a listing of plugin versions and respective Velero versions that are co
1717

1818
| Plugin Version | Velero Version |
1919
|-----------------|----------------|
20+
| v1.3.x | v1.7.x |
2021
| v1.2.x | v1.6.x |
2122
| v1.1.x | v1.5.x |
2223
| v1.1.x | v1.4.x |
@@ -338,7 +339,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
338339
```bash
339340
velero install \
340341
--provider azure \
341-
--plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
342+
--plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
342343
--bucket $BLOB_CONTAINER \
343344
--secret-file ./credentials-velero \
344345
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
@@ -352,7 +353,7 @@ If you're using **AAD Pod Identity**, you now need to add the `aadpodidbinding=$
352353
```bash
353354
velero install \
354355
--provider azure \
355-
--plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
356+
--plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
356357
--bucket $BLOB_CONTAINER \
357358
--secret-file ./credentials-velero \
358359
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID,storageAccountKeyEnvVar=AZURE_STORAGE_ACCOUNT_ACCESS_KEY[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
@@ -384,7 +385,7 @@ It is not possible to use different credentials for additional Backup Storage Lo
384385
### Prerequisites
385386
386387
* Velero 1.6.0 or later
387-
* Azure plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-microsoft-azure:v1.2.0`
388+
* Azure plugin must be installed, either at install time, or by running `velero plugin add velero/velero-plugin-for-microsoft-azure:plugin-version`, replace the `plugin-version` with the corresponding value
388389
389390
### Configure the blob container and credentials
390391

changelogs/CHANGELOG-1.3.0.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## All changes
2+
3+
- Change the base image to `distroless`. (#106, @ywk253100)

0 commit comments

Comments
 (0)