Skip to content

Commit

Permalink
chore: add changelog for 4.2.0 (#242)
Browse files Browse the repository at this point in the history
* chore: remove build artifact

Signed-off-by: Niladri Halder <[email protected]>

* chore: add changelog for v4.1.4

Signed-off-by: Niladri Halder <[email protected]>

* chore: add changelog entry for 4.2.0

Signed-off-by: Niladri Halder <[email protected]>

---------

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Jan 31, 2025
1 parent beeb353 commit 901261a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ cmd/provisioner-localpv/start.sh

# Ginkgo test
tests/tests.test
/tests/integration_coverage.txt

# Nix-Shell Go
/nix/.go/
/nix/.tmp/

/tests/integration_coverage.txt

/nixos.qcow2

/nix/bins/sudo
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v4.2.0 / 2025-02-01
===================
* Merge cas-config from PVC ([#190](https://github.com/openebs/dynamic-localpv-provisioner/pull/238),[@nobiit](https://github.com/nobiit))
* Add option for helperPod to use hostNetwork ([#224](https://github.com/openebs/dynamic-localpv-provisioner/pull/224),[@mchtech](https://github.com/mchtech))
* Add global.imageRegistry Helm chart parameter ([#227](https://github.com/openebs/dynamic-localpv-provisioner/pull/227),[@lkummer](https://github.com/lkummer))
* Add timeout to helperPod wait if the launchPod failed ([#237](https://github.com/openebs/dynamic-localpv-provisioner/pull/237),[@tiagolobocastro](https://github.com/tiagolobocastro))
* Add eviction tolerations to the provisioner pod ([#238](https://github.com/openebs/dynamic-localpv-provisioner/pull/238),[@niladrih](https://github.com/niladrih))

v4.1.4 / 2025-01-23
===================
* Let helm chart generate priorityClassName from go-template ([#236](https://github.com/openebs/dynamic-localpv-provisioner/pull/236),[@niladrih](https://github.com/niladrih))

v4.1.3 / 2025-01-22
===================
* Add pod priorityClassName to prevent race condition due to pod eviction ([#182](https://github.com/openebs/dynamic-localpv-provisioner/pull/182),[@bernardgut](https://github.com/bernardgut))
Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v4.1.4/236-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Let helm chart generate priorityClassName from go-template
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions changelogs/released/v4.2.0/237-tiagolobocastro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
don't wait forever if the launch pod failed
1 change: 1 addition & 0 deletions changelogs/released/v4.2.0/238-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add eviction tolerations to the provisioner pod
1 change: 0 additions & 1 deletion changelogs/unreleased/210-disable-event-analytics

This file was deleted.

1 change: 0 additions & 1 deletion nix/bins/sudo

This file was deleted.

0 comments on commit 901261a

Please sign in to comment.