diff --git a/README.md b/README.md index aa7ee65d..f195ef52 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Below is a listing of plugin versions and respective Velero versions that are co | Plugin Version | Velero Version | |-----------------|----------------| -| v0.1.3 | v1.7.x | +| v0.2.0 | v1.7.x | | v0.1.2 | v1.5.x, v1.6.x | | v0.1.1 | v1.4.x | diff --git a/changelogs/CHANGELOG-0.2.0.md b/changelogs/CHANGELOG-0.2.0.md new file mode 100644 index 00000000..01e1052d --- /dev/null +++ b/changelogs/CHANGELOG-0.2.0.md @@ -0,0 +1,5 @@ +### All Changes + +- Allow cross-namespace restore of PVC's with CSI volumes (#82, @sshende-catalogicsoftware) +- Only remove internal k8s annotations related to PVC-PV bindings and provisioning (#89, @tomob) +- Change the base image to `distroless` (#92, @ywk253100) diff --git a/changelogs/unreleased/82-sshende-catalogicsoftware b/changelogs/unreleased/82-sshende-catalogicsoftware deleted file mode 100644 index 1e378354..00000000 --- a/changelogs/unreleased/82-sshende-catalogicsoftware +++ /dev/null @@ -1 +0,0 @@ -Allow cross-namespace restore of PVC's with CSI volumes diff --git a/changelogs/unreleased/89-tomob b/changelogs/unreleased/89-tomob deleted file mode 100644 index 0e297d06..00000000 --- a/changelogs/unreleased/89-tomob +++ /dev/null @@ -1 +0,0 @@ -Only remove internal k8s annotations related to PVC-PV bindings and provisioning \ No newline at end of file