Skip to content

Commit

Permalink
Update doc for release 1.5
Browse files Browse the repository at this point in the history
Update doc for release 1.5

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: msdolbey <[email protected]>
  • Loading branch information
ywk253100 authored and msdolbey committed Oct 28, 2022
1 parent dafb9e3 commit 8dba2aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v1.5.x | v1.9.x |
| v1.4.x | v1.8.x |
| v1.3.x | v1.7.x |
| v1.2.x | v1.6.x |
Expand Down Expand Up @@ -359,7 +360,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider azure \
--plugins velero/velero-plugin-for-microsoft-azure:v1.4.0 \
--plugins velero/velero-plugin-for-microsoft-azure:v1.5.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
Expand All @@ -373,7 +374,7 @@ If you're using **AAD Pod Identity**, you now need to add the `aadpodidbinding=$
```bash
velero install \
--provider azure \
--plugins velero/velero-plugin-for-microsoft-azure:v1.4.0 \
--plugins velero/velero-plugin-for-microsoft-azure:v1.5.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID,storageAccountKeyEnvVar=AZURE_STORAGE_ACCOUNT_ACCESS_KEY[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
Expand Down
7 changes: 7 additions & 0 deletions changelogs/CHANGELOG-1.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## All changes

- Support for zone-redundant storage (ZRS) managed disks (#131, @yyvess)
- Refine the minimum permissions needed by Velero in README(#133, @ywk253100)
- Use scratch as baseimage for plugin(#137, @yvespp)
- Use the environment variable when creating the custom role in README(#139, @tbuchi888)
- Add new config item "tags" to volume snapshot location for Azure(#140, @ywk253100)
1 change: 0 additions & 1 deletion changelogs/unreleased/133-ywk253100

This file was deleted.

0 comments on commit 8dba2aa

Please sign in to comment.