Releases: rancher/local-path-provisioner
Releases · rancher/local-path-provisioner
Local Path Provisioner v0.0.34
What's Changed
- fix: mitigate the impact of enforcing a pathPattern prefix by @mantissahz in #547
- fix: read allowUnsafePathPattern from storageclass annotations by @derekbit in #548
- chore(release): bump to v0.0.34 by @derekbit in #549
- feat: allow specifying additional annotations on StorageClass by @utkuozdemir in #550
New Contributors
- @utkuozdemir made their first contribution in #550
Full Changelog: v0.0.33...v0.0.34
Local Path Provisioner v0.0.33
What's Changed
- fix: don't try to clean up pvs on nodes that are gone by @marcusramberg in #480
- upgrade go to 1.24.6 by @lizzzcai in #521
- bump go 1.25 by @farazkhawaja in #526
- add storageClass.allowedTopologies in helm chart by @lizzzcai in #522
- fix(chart): correct ServiceAccount namespace in ClusterRoleBinding by @J3m3 in #528
- Add common labels to helperPod config map template by @michaeldvinci in #519
- chore: update pod_test.go by @derekbit in #531
- fix: give clusterrole update on pvc by @marcusramberg in #530
- Add support for s390x architecture by @SanyogDeshmukh in #534
- feat: add priorityClassName support for provisioner and helper pods by @dibaro in #525
- fix: prohibit the reference path in pathPattern by @mantissahz in #542
- chore: explicitly set
hostUsersby @jcpunk in #541 - fix: podDisruptionBudget renders correctly in all cases by @jcpunk in #540
- chore(release): bump to 0.0.33 by @derekbit in #543
New Contributors
- @marcusramberg made their first contribution in #480
- @lizzzcai made their first contribution in #521
- @farazkhawaja made their first contribution in #526
- @J3m3 made their first contribution in #528
- @michaeldvinci made their first contribution in #519
- @SanyogDeshmukh made their first contribution in #534
- @dibaro made their first contribution in #525
Full Changelog: v0.0.32...v0.0.33
Local Path Provisioner v0.0.32
What's Changed
- fix: helm install command by @antonengelhardt in #468
- feat: add ability to set custom namespace by @tzabbi in #478
- fix: multiple paths is not true random (fix #342) by @tulequ in #496
- Build local-path-provisioner for ppc64le by @kishen-v in #492
- build(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 by @dependabot[bot] in #488
- helm: add location for setting PodDisruptionBudget by @jcpunk in #490
- use existing kubeClient when saving helper logs by @sceneryback in #502
- fix: do not override nodeName, if exists by @BohdanTkachenko in #499
- Allow overriding kubeclient burst and qps settings by @badstreff in #503
- chore: typo by @ldicarlo in #507
- chore: update dependencies by @derekbit in #506
- Fix helper pod tolerations by @sbocinec in #486
- Change default nodePathMap value in storageClassConfigs in values.yml to [] by @Birkenstab in #510
- Helm: Add abbility to set additional tolerations to helper pod via values by @verdel in #511
- OCI based helm chart build workflow added by @supu2 in #501
- fix: rename workflows by @derekbit in #512
- fix: rename workflows by @derekbit in #513
- fix: fix chart tag by @derekbit in #514
- fix: fix Invalid Semantic Version by @derekbit in #515
- chore(release): bump to v0.0.32 by @derekbit in #516
New Contributors
- @antonengelhardt made their first contribution in #468
- @tzabbi made their first contribution in #478
- @tulequ made their first contribution in #496
- @kishen-v made their first contribution in #492
- @dependabot[bot] made their first contribution in #488
- @jcpunk made their first contribution in #490
- @sceneryback made their first contribution in #502
- @BohdanTkachenko made their first contribution in #499
- @badstreff made their first contribution in #503
- @ldicarlo made their first contribution in #507
- @Birkenstab made their first contribution in #510
- @verdel made their first contribution in #511
- @supu2 made their first contribution in #501
Full Changelog: v0.0.31...v0.0.32
Local Path Provisioner v0.0.31
What's Changed
- Update dependencies by @harsimranmaan in #472
- Fix CVE issues
Full Changelog: v0.0.30...v0.0.31
Local Path Provisioner v0.0.30
Local Path Provisioner v0.0.29
What's Changed
- Update Go to 1.22.5 by @unguiculus in #435
- vendor: update dependencies by @derekbit in #446
- Upgrade sig storage lib external provisioner by @rorosen in #445
- chore(workflow): add "Scan With Trivy and Upload Results to GitHub Security Tab" by @derekbit in #448
- Bugfix: pvs not deleting was: Remove the assumption that a node's name == its hostname by @jan-g in #414
- Support risc-v by @derekbit #447
- Bump to v0.0.29 by @derekbit in #450
Contributors
Local Path Provisioner v0.0.28
What's Changed
- Migrate CI to github Actions by @mantissahz in #403
- fix(ci): allow to read docker hub secret by @mantissahz in #412
- Revert "Give the helper pod more range of MCS categories" by @derekbit in #421
- Temporarily disable TestPodWithMultipleStorageClasses by @derekbit in #423
- Move helperPod namespace into metadata by @justusbunsi in #425
New Contributors
- @justusbunsi made their first contribution in #365
- @mantissahz made their first contribution in #403
Full Changelog: v0.0.27...v0.0.28
Local Path Provisioner v0.0.28-rc1
What's Changed
- Migrate CI to github Actions by @mantissahz in #403
- fix(ci): allow to read docker hub secret by @mantissahz in #412
- Revert "Give the helper pod more range of MCS categories" by @derekbit in #421
- Temporarily disable TestPodWithMultipleStorageClasses by @derekbit in #423
- Move helperPod namespace into metadata by @justusbunsi in #425
New Contributors
- @justusbunsi made their first contribution in #365
- @mantissahz made their first contribution in #403
Full Changelog: v0.0.27...v0.0.28
Local Path Provisioner v0.0.27
What's Changed
- Repair code example in storageClass description. by @c4lliope in #368
- Update README.md to 0.26 by @e-minguez in #373
- Update README.md,rm /manager by @terryzwt in #379
- Fix duplicate labels by @runningman84 in #393
- drone: remove s390x support by @derekbit in #391
- Feature/multiple storage classes by @meln5674 in #361
- Remove duplicate labels and add ability to set helperpod resource requests/limits by @visokoo in #394
- Automatic reloading of the helper pod manifest by the provisioner by @js185692 in #399
- Add support for custom path patterns by @AlbanBedel in #385
- adding pvc with node name example by @sebastianohl in #382
- Add e2e test for custom path patterns by @derekbit in #404
- Give the helper pod more range of MCS categories by @galal-hussein in #402
- Fix: Chart.yaml file is missing on helm install by @jamshidi799 in #388
- drone: disable e2e test by @derekbit in #405
- Allow customizing helper pod by @justusbunsi in #365
- test: use reclaimPolicy Delete instead by @derekbit in #406
- chart: fix pathPattern by @derekbit in #409
New Contributors
- @c4lliope made their first contribution in #368
- @e-minguez made their first contribution in #373
- @terryzwt made their first contribution in #379
- @runningman84 made their first contribution in #393
- @visokoo made their first contribution in #394
- @AlbanBedel made their first contribution in #385
- @sebastianohl made their first contribution in #382
- @galal-hussein made their first contribution in #402
- @jamshidi799 made their first contribution in #388
- @justusbunsi made their first contribution in #365
Full Changelog: v0.0.26...v0.0.27