Releases: openebs/dynamic-localpv-provisioner
Releases · openebs/dynamic-localpv-provisioner
v4.4.0
What's Changed
- chore(CHANGELOG): add changelog entry for v4.3.0 by @niladrih in #265
- Prepare develop branch on release/4.3 creation by @github-actions[bot] in #267
- feat: update image tag for localpv and linux-utils by @niladrih in #270
- build: add support for updating the image tag on the helm chart README.md by @niladrih in #271
- build: add support for RC tags by @niladrih in #273
- Cherry-pick the commits from PR 274 to develop branch by @niladrih in #275
- chore: fix typo in contributor GitHub handle by @niladrih in #277
- ci: add staging ci for release prep by @Abhinandan-Purkait in #280
- fix(provisioner): support empty selectors by @speedfl in #286
- fix: chart update script tester by @Abhinandan-Purkait in #296
- Prepare release/4.4 branch by @github-actions[bot] in #297
- chore: yq_ibl fix, fix registry to docker by @Abhinandan-Purkait in #294
- fix: unset registry on release from stagin to prefer global by @Abhinandan-Purkait in #300
- Cherry-pick PR 291 to release/4.4 branch by @niladrih in #293
New Contributors
Full Changelog: v4.3.0...v4.4.0
v4.4.0-rc.1
Full Changelog: v4.4.0-rc.0...v4.4.0-rc.1
v4.4.0-rc.0
What's Changed
- chore(CHANGELOG): add changelog entry for v4.3.0 by @niladrih in #265
- Prepare develop branch on release/4.3 creation by @github-actions[bot] in #267
- feat: update image tag for localpv and linux-utils by @niladrih in #270
- build: add support for updating the image tag on the helm chart README.md by @niladrih in #271
- build: add support for RC tags by @niladrih in #273
- Cherry-pick the commits from PR 274 to develop branch by @niladrih in #275
- chore: fix typo in contributor GitHub handle by @niladrih in #277
- ci: add staging ci for release prep by @Abhinandan-Purkait in #280
- fix(provisioner): support empty selectors by @speedfl in #286
- fix: chart update script tester by @Abhinandan-Purkait in #296
- Prepare release/4.4 branch by @github-actions[bot] in #297
- chore: yq_ibl fix, fix registry to docker by @Abhinandan-Purkait in #294
- fix: unset registry on release from stagin to prefer global by @Abhinandan-Purkait in #300
- Cherry-pick PR 291 to release/4.4 branch by @niladrih in #293
New Contributors
Full Changelog: v4.3.0...v4.4.0-rc.0
v4.3.0
What's Changed
- Prepare develop branch on release/4.2 creation by @github-actions in #239
- Changelog update by @niladrih in #241
- docs: refactor README, RELEASE by @Abhinandan-Purkait in #245
- docs: correct signpost info by @Abhinandan-Purkait in #249
- Update CHANGELOG.md - fix PR link by @dsharma-dc in #250
- build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 by @dependabot in #246
- ci: fix the BASE env input by @Abhinandan-Purkait in #252
- build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 by @dependabot in #248
- chore: add CODEOWNERS file by @niladrih in #253
- fix: pod crashed when creating init pod, new pod always fail because the init pod already exists by @styshoo in #226
- chore: fix CODEOWNERS by @niladrih in #255
- feat(helm chart): refactor labels and add logging labels by @Abhinandan-Purkait in #260
- docs: update community meeting badge link by @niladrih in #262
- feat: Add support to specify file permissions for pvc hostpaths by @sushiMix in #264
- Cherry-pick v4.3.0 changelog to release/4.3 branch by @niladrih in #268
- Prepare release/4.3 branch by @github-actions in #266
- feat(chart): update linux-utils version on release/4.3 chart by @niladrih in #269
New Contributors
- @dependabot made their first contribution in #246
- @styshoo made their first contribution in #226
- @sushiMix made their first contribution in #264
Full Changelog: v4.2.0...v4.3.0
v4.2.0
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
- @pchandra19 made their first contribution in #204
- @emosbaugh made their first contribution in #211
- @LKummer made their first contribution in #227
- @tiagolobocastro made their first contribution in #230
Full Changelog: v4.1.4...v4.2.0
v4.1.4
v4.1.3
v4.1.2
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
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/.