Skip to content

Commit

Permalink
chore(changelog): update changelog for v2.4.0 (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih authored Dec 11, 2023
1 parent 932f002 commit d646e6b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
========================
Expand All @@ -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
========================
Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v2.3.0/455-jnels124
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add support for specify additional volumes and init containers to the CSI controller and node drivers
1 change: 1 addition & 0 deletions changelogs/released/v2.3.0/487-trunet
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add helm values option to override directory path for encryption keys
1 change: 1 addition & 0 deletions changelogs/released/v2.4.0/480-hrudaya21
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add restore size to return as part of CSI snapshot create response
1 change: 1 addition & 0 deletions changelogs/released/v2.4.0/485-hrudaya21
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add the used capacity to ZFS Node resource spec
1 change: 1 addition & 0 deletions changelogs/released/v2.4.0/490-Abhinandan-Purkait
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update google analytics client from UA to GA4
1 change: 0 additions & 1 deletion changelogs/unreleased/454-jnels124.md

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/487-trunet.md

This file was deleted.

0 comments on commit d646e6b

Please sign in to comment.