- 19 Oct, 2016 1 commit
-
-
Adnan Abdulhussein authored
-
- 18 Oct, 2016 15 commits
-
-
Adam Reese authored
fix(helm): respect kubeconfig default namespace
-
Adam Reese authored
fix(tiller): delete all revisions with --purge
-
Adam Reese authored
closes: #1395
-
Matt Butcher authored
fix(helm): make 'helm repo index' generate the right index
-
Adam Reese authored
fixes: #1396
-
Matt Butcher authored
This prevents the index command from recursing through directories. Behind the scenes, it swaps out the repository logic for the index file logic. Closes #1328
-
Brian authored
fix(1357): print help text if revision is not specified
-
fibonacci1729 authored
-
Matt Butcher authored
feat(helm): `--no-update` flag for `helm repo add`
-
Matt Butcher authored
fix(helm): show failed releases by default
-
Matt Butcher authored
doc(rollback): add docs for pre/post rollback hooks
-
Matt Butcher authored
docs(provenance): describe signature authority
-
Matt Butcher authored
fix(tiller): fix wording for a few errors
-
Matt Butcher authored
fix(tiller): fix nil pointers in error messages
-
Jason Hansen authored
-
- 17 Oct, 2016 20 commits
-
-
Matt Butcher authored
This changes the wording of a log and an error message to make it clearer what is happening.
-
Matt Butcher authored
There were a few places where error messages were accessing properties of objects that were nil because of the error. Closes #1374
-
Matt Butcher authored
For 'helm list', this now shows both deployed and failed releases by default. Closes #1387
-
Michelle Noorali authored
fix(kube): find current resource by name and kind
-
Adam Reese authored
fix(*): statically link cross builds
-
Matt Butcher authored
fix(helm): return correct version on dep up
-
Matt Butcher authored
docs(*): refresh docs
-
Adam Reese authored
closes: #1362
-
Brian authored
fix(1333): cannot delete release in failed state
-
Matt Butcher authored
There was an extra return statement in a helper that was causing the download manager to get a false positive on a release version. Closes #1383
-
Michelle Noorali authored
This resolves #1210. Update will find current resource by name and kind for comparison purposes.
-
Matt Butcher authored
This refreshes docs, as discussed in #719, and adds a few new sections to the docs. Closes #719
-
Matt Butcher authored
Fix/tiller helm flags
-
Matt Butcher authored
docs(helm): Fix broken link to glide project
-
Matt Butcher authored
fix(linter): add engine.FuncMap so linter can use real function list
-
Michelle Noorali authored
chore(docs): fix nginx example templates
-
Michelle Noorali authored
-
Jim authored
-
fibonacci1729 authored
-
Nic Roland authored
-
- 15 Oct, 2016 2 commits
- 14 Oct, 2016 2 commits
-
-
Matt Butcher authored
This adds a function engine.FuncMap that returns a function mapping that better represents the functions passed to a template. The linting logic is reconfigured to use this function instead of the sprig.FuncMap function. Closes #1366
-
Matt Butcher authored
fix(lint): validateNoMissingValues template regex
-