chore(doc): adding 0.7.0 and 0.6.1 changelog

Also updated readme with the link to configure custom topology keys.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-05-07 23:01:20 +05:30 committed by Kiran Mova
parent 1045f1daa1
commit bd86d4cd48
15 changed files with 83 additions and 1 deletions

View file

@ -1,4 +1,72 @@
v0.6 / 2020-04-14
v0.7.0 / 2020-05-15
=======================
* feat(grafana): adding basic grafana dashboard ([110](https://github.com/openebs/zfs-localpv/pull/110),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(version): use the travis tag for the version ([114](https://github.com/openebs/zfs-localpv/pull/114),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(README): Fix the link in README file to the raw-block-volume.md file ([109](https://github.com/openebs/zfs-localpv/pull/109),
[@w3aman](https://github.com/w3aman))
* chore(import-vol): adding steps to import existing volume to ZFS-LocalPV ([108](https://github.com/openebs/zfs-localpv/pull/108),
[@pawanpraka1](https://github.com/pawanpraka1))
* chore(doc): adding raw block volume details in README ([106](https://github.com/openebs/zfs-localpv/pull/106),
[@pawanpraka1](https://github.com/pawanpraka1))
* refact(build):trim leading v from image tag ([105](https://github.com/openebs/zfs-localpv/pull/105),
[@pawanpraka1](https://github.com/pawanpraka1))
* refact(build): make the docker images configurable ([104](https://github.com/openebs/zfs-localpv/pull/104),
[@pawanpraka1](https://github.com/pawanpraka1))
* feat(block): adding block volume support for ZFSPV ([102](https://github.com/openebs/zfs-localpv/pull/102),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(topokey): changing topology key to unique name ([101](https://github.com/openebs/zfs-localpv/pull/101),
[@pawanpraka1](https://github.com/pawanpraka1))
* docs(project): adding project specific files ([99](https://github.com/openebs/zfs-localpv/pull/99),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(doc , format): Fixed the formatting of ReadME file for upgrade ([98](https://github.com/openebs/zfs-localpv/pull/98),
[@w3aman](https://github.com/w3aman))
* feat(topology): adding support for custom topology keys ([94](https://github.com/openebs/zfs-localpv/pull/94),
[@pawanpraka1](https://github.com/pawanpraka1))
* added developer environment examples ([#92](https://github.com/openebs/zfs-localpv/pull/92),
[@filippobosi](https://github.com/filippobosi))
v0.7.0-RC2 / 2020-05-13
=======================
v0.7.0-RC1 / 2020-05-08
=======================
* fix(README): Fix the link in README file to the raw-block-volume.md file ([109](https://github.com/openebs/zfs-localpv/pull/109),
[@w3aman](https://github.com/w3aman))
* chore(import-vol): adding steps to import existing volume to ZFS-LocalPV ([108](https://github.com/openebs/zfs-localpv/pull/108),
[@pawanpraka1](https://github.com/pawanpraka1))
* chore(doc): adding raw block volume details in README ([106](https://github.com/openebs/zfs-localpv/pull/106),
[@pawanpraka1](https://github.com/pawanpraka1))
* refact(build):trim leading v from image tag ([105](https://github.com/openebs/zfs-localpv/pull/105),
[@pawanpraka1](https://github.com/pawanpraka1))
* refact(build): make the docker images configurable ([104](https://github.com/openebs/zfs-localpv/pull/104),
[@pawanpraka1](https://github.com/pawanpraka1))
* feat(block): adding block volume support for ZFSPV ([102](https://github.com/openebs/zfs-localpv/pull/102),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(topokey): changing topology key to unique name ([101](https://github.com/openebs/zfs-localpv/pull/101),
[@pawanpraka1](https://github.com/pawanpraka1))
* docs(project): adding project specific files ([99](https://github.com/openebs/zfs-localpv/pull/99),
[@pawanpraka1](https://github.com/pawanpraka1))
* fix(doc , format): Fixed the formatting of ReadME file for upgrade ([98](https://github.com/openebs/zfs-localpv/pull/98),
[@w3aman](https://github.com/w3aman))
* feat(topology): adding support for custom topology keys ([94](https://github.com/openebs/zfs-localpv/pull/94),
[@pawanpraka1](https://github.com/pawanpraka1))
* added developer environment examples ([#92](https://github.com/openebs/zfs-localpv/pull/92),
[@filippobosi](https://github.com/filippobosi))
0.6.1 / 2020-04-23
=======================
* potential data loss in case of pod deletion ([#89](https://github.com/openebs/zfs-localpv/pull/89),
[@pawanpraka1](https://github.com/pawanpraka1))
* avoid creation of volumeattachment object to fix slow volume attachment ([#85](https://github.com/openebs/zfs-localpv/pull/85),
[@pawanpraka1](https://github.com/pawanpraka1))
0.6.0 / 2020-04-14
=======================
* feat(validation): adding validation for ZFSPV CR parameters ([#66](https://github.com/openebs/zfs-localpv/pull/66),

View file

@ -47,6 +47,10 @@ $ apt-get install zfsutils-linux
Go to each node and create the ZFS Pool, which will be used for provisioning the volumes. You can create the Pool of your choice, it can be striped, mirrored or raidz pool.
Configure the custom topology keys (if needed). This can be used for many purposes like if we want to create the PV on nodes in a particuler zone or building. We can label the nodes accordingly and use that key in the storageclass for taking the scheduling decesion:
https://github.com/openebs/zfs-localpv/blob/master/docs/faq.md#6-how-to-add-custom-topology-key
### Installation
OpenEBS ZFS driver components can be installed by running the

View file

@ -0,0 +1 @@
make the docker images configurable

View file

@ -0,0 +1 @@
trim leading v from image tag

View file

@ -0,0 +1 @@
adding raw block volume details in README

View file

@ -0,0 +1 @@
adding steps to import existing volume to ZFS-LocalPV

View file

@ -0,0 +1 @@
Fix the link in README file to the raw-block-volume.md file

View file

@ -0,0 +1 @@
added developer environment examples

View file

@ -0,0 +1 @@
Fixed the formatting of ReadME file for upgrade

View file

@ -0,0 +1 @@
adding project specific files

View file

@ -0,0 +1 @@
adding basic grafana dashboard

View file

@ -0,0 +1 @@
use the travis tag for the version