- 15 Sep, 2016 1 commit
-
-
Adam Reese authored
* clean up version output
-
- 14 Sep, 2016 2 commits
-
-
Ville Aikas authored
clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
-
Keerthan Reddy Mala (kmala) authored
Signed-off-by:
Keerthan Reddy Mala (kmala) <kmala@deis.com>
-
- 13 Sep, 2016 2 commits
-
-
vaikas-google authored
-
vaikas-google authored
-
- 12 Sep, 2016 6 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Michelle Noorali authored
-
- 11 Sep, 2016 1 commit
-
-
Adam Reese authored
-
- 08 Sep, 2016 3 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 07 Sep, 2016 1 commit
-
-
Matt Butcher authored
-
- 03 Sep, 2016 1 commit
-
-
Matt Butcher authored
This fixes a bug where post-install hooks did not result in recording a failure.
-
- 02 Sep, 2016 2 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
-
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 1 commit
-
-
fibonacci1729 authored
-
- 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 2 commits
-
-
vaikas-google authored
-
vaikas-google authored
Signed-off-by:
vaikas-google <vaikas@google.com>
-
- 29 Aug, 2016 3 commits
-
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
- 26 Aug, 2016 6 commits
-
-
joe2far authored
-
Adam Reese authored
closes: #1117
-
Matt Butcher authored
And add tests. Closes #696
-
Matt Butcher authored
-
joe2far authored
-
joe2far authored
-
- 25 Aug, 2016 4 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
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
Resolves #1058
-
- 24 Aug, 2016 2 commits
-
-
Adam Reese authored
Matt's second offence.
-
Matt Butcher authored
This adds the --verify and --keyring flags to: helm fetch helm inspect helm install helm upgrade Each of these commands can now make cryptographic verification a prerequisite for using a chart.
-
- 23 Aug, 2016 1 commit
-
-
Matt Butcher authored
-
- 19 Aug, 2016 1 commit
-
-
Trevor Hartman authored
Fix #1070
-