From 89686056023cdd96a6ab3cf51d33dd9c19947e8a Mon Sep 17 00:00:00 2001 From: Pawan Date: Mon, 15 Jun 2020 11:50:49 +0530 Subject: [PATCH] chore(changelog): adding v0.8.0 changelog Signed-off-by: Pawan --- CHANGELOG.md | 38 +++++++++++++++++++ .../0.8.0-RC1}/121-pawanpraka1 | 0 .../0.8.0-RC1}/122-w3aman | 0 .../0.8.0-RC1}/124-pawanpraka1 | 0 .../0.8.0-RC1}/128-pawanpraka1 | 0 .../0.8.0-RC1}/133-Icedroid | 0 .../0.8.0-RC1}/137-pawanpraka1 | 0 .../0.8.0-RC1}/138-Icedroid | 0 .../0.8.0-RC1}/140-pawanpraka1 | 0 .../0.8.0-RC1}/144-cruwe | 0 .../0.8.0-RC1}/145-pawanpraka1 | 0 .../0.8.0-RC1}/149-pawanpraka1 | 0 .../0.8.0-RC1}/150-pawanpraka1 | 0 .../0.8.0-RC1}/151-pawanpraka1 | 0 14 files changed, 38 insertions(+) rename changelogs/{unreleased => released/0.8.0-RC1}/121-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/122-w3aman (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/124-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/128-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/133-Icedroid (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/137-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/138-Icedroid (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/140-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/144-cruwe (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/145-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/149-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/150-pawanpraka1 (100%) rename changelogs/{unreleased => released/0.8.0-RC1}/151-pawanpraka1 (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e8d01..62d2698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +v0.8.0 / 2020-06-13 +======================== + + * changing image pull policy to IfNotPresent to make it not pull the image again and again ([#124](https://github.com//pull/124),[@pawanpraka1](https://github.com/pawanpraka1)) + * moving to legacy mount ([#151](https://github.com//pull/151),[@pawanpraka1](https://github.com/pawanpraka1)) + * Fixes an issue where volumes meant to be filesystem datasets got created as zvols and generally makes storageclass parameter spelling insensitive to case ([#144](https://github.com//pull/144),[@cruwe](https://github.com/cruwe)) + * include pvc name in volume events ([#150](https://github.com//pull/150),[@pawanpraka1](https://github.com/pawanpraka1)) + * Fixes an issue where PVC was bound to unusable PV created using incorrect values provided in PVC/Storageclass ([#121](https://github.com//pull/121),[@pawanpraka1](https://github.com/pawanpraka1)) + * adding v1 CRD for ZFS-LocalPV ([#140](https://github.com//pull/140),[@pawanpraka1](https://github.com/pawanpraka1)) + * add contributing checkout list ([#138](https://github.com//pull/138),[@Icedroid](https://github.com/Icedroid)) + * fixing golint warnings ([#133](https://github.com//pull/133),[@Icedroid](https://github.com/Icedroid)) + * removing unnecessary printer columns from ZFSVolume ([#128](https://github.com//pull/128),[@pawanpraka1](https://github.com/pawanpraka1)) + * fixing stale ZFSVolume resource issue when deleting the pvc in pending state ([#145](https://github.com//pull/145),[@pawanpraka1](https://github.com/pawanpraka1)) + * Updated the doc for custom-topology support ([#122](https://github.com//pull/122),[@w3aman](https://github.com/w3aman)) + * adding operator yaml for centos7 and centos8 ([#149](https://github.com//pull/149),[@pawanpraka1](https://github.com/pawanpraka1)) + * honouring readonly flag for ZFS-LocalPV ([#137](https://github.com//pull/137),[@pawanpraka1](https://github.com/pawanpraka1)) + +v0.8.0-RC2 / 2020-06-12 +======================== + +v0.8.0-RC1 / 2020-06-10 +======================== + + * changing image pull policy to IfNotPresent to make it not pull the image again and again ([#124](https://github.com//pull/124),[@pawanpraka1](https://github.com/pawanpraka1)) + * moving to legacy mount ([#151](https://github.com//pull/151),[@pawanpraka1](https://github.com/pawanpraka1)) + * Fixes an issue where volumes meant to be filesystem datasets got created as zvols and generally makes storageclass parameter spelling insensitive to case ([#144](https://github.com//pull/144),[@cruwe](https://github.com/cruwe)) + * include pvc name in volume events ([#150](https://github.com//pull/150),[@pawanpraka1](https://github.com/pawanpraka1)) + * Fixes an issue where PVC was bound to unusable PV created using incorrect values provided in PVC/Storageclass ([#121](https://github.com//pull/121),[@pawanpraka1](https://github.com/pawanpraka1)) + * adding v1 CRD for ZFS-LocalPV ([#140](https://github.com//pull/140),[@pawanpraka1](https://github.com/pawanpraka1)) + * add contributing checkout list ([#138](https://github.com//pull/138),[@Icedroid](https://github.com/Icedroid)) + * fixing golint warnings ([#133](https://github.com//pull/133),[@Icedroid](https://github.com/Icedroid)) + * removing unnecessary printer columns from ZFSVolume ([#128](https://github.com//pull/128),[@pawanpraka1](https://github.com/pawanpraka1)) + * fixing stale ZFSVolume resource issue when deleting the pvc in pending state ([#145](https://github.com//pull/145),[@pawanpraka1](https://github.com/pawanpraka1)) + * Updated the doc for custom-topology support ([#122](https://github.com//pull/122),[@w3aman](https://github.com/w3aman)) + * adding operator yaml for centos7 and centos8 ([#149](https://github.com//pull/149),[@pawanpraka1](https://github.com/pawanpraka1)) + * honouring readonly flag for ZFS-LocalPV ([#137](https://github.com//pull/137),[@pawanpraka1](https://github.com/pawanpraka1)) + + v0.7.0 / 2020-05-15 ======================= diff --git a/changelogs/unreleased/121-pawanpraka1 b/changelogs/released/0.8.0-RC1/121-pawanpraka1 similarity index 100% rename from changelogs/unreleased/121-pawanpraka1 rename to changelogs/released/0.8.0-RC1/121-pawanpraka1 diff --git a/changelogs/unreleased/122-w3aman b/changelogs/released/0.8.0-RC1/122-w3aman similarity index 100% rename from changelogs/unreleased/122-w3aman rename to changelogs/released/0.8.0-RC1/122-w3aman diff --git a/changelogs/unreleased/124-pawanpraka1 b/changelogs/released/0.8.0-RC1/124-pawanpraka1 similarity index 100% rename from changelogs/unreleased/124-pawanpraka1 rename to changelogs/released/0.8.0-RC1/124-pawanpraka1 diff --git a/changelogs/unreleased/128-pawanpraka1 b/changelogs/released/0.8.0-RC1/128-pawanpraka1 similarity index 100% rename from changelogs/unreleased/128-pawanpraka1 rename to changelogs/released/0.8.0-RC1/128-pawanpraka1 diff --git a/changelogs/unreleased/133-Icedroid b/changelogs/released/0.8.0-RC1/133-Icedroid similarity index 100% rename from changelogs/unreleased/133-Icedroid rename to changelogs/released/0.8.0-RC1/133-Icedroid diff --git a/changelogs/unreleased/137-pawanpraka1 b/changelogs/released/0.8.0-RC1/137-pawanpraka1 similarity index 100% rename from changelogs/unreleased/137-pawanpraka1 rename to changelogs/released/0.8.0-RC1/137-pawanpraka1 diff --git a/changelogs/unreleased/138-Icedroid b/changelogs/released/0.8.0-RC1/138-Icedroid similarity index 100% rename from changelogs/unreleased/138-Icedroid rename to changelogs/released/0.8.0-RC1/138-Icedroid diff --git a/changelogs/unreleased/140-pawanpraka1 b/changelogs/released/0.8.0-RC1/140-pawanpraka1 similarity index 100% rename from changelogs/unreleased/140-pawanpraka1 rename to changelogs/released/0.8.0-RC1/140-pawanpraka1 diff --git a/changelogs/unreleased/144-cruwe b/changelogs/released/0.8.0-RC1/144-cruwe similarity index 100% rename from changelogs/unreleased/144-cruwe rename to changelogs/released/0.8.0-RC1/144-cruwe diff --git a/changelogs/unreleased/145-pawanpraka1 b/changelogs/released/0.8.0-RC1/145-pawanpraka1 similarity index 100% rename from changelogs/unreleased/145-pawanpraka1 rename to changelogs/released/0.8.0-RC1/145-pawanpraka1 diff --git a/changelogs/unreleased/149-pawanpraka1 b/changelogs/released/0.8.0-RC1/149-pawanpraka1 similarity index 100% rename from changelogs/unreleased/149-pawanpraka1 rename to changelogs/released/0.8.0-RC1/149-pawanpraka1 diff --git a/changelogs/unreleased/150-pawanpraka1 b/changelogs/released/0.8.0-RC1/150-pawanpraka1 similarity index 100% rename from changelogs/unreleased/150-pawanpraka1 rename to changelogs/released/0.8.0-RC1/150-pawanpraka1 diff --git a/changelogs/unreleased/151-pawanpraka1 b/changelogs/released/0.8.0-RC1/151-pawanpraka1 similarity index 100% rename from changelogs/unreleased/151-pawanpraka1 rename to changelogs/released/0.8.0-RC1/151-pawanpraka1