- 21 Oct, 2016 4 commits
-
-
Adnan Abdulhussein authored
Fix broken links in README
-
Fabian Ruff authored
-
Matt Butcher authored
fix(helm): add dry-run flag for init
-
Matt Butcher authored
fix(helm): use 127.0.0.1 instead of localhost
-
- 20 Oct, 2016 11 commits
-
-
Matt Butcher authored
This switches the local chart repo to use 127.0.0.1 instead of localhost so that the net library does not negotiate localhost to an IPv6 address, which is known to cause issues in some Docker containers. Breaking Change: When testing on a system that does NOT have IPv4 configured, this will break 'helm serve'. We estimate this will impact none of the current user base. Closes #1410
-
Matt Butcher authored
This adds a --dry-run flag to init, and causes the manifest file for Tiller to be emitted on --debug. Together, this means you can do a 'helm init --dry-run --debug' and dump the Tiller manifest much as you can with 'helm install --dry-run --debug'. This does not require a server round-trip. Closes #1417
-
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 2 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
-