Skip to content

Commit 579e5e3

Browse files
authored
Changelog update (#241)
* chore: remove build artifact Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore: add changelog for v4.1.4 Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore: add changelog entry for 4.2.0 Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent eb5cecd commit 579e5e3

File tree

10 files changed

+17
-4
lines changed

10 files changed

+17
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ cmd/provisioner-localpv/start.sh
88

99
# Ginkgo test
1010
tests/tests.test
11+
/tests/integration_coverage.txt
1112

1213
# Nix-Shell Go
1314
/nix/.go/
1415
/nix/.tmp/
1516

16-
/tests/integration_coverage.txt
17-
1817
/nixos.qcow2
1918

19+
/nix/bins/sudo

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v4.2.0 / 2025-02-01
2+
===================
3+
* Merge cas-config from PVC ([#190](https://github.com/openebs/dynamic-localpv-provisioner/pull/238),[@nobiit](https://github.com/nobiit))
4+
* Add option for helperPod to use hostNetwork ([#224](https://github.com/openebs/dynamic-localpv-provisioner/pull/224),[@mchtech](https://github.com/mchtech))
5+
* Add global.imageRegistry Helm chart parameter ([#227](https://github.com/openebs/dynamic-localpv-provisioner/pull/227),[@lkummer](https://github.com/lkummer))
6+
* Add timeout to helperPod wait if the launchPod failed ([#237](https://github.com/openebs/dynamic-localpv-provisioner/pull/237),[@tiagolobocastro](https://github.com/tiagolobocastro))
7+
* Add eviction tolerations to the provisioner pod ([#238](https://github.com/openebs/dynamic-localpv-provisioner/pull/238),[@niladrih](https://github.com/niladrih))
8+
9+
v4.1.4 / 2025-01-23
10+
===================
11+
* Let helm chart generate priorityClassName from go-template ([#236](https://github.com/openebs/dynamic-localpv-provisioner/pull/236),[@niladrih](https://github.com/niladrih))
12+
113
v4.1.3 / 2025-01-22
214
===================
315
* 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))
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Let helm chart generate priorityClassName from go-template
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
don't wait forever if the launch pod failed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add eviction tolerations to the provisioner pod

changelogs/unreleased/210-disable-event-analytics

Lines changed: 0 additions & 1 deletion
This file was deleted.

nix/bins/sudo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)