- 01 Sep, 2016 1 commit
-
-
Matt Butcher authored
fix(tiller): return status for deleted release
-
- 31 Aug, 2016 1 commit
-
-
Matt Butcher authored
This modifies `helm status` to return info about deleted and failed releases. We do our best to retrieve info for releases that were partially deployed.
-
- 30 Aug, 2016 7 commits
-
-
Ville Aikas authored
print the status after install/upgrade
-
Michelle Noorali authored
fix(helm): make repo index not require repo_url
-
vaikas-google authored
-
Michelle Noorali authored
fix(helm): make repo remove, clear cache
-
Matt Butcher authored
minor engine unit test fix
-
joe2far authored
-
vaikas-google authored
Signed-off-by: vaikas-google <vaikas@google.com>
-
- 29 Aug, 2016 4 commits
-
-
Ville Aikas authored
First cut of handling NOTES.txt file
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
- 26 Aug, 2016 16 commits
-
-
joe2far authored
-
Adam Reese authored
feat(cmd): install latest tagged image on `helm init`
-
Adam Reese authored
closes: #1117
-
Matt Butcher authored
feat(helm): package to ignore all dotfiles by default
-
Matt Butcher authored
fix(helm): refactor 'helm update' to match new style
-
Matt Butcher authored
And add tests. Closes #696
-
joe2far authored
-
Matt Butcher authored
feat(tiller): verify apiVersions before install
-
Matt Butcher authored
-
Matt Butcher authored
ref(pkg/client): move pkg/client to cmd/helm/installer
-
Matt Butcher authored
feat(helm): allow multiple args for fetch, package, delete
-
Matt Butcher authored
fix for links to docs/examples in the quickstart
-
Matt Butcher authored
fix(tiller): truncate release name returned from moniker
-
joe2far authored
-
Jeremy Brown authored
-
joe2far authored
-
- 25 Aug, 2016 11 commits
-
-
Matt Butcher authored
This is a minor refactor to move a leftover from Ancient Helm into the current design. Specifically, the code to install Tiller from the Helm client is now in `cmd/helm/installer`. Closes #1033
-
Matt Butcher authored
feat(*): add 'helm list --all' and related flags
-
Matt Butcher authored
This adds support for the following 'helm list' flags: - all: show all release types - deleted: show deleted releases - deployed: show deployed releases - failed: show failed releases These flags can be toggled. Only '--deployed' is turned on by default. On the server side, Tiller's list function can now filter based on a slice of release.Status_Code filters. While the client only supports a subset, the server supports all known release.Status_Code types. Closes #973
-
Matt Butcher authored
This allows the following commands to accept more than one argument on the CLI: - helm fetch - helm package - helm delete Closes #1100
-
Michelle Noorali authored
ref(kube): delete skips IsNotFound errs
-
Michelle Noorali authored
Currently, delete returns an error if a resource is not found. That is a bit confusing because if you delete something that is not found, the end state is not really an error. The end state is what you wanted to do in the first place. This type of error is not propogated from the kube client but it is logged in tiller. We could also change this to keep returning errors (even the not found) and filter it out in the release server.
-
Matt Butcher authored
Add purge option for completely remove a release from tiller
-
Michelle Noorali authored
ref(*): return resource update errors
-
Michelle Noorali authored
-
Michelle Noorali authored
Resolves #1058
-
Adam Reese authored
fix(cmd): s/accomodate/accommodate/
-