Commit Graph

1332 Commits (v3.0.0-rc.2)

Author SHA1 Message Date
Marc Khouzam 00c7880792
fix(comp): helm plugin 'remove' is now 'uninstall'
6 years ago
Matt Farina 4b7304ce0e
Updating the usage language for search repo
6 years ago
Matthew Fisher ee77ae3d40
fix(version): lift "unreleased" status
6 years ago
Matthew Fisher dceb50b408
Merge pull request #6807 from bacongobbler/plugin-uninstall
6 years ago
Matthew Fisher e2233bb571
fix(cmd): clean up helpstring formatting
6 years ago
Matthew Fisher a759f09127
ref(cmd): rename `helm plugin remove` to `helm plugin uninstall`
6 years ago
Matthew Fisher ce494146a4
fix(cmd): fix up help string
6 years ago
Matthew Fisher f1dc84773f
Merge pull request #6798 from aaronmell/Make_Namespace_Public
6 years ago
Adam Reese 64b95754ce
Merge pull request #6790 from mumoshu/fix-v3-regression-non-zero-plugin-exit-status
6 years ago
Aaron Mell 31f2fea061 Passing the namespace to actionconfig.Init instead of the entire object.
6 years ago
Aaron Mell eab9d2817d Revert "Allow namespace to be set by programs consuming helm."
6 years ago
Marc Khouzam ef7dd12cac fix(cli): Remove trailing space of helm env output
6 years ago
Aaron Mell bc2cd3c794 Allow namespace to be set by programs consuming helm.
6 years ago
Yusuke Kuoka 5f27c0cbb7 Do test that a helm plugin can return non-zero exit code other than 1
6 years ago
Yusuke Kuoka 32d9b70d22 Ensure plugins return `pluginError`s on non-zero exit statuses
6 years ago
Yusuke Kuoka 3144cf0fed fix(v3): fix regression on non-zero plugin exist status
6 years ago
Mateusz Szostok 062235142b fix(repo/search): fix helm repo search command to display proper versions
6 years ago
Marc Khouzam ac86c75b37 feat(comp): Dynamic completion of charts
6 years ago
Marc Khouzam cae8d4a96a fix(cmd): Add release name to install examples (#6697)
6 years ago
Matthew Fisher cfbeead01a
Merge pull request #6693 from thomastaylor312/feat/testing_logs
6 years ago
Taylor Thomas 25697a62c4 feat(test): Adds --logs flag
6 years ago
Matthew Fisher 4d6a2461f3
fix(cmd): acquire repository.lock
6 years ago
Taylor Thomas 5a23663c6b
Merge pull request #6679 from thomastaylor312/feat/timestamp_hell
6 years ago
Matthew Fisher 4d5a62303e
fix(kube): replace rather than delete/create
6 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
6 years ago
Matthew Fisher 40572311ab
Merge pull request #6488 from bacongobbler/port-6258
6 years ago
Matthew Fisher 0c9374e122
Merge pull request #6656 from VilledeMontreal/fix/onlySubcommands
6 years ago
Taylor Thomas 4d7968f692 ref(time): Adds wrapper for most time stdlib methods
6 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
6 years ago
Jonas Rutishauser 0650d6953d
Remove all known arguments in plugin invocations
6 years ago
Marc Khouzam 1d017e3793 feat(cmd): Replace 'helm get' with 'helm get all'
6 years ago
Marc Khouzam ac732523b1 feat(cmd): Replace 'helm show' with 'helm show all'
6 years ago
Taylor Thomas 01e593fbcd fix(action): Fixes ordering of variable binding
6 years ago
Taylor Thomas da72944611
Merge pull request #6640 from thomastaylor312/feat/parse_pre_release
6 years ago
Matthew Fisher 74e8dd03c8
Merge pull request #6634 from mumoshu/bring-back-template-execute
6 years ago
Taylor Thomas 38d4f33a0f
Merge pull request #6641 from VilledeMontreal/feat/refactorOutput
6 years ago
Martin Hickey f12be4c4b6
Port #4078 to Helm v3 (#6619)
6 years ago
Yusuke Kuoka 74a2adf6c5 fixup! fix(v3): Bring back the missing `helm template [-x|--execute] PATH/TO/SINGLE/TEMPLATE`
6 years ago
Marc Khouzam 483904656b ref(cmd): Use string method to list formats
6 years ago
Marc Khouzam 7fd384c8fb ref(cmd): Use method to list formats
6 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
6 years ago
Matthew Fisher 0227ade173
Merge pull request #6363 from jlegrone/refactor-test-command
6 years ago
Jacob LeGrone 0645b92c1b
Print test status
6 years ago
Jacob LeGrone a6f4bc1bc0
Remove "run" test subcommand
6 years ago
Aaron Mell 1d66a676c8 Moved the GetNamespace and KubeConfig function from action to cli
6 years ago
Aaron Mell 3264b75378 Refactoring after rebasing with latest
6 years ago
Aaron Mell 851e016e90 Reverted previous commit, changes based on code review feedback.
6 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
6 years ago
Yusuke Kuoka 267528848c fix(v3): Bring back the missing `helm template [-x|--execute] PATH/TO/SINGLE/TEMPLATE`
6 years ago
Marc Khouzam e2d5ec8397 feat(comp): Dynamic completion for --output flag (#6580)
6 years ago