diff --git a/CHANGELOG.md b/CHANGELOG.md index 10817a0..2ed93b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +v1.1.0 / 2020-11-14 +======================== +* changing the zfs-driver images to multi-arch docker hub ([#237](https://github.com/openebs/zfs-localpv/pull/237),[@w3aman](https://github.com/w3aman)) +* Remove MountInfo struct from the api files ([#225](https://github.com/openebs/zfs-localpv/pull/225),[@codegagan](https://github.com/codegagan)) +* adding deployment yaml via kustomize ([#231](https://github.com/openebs/zfs-localpv/pull/231),[@pawanpraka1](https://github.com/pawanpraka1)) +* add support for creating the Clone from volume as datasource ([#234](https://github.com/openebs/zfs-localpv/pull/234),[@pawanpraka1](https://github.com/pawanpraka1)) +* add support for multi arch container image ([#233](https://github.com/openebs/zfs-localpv/pull/233),[@prateekpandey14](https://github.com/prateekpandey14)) +* support parallel/faster upgrades for node daemonset ([#230](https://github.com/openebs/zfs-localpv/pull/230),[@pawanpraka1](https://github.com/pawanpraka1)) + +v1.1.0-RC2 / 2020-11-13 +======================== + +v1.1.0-RC1 / 2020-11-12 +======================== +* Remove MountInfo struct from the api files ([#225](https://github.com/openebs/zfs-localpv/pull/225),[@codegagan](https://github.com/codegagan)) +* adding deployment yaml via kustomize ([#231](https://github.com/openebs/zfs-localpv/pull/231),[@pawanpraka1](https://github.com/pawanpraka1)) +* add support for creating the Clone from volume as datasource ([#234](https://github.com/openebs/zfs-localpv/pull/234),[@pawanpraka1](https://github.com/pawanpraka1)) +* add support for multi arch container image ([#233](https://github.com/openebs/zfs-localpv/pull/233),[@prateekpandey14](https://github.com/prateekpandey14)) +* support parallel/faster upgrades for node daemonset ([#230](https://github.com/openebs/zfs-localpv/pull/230),[@pawanpraka1](https://github.com/pawanpraka1)) + + v1.0.1 / 2020-10-14 ======================== * removing centos yamls from the repo ([#211](https://github.com/openebs/zfs-localpv/pull/211),[@pawanpraka1](https://github.com/pawanpraka1)) diff --git a/changelogs/unreleased/225-codegagan b/changelogs/released/v1.1.0-RC1/225-codegagan similarity index 100% rename from changelogs/unreleased/225-codegagan rename to changelogs/released/v1.1.0-RC1/225-codegagan diff --git a/changelogs/unreleased/230-pawanpraka1 b/changelogs/released/v1.1.0-RC1/230-pawanpraka1 similarity index 100% rename from changelogs/unreleased/230-pawanpraka1 rename to changelogs/released/v1.1.0-RC1/230-pawanpraka1 diff --git a/changelogs/unreleased/231-pawanpraka1 b/changelogs/released/v1.1.0-RC1/231-pawanpraka1 similarity index 100% rename from changelogs/unreleased/231-pawanpraka1 rename to changelogs/released/v1.1.0-RC1/231-pawanpraka1 diff --git a/changelogs/released/v1.1.0-RC1/233-prateekpandey14 b/changelogs/released/v1.1.0-RC1/233-prateekpandey14 new file mode 100644 index 0000000..490c88c --- /dev/null +++ b/changelogs/released/v1.1.0-RC1/233-prateekpandey14 @@ -0,0 +1 @@ +add support for multi arch container image diff --git a/changelogs/unreleased/234-pawanpraka1 b/changelogs/released/v1.1.0-RC1/234-pawanpraka1 similarity index 100% rename from changelogs/unreleased/234-pawanpraka1 rename to changelogs/released/v1.1.0-RC1/234-pawanpraka1 diff --git a/changelogs/released/v1.1.0/237-w3aman b/changelogs/released/v1.1.0/237-w3aman new file mode 100644 index 0000000..ca2d6a0 --- /dev/null +++ b/changelogs/released/v1.1.0/237-w3aman @@ -0,0 +1 @@ +changing the zfs-driver images to multi-arch docker hub