-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: openebs/dynamic-localpv-provisioner
base: v4.1.4
head repository: openebs/dynamic-localpv-provisioner
compare: v4.2.0
Commits on Jul 3, 2024
-
feat(chart): add chart changes for v4.1.0
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 84a19be - Browse repository at this point
Copy the full SHA 84a19beView commit details -
Allow specifying additional labels to be applied to all helm chart re…
…sources This is added as a top-level `labels` map within the values file. If it is populated, these labels will be added to the storageclass. It is also added to the 'localpv.labels' variable, already included within every resource besides the storageclass. Signed-off-by: Andrew Lavery <laverya@umich.edu> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce8fc6a - Browse repository at this point
Copy the full SHA ce8fc6aView commit details -
Signed-off-by: Bernard Gütermann <bernard.gutermann@sekops.ch> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e56c509 - Browse repository at this point
Copy the full SHA e56c509View commit details
Commits on Jul 4, 2024
-
refactor(chart): refactor implementation for adding extra labels to a…
…ll chart resources Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4eb5a65 - Browse repository at this point
Copy the full SHA 4eb5a65View commit details -
refactor(chart): refactor implementation for adding priorityClassName
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc47e47 - Browse repository at this point
Copy the full SHA fc47e47View commit details -
chore(changelog): add changelog entries for PRs 182 & 183
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa12164 - Browse repository at this point
Copy the full SHA aa12164View commit details
Commits on Jul 5, 2024
-
Merge pull request #194 from openebs/chart-v4.1.0
feat(chart): add chart changes for v4.1.0 Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 893f1e8 - Browse repository at this point
Copy the full SHA 893f1e8View commit details -
ci: remove caching for openebs-ndm dependency
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 41bcb36 - Browse repository at this point
Copy the full SHA 41bcb36View commit details -
ci: add workflow_dispatch trigger for chart release
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 015d012 - Browse repository at this point
Copy the full SHA 015d012View commit details -
Merge pull request #195 from niladrih/fix-ci
ci: remove caching for openebs-ndm dependency Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65f8eb0 - Browse repository at this point
Copy the full SHA 65f8eb0View commit details -
Revert "ci: add workflow_dispatch trigger for chart release" (#196)
This reverts commit 015d012. This commit was required to manually trigger the chart-releaser workflow after a failed post-merge run. This is not required any more. Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1034995 - Browse repository at this point
Copy the full SHA 1034995View commit details
Commits on Jul 15, 2024
-
feat(provisioner-localpv): Merge CAS config from PersistentVolumeClaim (
#190) * Merge CAS config from PersistentVolumeClaim Signed-off-by: Nobi <nobi@nobidev.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * feat(provisioner): prefer StorageClass config over PVC config In the typical use-case for the provisioner, an admin sets the config on the StorageClass, and a user sets the config on the PVC. The admin's config may set boundaries on to the volumes which the PVC config map try to override. Preferring StorageClass config when there is a conflict may be the right way to go. Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * tests: add integration test for pvc config Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore(changelog): add changelog entry Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Nobi <nobi@nobidev.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> Co-authored-by: Nobi <nobi@nobidev.com>
Configuration menu - View commit details
-
Copy full SHA for cab53c4 - Browse repository at this point
Copy the full SHA cab53c4View commit details
Commits on Jul 16, 2024
-
tests: add tests for custom NodeAffinityLabels feature (#197)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52d6cb5 - Browse repository at this point
Copy the full SHA 52d6cb5View commit details
Commits on Jul 30, 2024
-
* tests(quota): add namespace to the PVC delete calls Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * tests(bdd): add bdd specs for existing tests Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * tests(bdd): use Then directive to only check code behaviour Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb0e8bd - Browse repository at this point
Copy the full SHA eb0e8bdView commit details
Commits on Aug 29, 2024
-
chore(deps): update analytics dependency (#200)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10a891b - Browse repository at this point
Copy the full SHA 10a891bView commit details
Commits on Sep 13, 2024
-
feat(charts): add analytics ID and KEY envs to provisioner deployment (…
…#201) * feat(charts): add analytics ID and KEY envs to provisioner deployment Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore(charts): bump chart version Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9a3f5e5 - Browse repository at this point
Copy the full SHA 9a3f5e5View commit details
Commits on Nov 6, 2024
-
ci: add support for incremental builds and helm charts (#204)
Signed-off-by: Prateek Chandra <Prateek.Chandra@datacore.com>
Configuration menu - View commit details
-
Copy full SHA for 2e2234e - Browse repository at this point
Copy the full SHA 2e2234eView commit details
Commits on Nov 7, 2024
-
ci: fix build_and_push awk command (#212)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e3659d - Browse repository at this point
Copy the full SHA 6e3659dView commit details -
ci: fix build_and_push and release workflows (#213)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f0f4acc - Browse repository at this point
Copy the full SHA f0f4accView commit details
Commits on Nov 8, 2024
-
ci: add Fossa CLI workflow (#208)
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16d7557 - Browse repository at this point
Copy the full SHA 16d7557View commit details -
fix(analytics): respect environment variable to disable reporting eve…
…nt analytics (#211) Signed-off-by: Ethan Mosbaugh <ethan@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for dae0845 - Browse repository at this point
Copy the full SHA dae0845View commit details
Commits on Nov 28, 2024
-
ci: pull in git history for ct lint job (#216) (#217)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6af23f - Browse repository at this point
Copy the full SHA e6af23fView commit details -
ci: remove lint step with ref to pull_request in release workflow (#219)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25bba1c - Browse repository at this point
Copy the full SHA 25bba1cView commit details -
ci: fix trigger for build_and_push workflow (#222)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79d1e0c - Browse repository at this point
Copy the full SHA 79d1e0cView commit details
Commits on Dec 10, 2024
-
feat: support helper pod to use hostNetwork (#224)
* feat: support helper pod to use hostNetwork Signed-off-by: mchtech <michu_an@126.com> * feat: use k8s.io/utils/env to parse bool from env Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore(changelog): add changelog entry for helperPod hostNetwork support Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: mchtech <michu_an@126.com> Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> Co-authored-by: mchtech <michu_an@126.com>
Configuration menu - View commit details
-
Copy full SHA for 9f71dab - Browse repository at this point
Copy the full SHA 9f71dabView commit details
Commits on Jan 10, 2025
-
ci: pin medyagh/setup-minikube runs to ubuntu-22.04 (#229)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08b09af - Browse repository at this point
Copy the full SHA 08b09afView commit details
Commits on Jan 13, 2025
-
feat(charts): add global.imageRegistry parameter (#227)
* feat(charts): add global.imageRegistry parameter Add global.imageRegistry option overridden by localpv.image.registry and helperPod.image.registry for localpv and helper Pod respectively. Fix registry options requiring a trailing slash while still supporting a trailing slash to avoid breaking existing configurations. Signed-off-by: Lior Friedman <lior@sneakybugs.com> * docs(charts): add global.imageRegistry parameter description Signed-off-by: Lior Friedman <lior@sneakybugs.com> * chore(changelog): add changelog entry Signed-off-by: Lior Friedman <lior@sneakybugs.com> --------- Signed-off-by: Lior Friedman <lior@sneakybugs.com>
Configuration menu - View commit details
-
Copy full SHA for e3146fd - Browse repository at this point
Copy the full SHA e3146fdView commit details
Commits on Jan 16, 2025
-
docs(security): cross-reference security docs
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d893b9 - Browse repository at this point
Copy the full SHA 3d893b9View commit details -
docs: cross-reference maintainers markdown
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b14b0a - Browse repository at this point
Copy the full SHA 2b14b0aView commit details
Commits on Jan 17, 2025
-
Merge pull request #230 from openebs/security
docs(security): cross-reference security docs
Configuration menu - View commit details
-
Copy full SHA for 4f8df11 - Browse repository at this point
Copy the full SHA 4f8df11View commit details
Commits on Jan 27, 2025
-
Cherry-pick PR 233 to develop branch (#236)
* refactor(charts): make priorityClassName template-able (#233) Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * chore: update changelogs Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64cca24 - Browse repository at this point
Copy the full SHA 64cca24View commit details
Commits on Jan 28, 2025
-
build(nix-shell): enhance local shell environment
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2fd153a - Browse repository at this point
Copy the full SHA 2fd153aView commit details -
Adds a bootstrap target to install required go tools, similar to how other local repos handle this. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 285e6dc - Browse repository at this point
Copy the full SHA 285e6dcView commit details -
refactor: shellcheck on build script
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47aa238 - Browse repository at this point
Copy the full SHA 47aa238View commit details
Commits on Jan 29, 2025
-
Similar to the other local drivers, it can install the helm chart, run the tests, etc Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1278667 - Browse repository at this point
Copy the full SHA 1278667View commit details -
Adds a nixos shell for local testing. This a headless vm with fs utils installed and configured for testing, as well as being a single node k3s cluster. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86f5960 - Browse repository at this point
Copy the full SHA 86f5960View commit details -
test: speed up with graceful termination
Add test pod graceful termination as 5s This speeds up tests by around 2m20s Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 12918f2 - Browse repository at this point
Copy the full SHA 12918f2View commit details -
fix: don't wait forever if the launch pod failed
For launch pods which don't restart, there's no point in waiting for the given timeout. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 72a0daa - Browse repository at this point
Copy the full SHA 72a0daaView commit details
Commits on Jan 30, 2025
-
docs: enhance contributors development setup guide
Linted all the markdown files but noticed they have outdated content, example: installing openebs 3.X and operator lite Improve development setup guide, including the nixos-shell k3s docs Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d340df7 - Browse repository at this point
Copy the full SHA d340df7View commit details
Commits on Jan 31, 2025
-
Merge pull request #237 from openebs/dev
- docs: enhance contributors development setup guide - fix: don't wait forever if the launch pod failed - test: speed up with graceful termination - test: add nixos shell - test: add ci helper script - refactor: shellcheck on build script - build: add bootstrap tools - build(nix-shell): enhance local shell environment
Configuration menu - View commit details
-
Copy full SHA for b3b69bf - Browse repository at this point
Copy the full SHA b3b69bfView commit details -
feat(charts): add eviction tolerations to the provisioner deployment (#…
…238) * feat(charts): add eviction tolerations to the provisioner deployment Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * ci: omit the timeout flag on ct lint Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0ec9a2 - Browse repository at this point
Copy the full SHA d0ec9a2View commit details -
chore(ci): update helm chart versions and/or git submodules (#240)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: niladrih <niladrih@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for beeb353 - Browse repository at this point
Copy the full SHA beeb353View commit details -
chore: add changelog for 4.2.0 (#242)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 901261a - Browse repository at this point
Copy the full SHA 901261aView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.