mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
chore(doc): adding 1.2.0 changelog
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
bf939b0340
commit
48e6a19d7c
11 changed files with 42 additions and 0 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
|
@ -1,3 +1,37 @@
|
|||
v1.2.1 / 2020-12-15
|
||||
========================
|
||||
* fixing idempotency check for the mount path ([#260](https://github.com/openebs/zfs-localpv/pull/260),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
|
||||
|
||||
v1.2.0 / 2020-12-13
|
||||
========================
|
||||
|
||||
* removing quay from kustomization.yaml as we are using multiarch docker images ([#248](https://github.com/openebs/zfs-localpv/pull/248),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* move xfs and mount code out of zfs package ([#245](https://github.com/openebs/zfs-localpv/pull/245),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* move btrfs code out of zfs package ([#244](https://github.com/openebs/zfs-localpv/pull/244),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* add github action for chart test and release ([#250](https://github.com/openebs/zfs-localpv/pull/250),[@shubham14bajpai](https://github.com/shubham14bajpai))
|
||||
* fixing flaky sanity test case ([#256](https://github.com/openebs/zfs-localpv/pull/256),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* refactor scheduler for ZFS-LocalPV ([#249](https://github.com/openebs/zfs-localpv/pull/249),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* moving to ubuntu bionic(18.04 LTS) docker image ([#255](https://github.com/openebs/zfs-localpv/pull/255),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* fixed the kustomize yaml name to kustomization.yaml ([#243](https://github.com/openebs/zfs-localpv/pull/243),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* adding CSI Sanity test for ZFS-LocalPV ([#232](https://github.com/openebs/zfs-localpv/pull/232),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
|
||||
v1.2.0-RC2 / 2020-12-12
|
||||
========================
|
||||
|
||||
v1.2.0-RC1 / 2020-12-10
|
||||
========================
|
||||
* removing quay from kustomization.yaml as we are using multiarch docker images ([#248](https://github.com/openebs/zfs-localpv/pull/248),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* move xfs and mount code out of zfs package ([#245](https://github.com/openebs/zfs-localpv/pull/245),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* move btrfs code out of zfs package ([#244](https://github.com/openebs/zfs-localpv/pull/244),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* add github action for chart test and release ([#250](https://github.com/openebs/zfs-localpv/pull/250),[@shubham14bajpai](https://github.com/shubham14bajpai))
|
||||
* fixing flaky sanity test case ([#256](https://github.com/openebs/zfs-localpv/pull/256),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* refactor scheduler for ZFS-LocalPV ([#249](https://github.com/openebs/zfs-localpv/pull/249),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* moving to ubuntu bionic(18.04 LTS) docker image ([#255](https://github.com/openebs/zfs-localpv/pull/255),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* fixed the kustomize yaml name to kustomization.yaml ([#243](https://github.com/openebs/zfs-localpv/pull/243),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
* adding CSI Sanity test for ZFS-LocalPV ([#232](https://github.com/openebs/zfs-localpv/pull/232),[@pawanpraka1](https://github.com/pawanpraka1))
|
||||
|
||||
|
||||
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))
|
||||
|
|
|
|||
1
changelogs/released/v1.2.0-RC1/243-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/243-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
fixed the kustomize yaml name to kustomization.yaml
|
||||
1
changelogs/released/v1.2.0-RC1/244-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/244-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
move btrfs code out of zfs package
|
||||
1
changelogs/released/v1.2.0-RC1/245-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/245-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
move xfs and mount code out of zfs package
|
||||
1
changelogs/released/v1.2.0-RC1/248-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/248-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
removing quay from kustomization.yaml as we are using multiarch docker images
|
||||
1
changelogs/released/v1.2.0-RC1/249-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/249-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
refactor scheduler for ZFS-LocalPV
|
||||
1
changelogs/released/v1.2.0-RC1/250-shubham14bajpai
Normal file
1
changelogs/released/v1.2.0-RC1/250-shubham14bajpai
Normal file
|
|
@ -0,0 +1 @@
|
|||
add github action for chart test and release
|
||||
1
changelogs/released/v1.2.0-RC1/255-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/255-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
moving to ubuntu bionic(18.04 LTS) docker image
|
||||
1
changelogs/released/v1.2.0-RC1/256-pawanpraka1
Normal file
1
changelogs/released/v1.2.0-RC1/256-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
fixing flaky sanity test case
|
||||
Loading…
Add table
Add a link
Reference in a new issue