From 8dba2aa4f8f03be51b401748aef9827db865e47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Mon, 13 Jun 2022 17:33:53 +0800 Subject: [PATCH] Update doc for release 1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update doc for release 1.5 Signed-off-by: Wenkai Yin(尹文开) Signed-off-by: msdolbey --- README.md | 5 +++-- changelogs/CHANGELOG-1.5.0.md | 7 +++++++ changelogs/unreleased/133-ywk253100 | 1 - 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 changelogs/CHANGELOG-1.5.0.md delete mode 100644 changelogs/unreleased/133-ywk253100 diff --git a/README.md b/README.md index 6ad8a2f..2d0cc95 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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] \ @@ -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] \ diff --git a/changelogs/CHANGELOG-1.5.0.md b/changelogs/CHANGELOG-1.5.0.md new file mode 100644 index 0000000..8c57f57 --- /dev/null +++ b/changelogs/CHANGELOG-1.5.0.md @@ -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) \ No newline at end of file diff --git a/changelogs/unreleased/133-ywk253100 b/changelogs/unreleased/133-ywk253100 deleted file mode 100644 index 73ad4d8..0000000 --- a/changelogs/unreleased/133-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Refine the minimum permissions needed by Velero in README \ No newline at end of file