diff --git a/CHANGELOG.md b/CHANGELOG.md index 808bb91..111b370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +v1.0.0 / 2020-09-15 +======================== +* adding velero backup and restore support ([#162](https://github.com/openebs/zfs-localpv/pull/162),[@pawanpraka1](https://github.com/pawanpraka1)) +* update go version to 1.14.7 ([#201](https://github.com/openebs/zfs-localpv/pull/201),[@pawanpraka1](https://github.com/pawanpraka1)) +* mounting the root filesystem to remove the dependency on the Operating system ([#204](https://github.com/openebs/zfs-localpv/pull/204),[@pawanpraka1](https://github.com/pawanpraka1)) +* Add license-check for .go , .sh , Dockerfile and Makefile ([#205](https://github.com/openebs/zfs-localpv/pull/205),[@ajeetrai707](https://github.com/AJEETRAI707)) + +v1.0.0-RC2 / 2020-09-14 +======================== + +v1.0.0-RC1 / 2020-09-10 +======================== +* adding velero backup and restore support ([#162](https://github.com/openebs/zfs-localpv/pull/162),[@pawanpraka1](https://github.com/pawanpraka1)) +* update go version to 1.14.7 ([#201](https://github.com/openebs/zfs-localpv/pull/201),[@pawanpraka1](https://github.com/pawanpraka1)) +* mounting the root filesystem to remove the dependency on the Operating system ([#204](https://github.com/openebs/zfs-localpv/pull/204),[@pawanpraka1](https://github.com/pawanpraka1)) +* Add license-check for .go , .sh , Dockerfile and Makefile ([#205](https://github.com/openebs/zfs-localpv/pull/205),[@ajeetrai707](https://github.com/AJEETRAI707)) + + +v0.9.2 / 2020-08-26 +======================== +* Reverting back to old way of checking the volume status ([#196](https://github.com/openebs/zfs-localpv/pull/196),[@pawanpraka1](https://github.com/pawanpraka1)) + v0.9.1 / 2020-08-14 ======================== * mounting the volume if it is ready ([#184](https://github.com/openebs/zfs-localpv/pull/184),[@pawanpraka1](https://github.com/pawanpraka1)) diff --git a/changelogs/unreleased/196-pawanpraka1 b/changelogs/released/v0.9.2/196-pawanpraka1 similarity index 100% rename from changelogs/unreleased/196-pawanpraka1 rename to changelogs/released/v0.9.2/196-pawanpraka1 diff --git a/changelogs/unreleased/162-pawanpraka1 b/changelogs/released/v1.0.0-RC1/162-pawanpraka1 similarity index 100% rename from changelogs/unreleased/162-pawanpraka1 rename to changelogs/released/v1.0.0-RC1/162-pawanpraka1 diff --git a/changelogs/unreleased/201-pawanpraka1 b/changelogs/released/v1.0.0-RC1/201-pawanpraka1 similarity index 100% rename from changelogs/unreleased/201-pawanpraka1 rename to changelogs/released/v1.0.0-RC1/201-pawanpraka1 diff --git a/changelogs/unreleased/204-pawanpraka1 b/changelogs/released/v1.0.0-RC1/204-pawanpraka1 similarity index 100% rename from changelogs/unreleased/204-pawanpraka1 rename to changelogs/released/v1.0.0-RC1/204-pawanpraka1 diff --git a/changelogs/released/v1.0.0-RC1/205-ajeetrai707 b/changelogs/released/v1.0.0-RC1/205-ajeetrai707 new file mode 100644 index 0000000..edd102d --- /dev/null +++ b/changelogs/released/v1.0.0-RC1/205-ajeetrai707 @@ -0,0 +1 @@ +Add license-check for .go , .sh , Dockerfile and Makefile