Skip to content

Commit

Permalink
chore: add changelong entries for contributors (#553)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Jul 3, 2024
1 parent 340023c commit ee6cc34
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.6.0 / 2024-07-03
========================
* feat(analytics): add heartbeat pinger ([#548](https://github.com/openebs/zfs-localpv/pull/548),[@niladrih](https://github.com/niladrih))
* fix: wrap k8s api error in GetNodeID ([#535](https://github.com/openebs/zfs-localpv/pull/535),[@aep](https://github.com/aep))

v2.5.0 / 2024-03-22
========================
* feat(deploy/helm): move volumesnapshot CRDs to the template dir ([#488](https://github.com/openebs/zfs-localpv/pull/488),[@hrudaya21](https://github.com/hrudaya21))
* fix(plugin): Fix ability to have custom value for openebs.io/nodeid ([#451](https://github.com/openebs/zfs-localpv/pull/451),[@jnels124](https://github.com/jnels124))
* fix(helm): Add extra args to zfsController containers and leader election inteligence ([#492](https://github.com/openebs/zfs-localpv/pull/492),[@trunet](https://github.com/trunet))
* chore(design): adding pv migration proposal ([#336](https://github.com/openebs/zfs-localpv/pull/336),[@pawanpraka1](https://github.com/pawanpraka1))
* fix(charts): correct default chart values ([#506](https://github.com/openebs/zfs-localpv/pull/506),[@jnels124](https://github.com/jnels124))
* chore: update protobuf deps ([#514](https://github.com/openebs/zfs-localpv/pull/514),[@niladrih](https://github.com/niladrih))
* chore: change zfs-controller to a deployment from statefulset ([#513](https://github.com/openebs/zfs-localpv/pull/513),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait))

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))
Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v2.5.0/451-nodeid-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes existing logic that attempts to retrieve a node using the name and instead retrieves the node using the nodeid label
File renamed without changes.
1 change: 1 addition & 0 deletions changelogs/released/v2.6.0/535-aep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
When zfs-localpv is broken due to an k8s api issue, it just says 'GetNodeID failed for node'. This change adds the actual api error.
1 change: 1 addition & 0 deletions changelogs/released/v2.6.0/547-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Analytics changes for the heartbeat pinger.
1 change: 0 additions & 1 deletion changelogs/unreleased/450-nodeid-fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/505-default-chart-values.md

This file was deleted.

0 comments on commit ee6cc34

Please sign in to comment.