From d646e6b1aa779e986b8cbf5ce65b400f243c557b Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 11 Dec 2023 23:14:37 +0530 Subject: [PATCH] chore(changelog): update changelog for v2.4.0 (#495) Signed-off-by: Niladri Halder --- CHANGELOG.md | 10 +++++++++- changelogs/released/v2.3.0/455-jnels124 | 1 + changelogs/released/v2.3.0/487-trunet | 1 + changelogs/released/v2.4.0/480-hrudaya21 | 1 + changelogs/released/v2.4.0/485-hrudaya21 | 1 + changelogs/released/v2.4.0/490-Abhinandan-Purkait | 1 + changelogs/unreleased/454-jnels124.md | 1 - changelogs/unreleased/487-trunet.md | 1 - 8 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 changelogs/released/v2.3.0/455-jnels124 create mode 100644 changelogs/released/v2.3.0/487-trunet create mode 100644 changelogs/released/v2.4.0/480-hrudaya21 create mode 100644 changelogs/released/v2.4.0/485-hrudaya21 create mode 100644 changelogs/released/v2.4.0/490-Abhinandan-Purkait delete mode 100644 changelogs/unreleased/454-jnels124.md delete mode 100644 changelogs/unreleased/487-trunet.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a56056a..b67cbb516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ +v2.4.0 / 2023-12-12 +======================== +* fix(localpv): restore size to return as part of snapshot create response ([#480](https://github.com/openebs/zfs-localpv/pull/480),[@hrudaya21](https://github.com/hrudaya21)) +* feat(usedcapcity): kubectl describe zfsnode should show the used capacity information ([#485](https://github.com/openebs/zfs-localpv/pull/485),[@hrudaya21](https://github.com/hrudaya21)) +* feat(event): update ua to ga4 analytics ([#490](https://github.com/openebs/zfs-localpv/pull/490),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait)) + v2.3.0 / 2023-07-23 ======================== * feat(csi): bump up csi provisioner to v3.5.0 and other updates ([#457](https://github.com/openebs/zfs-localpv/pull/457),[@vharsh](https://github.com/vharsh)) +* feat(helm): add support for providing additional volumes and adding init containers ([#455](https://github.com/openebs/zfs-localpv/pull/455),[@jnels124](https://github.com/jnels124)) +* fix(helm): Possibility to override zfs encryption keys directory ([#487](https://github.com/openebs/zfs-localpv/pull/487),[@trunet](https://github.com/trunet)) v2.2.0 / 2023-05-29 ======================== @@ -9,7 +17,7 @@ v2.2.0 / 2023-05-29 v2.0.0 / 2022-01-11 ======================== -* fix (localpv): fixing CSIStorageCapacity when "poolname" param has child dataset ([#393](https://github.com/openebs/zfs-localpv/pull/393),[@netom](https://github.com/netom)) +* fix(localpv): fixing CSIStorageCapacity when "poolname" param has child dataset ([#393](https://github.com/openebs/zfs-localpv/pull/393),[@netom](https://github.com/netom)) v1.7.0 / 2021-03-15 ======================== diff --git a/changelogs/released/v2.3.0/455-jnels124 b/changelogs/released/v2.3.0/455-jnels124 new file mode 100644 index 000000000..3714dce03 --- /dev/null +++ b/changelogs/released/v2.3.0/455-jnels124 @@ -0,0 +1 @@ +add support for specify additional volumes and init containers to the CSI controller and node drivers \ No newline at end of file diff --git a/changelogs/released/v2.3.0/487-trunet b/changelogs/released/v2.3.0/487-trunet new file mode 100644 index 000000000..249ec2760 --- /dev/null +++ b/changelogs/released/v2.3.0/487-trunet @@ -0,0 +1 @@ +add helm values option to override directory path for encryption keys \ No newline at end of file diff --git a/changelogs/released/v2.4.0/480-hrudaya21 b/changelogs/released/v2.4.0/480-hrudaya21 new file mode 100644 index 000000000..8c28e1e2c --- /dev/null +++ b/changelogs/released/v2.4.0/480-hrudaya21 @@ -0,0 +1 @@ +add restore size to return as part of CSI snapshot create response \ No newline at end of file diff --git a/changelogs/released/v2.4.0/485-hrudaya21 b/changelogs/released/v2.4.0/485-hrudaya21 new file mode 100644 index 000000000..dcff9a94b --- /dev/null +++ b/changelogs/released/v2.4.0/485-hrudaya21 @@ -0,0 +1 @@ +add the used capacity to ZFS Node resource spec \ No newline at end of file diff --git a/changelogs/released/v2.4.0/490-Abhinandan-Purkait b/changelogs/released/v2.4.0/490-Abhinandan-Purkait new file mode 100644 index 000000000..bfca01901 --- /dev/null +++ b/changelogs/released/v2.4.0/490-Abhinandan-Purkait @@ -0,0 +1 @@ +update google analytics client from UA to GA4 \ No newline at end of file diff --git a/changelogs/unreleased/454-jnels124.md b/changelogs/unreleased/454-jnels124.md deleted file mode 100644 index 6581bfcf5..000000000 --- a/changelogs/unreleased/454-jnels124.md +++ /dev/null @@ -1 +0,0 @@ -add support to deployment yaml to allower user to specify additional volumes and init containers \ No newline at end of file diff --git a/changelogs/unreleased/487-trunet.md b/changelogs/unreleased/487-trunet.md deleted file mode 100644 index 2da45404e..000000000 --- a/changelogs/unreleased/487-trunet.md +++ /dev/null @@ -1 +0,0 @@ -fix(helm): Possibility to override zfs encryption keys directory \ No newline at end of file