- 17 May, 2017 7 commits
-
-
Matt Butcher authored
fix(lint): add KubeVersion and TillerVersion to linter
-
Matt Butcher authored
fix(Dockerfile): add ca-certificates
-
Michelle Noorali authored
fix(*): return non-zero exit code on test failure
-
Matt Butcher authored
Closes #2311
-
Matt Butcher authored
fix(windows): Updating docker/distribution
-
Matt Farina authored
Kubernetes has a dependency on a development version of github.com/docker/distribution that does not work for windows. Helm picks up this dependency and it breaks helm development on win. The bug was later fixed. There is an issue on Kubernetes to update to a newer version. In the meantime, this change causes helm to use the latest stable release for that minor version. Fixes #2396 Relates to https://github.com/kubernetes/kubernetes/issues/45377
-
Adam Reese authored
Write repo file using atomicfile
-
- 16 May, 2017 9 commits
-
-
Matt Butcher authored
Closes #2393
-
Raphael Badin authored
This prevents clients from seeing half-written files because on POSIX systems renaming a file is an atomic operation. Drive-by: Add test for repo file permission.
-
Matt Butcher authored
Fix for vbom.ml bootstrap
-
Adam Reese authored
feat(cmd/helm/installer): add support for upgrading service account
-
Sushil Kumar authored
* Adds update option to plugin command Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed * Added tests for new methods for plugin update * Updated docs * Updated review comments :) * Return error exit code when there is error
-
Matt Butcher authored
minor typo fix
-
Michelle Noorali authored
Add friendly output for helm package
-
Kent Rancourt authored
-
Michelle Noorali authored
* resolves #2089
-
- 15 May, 2017 2 commits
-
-
Adam Reese authored
chore(glide): bump kubernetes to v1.6.3
-
fengyun.pan authored
-
- 14 May, 2017 1 commit
-
-
fengyun.pan authored
-
- 13 May, 2017 1 commit
-
-
Adam Reese authored
Add check for getting kubeclient
-
- 12 May, 2017 3 commits
-
-
Adam Reese authored
-
vdice authored
-
Matt Butcher authored
added possibility to set desired install version. See issue #2380
-
- 11 May, 2017 6 commits
-
-
Michelle Noorali authored
ref(docs): add ref as commit type
-
Taylor Thomas authored
fix(tiller): Fixes bug with `--wait` and updated deployments
-
Michelle Noorali authored
-
Adam Reese authored
fix(Dockerfile): only copy tiller binary in Dockerfile
-
Matt Butcher authored
Fixed issues reported by test-style
-
Taylor Thomas authored
The current methodology generated its own RS slice instead of using a helper method that uses a `clientset`. This caused some issues where `FindNewReplicaSet` always returned `nil`. This switches the method and removes some unneeded API calls and code. Closes #2426
-
- 10 May, 2017 1 commit
-
-
fengyun.pan authored
-
- 09 May, 2017 4 commits
-
-
Michelle Noorali authored
Fix minor typo in test doc
-
Kent Rancourt authored
-
Taylor Thomas authored
Fixes various issues related to plugin command
-
Sushil Kumar authored
-
- 06 May, 2017 5 commits
-
-
Sushil Kumar authored
-
Sushil Kumar authored
Fixes issues/2398 - helm plugin remove does not works as expected - [ ] plugin remove option is coded to remove multiple plugins, but instead returns error when more than one plugin is requested to be removed. - [ ] plugin remove does not show any error/message for non-existent plugin.
-
Sushil Kumar authored
Partially fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
-
Sushil Kumar authored
Fixes issues/2384 - helm plugin install installs a default version in case requested version is not available
-
Sushil Kumar authored
-
- 05 May, 2017 1 commit
-
-
Adam Reese authored
-