- 21 Oct, 2016 1 commit
-
-
Jim authored
Fixes #1429
-
- 20 Oct, 2016 9 commits
-
-
Matt Butcher authored
Add compression to configmap storage driver
-
Matt Butcher authored
Minor typo fix
-
Matt Butcher authored
fix(helm): finish repo index.html
-
Javier Cuevas authored
-
Matt Butcher authored
docs(*): Minor corrections kebuctl commands in install.md
-
Matt Butcher authored
fix(helm): update helm commands usage text
-
Fabian Ruff authored
This commit changes the configmap storage driver to compress the serialized release before storing it as a base64 encoded string. This change is backward compatible as it handles existing releases gracefully by skipping the decompression step when the gzip magic header is not present.
-
Jim authored
Fixes #1393
-
Jim authored
update helm commands usage text to reflect current state Fixes #1266
-
- 19 Oct, 2016 7 commits
-
-
Adam Reese authored
-
Adnan Abdulhussein authored
fix(repo): ensure index generates in the right order
-
Adnan Abdulhussein authored
-
Adnan Abdulhussein authored
fix(tiller): ensure only the parent NOTES is used
-
Adam Reese authored
fix(ci): ensure go packages are compiled before testing
-
Adam Reese authored
Attempt for build speed record
-
Adnan Abdulhussein authored
-
- 18 Oct, 2016 16 commits
-
-
Adam Reese authored
fix(helm): respect kubeconfig default namespace
-
Adam Reese authored
fix(tiller): delete all revisions with --purge
-
Matt Butcher authored
Previous versions of Helm had placeholder text in the index.yaml file. This generates an HTML index for 'helm serve'. It also has a refactoring of the server so that the server can be tested. Closes #1397
-
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 7 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
-