- 26 Aug, 2016 6 commits
-
-
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
-
- 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/
-
- 24 Aug, 2016 4 commits
-
-
Matt Butcher authored
feat(pkg/provenance): add OpenPGP signatures
-
Adam Reese authored
Matt's second offence.
-
Matt Butcher authored
fix(helm): remove extra linter output
-
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 4 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
This adds support for OpenPGP signatures containing provenance data. Such information can be used to verify the integrity of a Chart by testing that its file hash, metadata, and images are correct. This first PR does not contain all of the tooling necessary for end-to-end chart integrity. It contains just the library. See #983
-
Matt Butcher authored
Closes #1076
-
Matt Butcher authored
feat(chart): support 'image:URL' in charts.
-
- 22 Aug, 2016 6 commits
-
-
Matt Butcher authored
Closes #1034
-
Matt Butcher authored
add docs table of contents and update quick start
-
Matt Butcher authored
Add --set flag to `helm upgrade`
-
Jess Frazelle authored
Signed-off-by: Jess Frazelle <me@jessfraz.com>
-
Ville Aikas authored
docs(notes.txt): Add NOTES.txt to Chart spec, and describe chart documentation files
-
Matt Butcher authored
feat(tiller): limit the max len of Release.Name
-
- 19 Aug, 2016 7 commits
-
-
Matt Butcher authored
fix(tiller): upgrade Sprig to 2.5.0
-
Trevor Hartman authored
Fix #1070
-
Matt Butcher authored
We need this specifically for trimSuffix. Closes #1071
-
Matt Butcher authored
This limits the number of characters in a release name to 14. This preserves 10 characters for customizing the `name:` field in charts. Relates to #1071
-
Michelle Noorali authored
feat(helm): add rollback cmd
-
Miguel Ángel Martínez Triviño authored
Disable validateQuotes linter rule
-
Adnan Abdulhussein authored
-
- 18 Aug, 2016 2 commits
-
-
Matt Butcher authored
simplify example container names
-
Miguel Martinez authored
-