- 13 Oct, 2016 9 commits
-
-
Matt Butcher authored
Between Alpha.4 and Alpha.5 there was a change in the indexing logic. This prevent indices from being appended to (because those index files were often broken). This change allows the user to explicitly merge an existing index and a generated index. Closes #1334
-
Matt Butcher authored
docs(chart_repositories): document correct index example
-
Adam Reese authored
feat(helm): add kubeconfig context switching
-
Michelle Noorali authored
bug(tiller): correct release statuses on rollback
-
Adam Reese authored
docs(developers): require glide 0.12.0
-
Matt Butcher authored
The previous index.yaml example was missing a few fields, notably the 'created' timestamp. Closes #1348
-
Michelle Noorali authored
Correcting similar issue as the one with UpdateRelease (#1137) for RollbackRelase
-
Michelle Noorali authored
bug(tiller): set status correctly in performUpdate
-
Michelle Noorali authored
Handling release status updates on errors better resolves #1137
-
- 12 Oct, 2016 13 commits
-
-
Adam Reese authored
ref: #1310
-
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 11 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
closes: #1127
-
Adam Reese authored
-
Adam Reese authored
fix(Makefile): explicitly set bash shell in Makefile
-
Adam Reese authored
fixes #1302
-
- 10 Oct, 2016 7 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.
-