From 602ecebc866d0bfd74ff0e27cfeb32527e4a5aca Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Fri, 16 Oct 2020 14:23:29 -0700 Subject: [PATCH] changelogs and compatibility matrix update Signed-off-by: Ashish Amarnath --- README.md | 1 + changelogs/CHANGELOG-1.1.1.md | 4 ++++ changelogs/unreleased/51-gitirabassi | 1 - changelogs/unreleased/52-stephanwehr | 1 - 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/CHANGELOG-1.1.1.md delete mode 100644 changelogs/unreleased/51-gitirabassi delete mode 100644 changelogs/unreleased/52-stephanwehr diff --git a/README.md b/README.md index 7ddf145..0b27ad5 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.1.x | v1.5.x | | v1.1.x | v1.4.x | | v1.0.x | v1.3.x | | v1.0.x | v1.2.0 | diff --git a/changelogs/CHANGELOG-1.1.1.md b/changelogs/CHANGELOG-1.1.1.md new file mode 100644 index 0000000..62e484e --- /dev/null +++ b/changelogs/CHANGELOG-1.1.1.md @@ -0,0 +1,4 @@ +## All changes + +- add support for `aad-pod-identity` authentication (#51, @gitirabassi) +- add support for incremental snapshots of Azure disks (#52, @stephanwehr) diff --git a/changelogs/unreleased/51-gitirabassi b/changelogs/unreleased/51-gitirabassi deleted file mode 100644 index f4af87f..0000000 --- a/changelogs/unreleased/51-gitirabassi +++ /dev/null @@ -1 +0,0 @@ -add support for `aad-pod-identity` authentication diff --git a/changelogs/unreleased/52-stephanwehr b/changelogs/unreleased/52-stephanwehr deleted file mode 100644 index 0db7369..0000000 --- a/changelogs/unreleased/52-stephanwehr +++ /dev/null @@ -1 +0,0 @@ -add support for incremental snapshots of Azure disks