Skip to content

Releases: openebs/dynamic-localpv-provisioner

v4.2.0

31 Jan 19:08
901261a
Compare
Choose a tag to compare

What's Changed

  • ci: remove caching for openebs-ndm dependency by @niladrih in #195
  • feat(provisioner-localpv): Merge CAS config from PersistentVolumeClaim by @niladrih in #190
  • tests: add tests for custom NodeAffinityLabels feature by @niladrih in #197
  • Add BDD spec by @niladrih in #198
  • chore(deps): update analytics dependency by @niladrih in #200
  • feat(charts): add analytics ID and KEY envs to provisioner deployment by @niladrih in #201
  • ci: add support for incremental builds and helm charts by @pchandra19 in #204
  • ci: fix build_and_push awk command by @niladrih in #212
  • ci: fix build_and_push and release workflows by @niladrih in #213
  • ci: add Fossa CLI workflow by @Abhinandan-Purkait in #208
  • fix(analytics): respect environment variable to disable reporting event analytics by @emosbaugh in #211
  • ci: pull in git history for ct lint job (#216) by @niladrih in #217
  • ci: remove lint step with ref to pull_request in release workflow by @niladrih in #219
  • ci: fix trigger for build_and_push workflow by @niladrih in #222
  • feat: support helper pod to use hostNetwork by @niladrih in #224
  • ci: pin medyagh/setup-minikube runs to ubuntu-22.04 by @niladrih in #229
  • feat(charts): add global.imageRegistry parameter by @LKummer in #227
  • docs(security): cross-reference security docs by @tiagolobocastro in #230
  • Cherry-pick PR 233 to develop branch by @niladrih in #236
  • docs: improve contributor workflow by @tiagolobocastro in #237
  • feat(charts): add eviction tolerations to the provisioner deployment by @niladrih in #238
  • Prepare release/4.2 branch by @github-actions in #240
  • chore: add changelog for 4.2.0 by @niladrih in #242

New Contributors

Full Changelog: v4.1.4...v4.2.0

v4.1.4

22 Jan 20:53
02555d6
Compare
Choose a tag to compare

What's Changed

  • refactor(charts): make priorityClassName template-able by @niladrih in #233

New Contributors

Full Changelog: v4.1.3...v4.1.4

v4.1.3

22 Jan 13:16
70dfaab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2

28 Nov 07:53
86db732
Compare
Choose a tag to compare

What's Changed

  • Cherry-pick fixes and CI to release/4.1 by @niladrih in #215
    • Includes cherry-pick of 'fix(analytics): respect environment variable to disable reporting event analytics (#211)' by @emosbaugh
  • ci: pull in git history for ct lint job by @niladrih in #216

Full Changelog: v4.1.1...v4.1.2

localpv-provisioner-4.1.1

13 Sep 09:58
9a3f5e5
Compare
Choose a tag to compare

Helm chart for OpenEBS Dynamic Local PV. For instructions to install OpenEBS Dynamic Local PV using helm chart, refer to https://openebs.github.io/dynamic-localpv-provisioner/.

v4.1.1

13 Sep 09:06
689f5cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

localpv-provisioner-4.1.0

05 Jul 10:47
65f8eb0
Compare
Choose a tag to compare

Helm chart for OpenEBS Dynamic Local PV. For instructions to install OpenEBS Dynamic Local PV using helm chart, refer to https://openebs.github.io/dynamic-localpv-provisioner/.

v4.1.0

03 Jul 12:12
0672ae3
Compare
Choose a tag to compare

What's Changed

  • docs: helm instead of operator yaml AND cleanup by @niladrih in #177
  • docs: rename 'dynamic localpv' to 'LocalPV Hostpath' by @niladrih in #178
  • fix(Helm): Add pod priorityClassName to prevent race condition due to pod eviction by @bernardgut in #182
  • feat: Allow specifying additional labels to be applied to all helm chart resources by @laverya in #183
  • chore: update policy documents by @Abhinandan-Purkait in #184
  • chore: update MAINTAINERS signpost link by @Abhinandan-Purkait in #185
  • docs(README): update compatibility matrix with k8s 1.28, 1.29 and 1.30 by @niladrih in #187
  • build: update base alpine image version to 3.20.1 by @niladrih in #189
  • revert: remove license-check which checks for license header by @niladrih in #191
  • feat(provisioner): update analytics pkg by @niladrih in #188
  • chore(deps): upgrade to ginkgo v2.14.0 and gomega v1.30.0 by @niladrih in #192
  • chore(changelog): add changelog entries for v4.1.0 by @niladrih in #193

Full Changelog: localpv-provisioner-4.0.0...v4.1.0

localpv-provisioner-4.0.0

22 Mar 08:58
2f165df
Compare
Choose a tag to compare

Helm chart for OpenEBS Dynamic Local PV. For instructions to install OpenEBS Dynamic Local PV using helm chart, refer to https://openebs.github.io/dynamic-localpv-provisioner/.

v4.0.0

21 Mar 06:32
24fd7cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v4.0.0

Device mode removed:

This release removes the ‘device’ volume provisioning and de-provisioning features. If you’re using StorageType: "device" volumes, you’d have to migrate your volumes (migration help). This also means that the only supported volume type is hostpath.

Chart Changes:

This release removes the openebs/node-disk-manager chart from the list of dependencies for the localpv-provisioner Helm chart. All options related to ‘device’ mode have been removed.

Installation Changes:

Installation via the openebs-operator.yaml, openebs-operator-lite.yaml, openebs-lite-sc.yaml and the hostpath-operator.yaml files is no longer supported. The current recommended mode of installation is via the openebs/openebs Helm chart. The openebs/openebs Helm chart uses the LocalPV-Hostpath Helm chart as a dependency. It is recommended that you do not install the dependency Helm chart separately.