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