From eb2c0c327c573eb8f8925831135cc2b24e5beb58 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: Fri, 18 Aug 2023 16:39:09 +0800 Subject: [PATCH] Update doc and changelog for 1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update doc and changelog for 1.8.0 Signed-off-by: Wenkai Yin(尹文开) --- README.md | 1 + changelogs/CHANGELOG-1.8.0.md | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 changelogs/CHANGELOG-1.8.0.md diff --git a/README.md b/README.md index 0287b80..de5757d 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.8.x | v1.12.x | | v1.7.x | v1.11.x | | v1.6.x | v1.10.x | | v1.5.x | v1.9.x | diff --git a/changelogs/CHANGELOG-1.8.0.md b/changelogs/CHANGELOG-1.8.0.md new file mode 100644 index 0000000..8a0f1df --- /dev/null +++ b/changelogs/CHANGELOG-1.8.0.md @@ -0,0 +1,10 @@ +## All changes + +- Add pushing image to gcr.io in push action (#183, @blackpiglet) +- Support AzureDNSZone storage account (#185, @anshulahuja98) +- Load environment variables early so that functions requiring those variables work correctly (#186, @gwynforthewyn) +- Support auth via Workload Identity (#188, @tareksha) +- Fixed json parsing errors in README.md (#193, @rajatumrao) +- Support configuring Azure AD endpoint(#195, @Jeremy-Boyle) +- Update doc to fix the "DataActions" (#200, @ywk253100) +- Update README to include the "AZURE_ENVIRONMENT" in the credential file to workaround non public cloud issue (#201, @ywk253100) \ No newline at end of file