- 06 Sep, 2016 2 commits
-
-
Michelle Noorali authored
-
Matt Butcher authored
fix(helm): removed debug output
-
- 02 Sep, 2016 3 commits
-
-
Matt Butcher authored
Also fixed a bug where a `--dry-run` will result in an error because of the recently added status support. There are several other output inconsistencies that I noticed and filed as issue #1135. Closes #1130
-
Matt Butcher authored
fix(tiller): Install --replace will result in an upgrade
-
Nic Roland authored
If a release has been deleted, `install --replace` will work but the release status will still be "deleted". This means that subsequest attempts to change the release will fail. Upgrading the release instead will prevent such zombie releases. Closes #1131
-
- 01 Sep, 2016 5 commits
-
-
Brian authored
feat(rollback-support): add version field to protos
-
fibonacci1729 authored
-
Brian authored
chore(tiller): delete redundant testing of storage in pkg/environment
-
fibonacci1729 authored
-
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 2 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
-