- 14 Jun, 2018 1 commit
-
-
Matthew Fisher authored
To match the convention of `helm install`, `helm uninstall` is the inverse. Other tangential changes in this PR: - StatusDeleting has been changed to StatusUninstalling - StatusDeleted has been changed to StatusUninstalled - `helm list --deleted` has been changed to `helm list --uninstalled` - `helm list --deleting` has been changed to `helm list --uninstalling` - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption` I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because 1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3 2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
-
- 24 May, 2018 2 commits
-
-
Matthew Fisher authored
release canary v3 binaries as helm-dev-v3
-
Matthew Fisher authored
-
- 18 May, 2018 4 commits
-
-
Adam Reese authored
feat(*): remove Time, Namespace, and Revision from template functions
-
Adam Reese authored
Removes Time, Namespace, and Revision from being exposed to templates to make template rendering discrete and repeatable.
-
Adam Reese authored
ref(cmd): dry up values and chartpath flag options
-
Adam Reese authored
-
- 16 May, 2018 4 commits
-
-
Adam Reese authored
ref(cmd): test template cmd using golden files
-
Adam Reese authored
-
Adam Reese authored
ref(cmd): refactor argument validation
-
Adam Reese authored
-
- 14 May, 2018 2 commits
-
-
Adam Reese authored
ref(tests): simplify cmd test setup/teardown
-
Adam Reese authored
Ensure proper cleanup of `HELM_HOME` and `HELM_DEBUG`
-
- 10 May, 2018 4 commits
-
-
Adam Reese authored
ref(*): s/tiller/helm/
-
Adam Reese authored
-
Adam Reese authored
feat(*): print stacktrace on error with debug enabled
-
Adam Reese authored
-
- 09 May, 2018 5 commits
-
-
Adam Reese authored
ref(cmd): consistent naming of cmd variables
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
ref(tests): use golden files for testing command output
-
Adam Reese authored
-
- 08 May, 2018 1 commit
-
-
Adam Reese authored
ref(*): rebuild build version object
-
- 02 May, 2018 1 commit
-
-
Adam Reese authored
-
- 27 Apr, 2018 3 commits
-
-
Adam Reese authored
ref(pkg/tiller): add flag to enable tilling logging in tests
-
Adam Reese authored
`go test ./pkg/tiller -test.log`
-
Adam Reese authored
ref(*): convert const types to strings
-
- 26 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
ref(cmd): simplify cmd test setup
-
Adam Reese authored
-
- 25 Apr, 2018 2 commits
-
-
Adam Reese authored
ref(*): remove local repository (dead code)
-
Adam Reese authored
-
- 24 Apr, 2018 3 commits
-
-
Adam Reese authored
ref(cmd): remove serve command
-
Adam Reese authored
fixes #3937
-
- 23 Apr, 2018 5 commits
-
-
Adam Reese authored
feat(cmd): add --all-namespaces to list
-
Adam Reese authored
-
Adam Reese authored
feat(dep): replace glide with dep
-
Adam Reese authored
-
Adam Reese authored
-