- 12 Oct, 2016 12 commits
-
-
Matt Butcher authored
Fixed broken link from "chart.md" to "charts.md"
-
Matt Butcher authored
docs(repo): update repo index docs to show new flags
-
Brian authored
ref(*): add pkg/releaseutil.
-
Matt Butcher authored
fix(helm): ignore dotfiles in charts/ directories
-
Matt Butcher authored
fix(helm): prevent 'helm history' from segfaulting
-
Erik Christensen authored
-
Matt Butcher authored
An release that does not contain chart metadata cannot print its chart name/version. This fixes a bug found in the wild where a release did not (for reasons yet unknown) contain a chart. Closes #1348
-
fibonacci1729 authored
-
Adam Reese authored
fix(helm): remove unused consts from client
-
Michelle Noorali authored
ref(helm): add new line after repo remove msg
-
Michal Rostecki authored
Const variables defined in client.go weren't used anywhere. Ref #953
-
Matt Butcher authored
This causes 'helm dep [up|install]' to ignore files in charts/ that start with either a dot or an underscore. It also changes the chartloader to ignore those files. Also, if a 'helm dep up' does not find a charts/ directory, it creates one. Closes #1342
-
- 11 Oct, 2016 10 commits
-
-
Adam Reese authored
feat(tiller): add optional grpc tracing
-
Matt Butcher authored
This adds the `--url` flag to examples. Closes #1343
-
Matt Butcher authored
fix(k8s): Update to latest Kubernetes release
-
Adam Reese authored
fix(Makefile): allow overriding the version for canary builds
-
Matt Butcher authored
-
Adam Reese authored
-
Matt Butcher authored
fix(tiller): when delete fails, mark release as deleted
-
Adam Reese authored
-
Adam Reese authored
fix(Makefile): explicitly set bash shell in Makefile
-
Adam Reese authored
fixes #1302
-
- 10 Oct, 2016 18 commits
-
-
Adam Reese authored
ref(scripts): use gometalinter for linters
-
Matt Butcher authored
fix(helm): make 'helm help' text punctuation consistent
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
ref(helm): remove old structure functions
-
Matt Butcher authored
Closes #1301
-
Michelle Noorali authored
I think this got lost in a refactor. Was just bothering me.
-
Matt Butcher authored
This replaces the old structure functions with the functions in cmd/helm/helmpath. Closes #1318
-
Matt Butcher authored
ref(repo): move urlJoin to the right package
-
Matt Butcher authored
When a deletion fails to remove a manifest file, the release should still be marked as deleted. This changes the error handling to try to delete all manifests, and then mark the release as deleted, then return the errors. Closes #1305
-
Matt Butcher authored
I wrote urlJoin to fix URL joining, but I put it in the wrong place and never used it. This moves it to the right place, and replaces the hacky previous solution.
-
Matt Butcher authored
docs(README): update download information
-
Matt Butcher authored
fix(tiller): correct sort manifests by type
-
Matt Butcher authored
-
Adam Reese authored
chore(ci): limit cross build targets
-
Matt Butcher authored
Closes #1313
-
Adam Reese authored
Limit cross builds to linux/amd64 linux/386 darwin/amd64
-
Adam Reese authored
fix(ci): fix ci builds reporting dirty repo
-