- 29 Nov, 2018 1 commit
-
-
Adam Reese authored
- simplify unit tests - refactor typed errors - unexport internal functions Signed-off-by:
Adam Reese <adam@reese.io>
-
- 28 Nov, 2018 3 commits
-
-
Adam Reese authored
ref(pkg/chart): rename Requirements to Dependencies
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
roc authored
https://github.com/kubernetes/helm -> https://github.com/helm/helm https://github.com/kubernetes/charts -> https://github.com/helm/charts Signed-off-by:
Roc Chan <roc@imroc.io>
-
- 20 Nov, 2018 2 commits
-
-
Adam Reese authored
ref(pkg/repo): rename RepoFile to File
-
roc authored
To resolve the linter warning: name start with package name. Signed-off-by:
Roc <roc@imroc.io>
-
- 15 Nov, 2018 1 commit
-
-
Matt Butcher authored
Per the Helm 3 plan, `helm inspect` and all of its subcommands have been moved to `helm show`. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 14 Nov, 2018 3 commits
-
-
Adam Reese authored
ref(pkg/chart): rename files to be consistent with types
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 06 Nov, 2018 1 commit
-
-
Tariq Ibrahim authored
Signed-off-by:
tariqibrahim <tariq.ibrahim@microsoft.com>
-
- 31 Oct, 2018 1 commit
-
-
Matt Butcher authored
This is described in the official Helm 3 proposal: https://github.com/helm/community/blob/master/helm-v3/000-helm-v3.md Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 18 Oct, 2018 4 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Adam Reese authored
ref(tests): remove broken symlinks in testdata
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Martin Hickey authored
* Remove Tiller reference from the docs Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> * Update comments after review - https://github.com/helm/helm/pull/4788#discussion_r226037034 - https://github.com/helm/helm/pull/4788#discussion_r226037064 - https://github.com/helm/helm/pull/4788#discussion_r226037806 - https://github.com/helm/helm/pull/4788#discussion_r226038492 - https://github.com/helm/helm/pull/4788#discussion_r226039202 - https://github.com/helm/helm/pull/4788#discussion_r226039894 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 17 Oct, 2018 2 commits
-
-
Adam Reese authored
ref(*): kubernetes v1.12 support
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 28 Sep, 2018 2 commits
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 17 Sep, 2018 1 commit
-
-
Adam Reese authored
ref(driver): refactor out function type errors
-
- 11 Sep, 2018 1 commit
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 30 Aug, 2018 1 commit
-
-
Adam Reese authored
ref(*): rename requirements.lock to Chart.lock
-
- 29 Aug, 2018 5 commits
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
ref(*): merge requirement.yaml into Chart.yaml
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
ref(chart): use map for chart.Values
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 24 Aug, 2018 4 commits
-
-
Adam Reese authored
change copyright to "Copyright The Helm Authors"
-
Adam Reese authored
-
Adam Reese authored
ref(*): refactor chart/chartutil
-
Adam Reese authored
ref(chartutil): move chart loading out of chartutil into new package add chart loader interface to allow lazy loading feat(chart): create chart accessors ref(*): cleanup requirements ref(tiller): remove optional template engines ref(tiller): simplify sorting releases and hooks ref(*): code simplification ref(hapi): move chart package out of hapi ref(chart): add requirements and lock to Chart struct
-
- 22 Aug, 2018 2 commits
-
-
Adam Reese authored
ref(*): kubernetes v1.11 support
-
Adam Reese authored
-
- 14 Jun, 2018 2 commits
-
-
Matthew Fisher authored
ref(cmd): rename `helm delete` to `helm uninstall`
-
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 2 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.
-