- 17 May, 2017 16 commits
-
-
Adam Reese authored
-
Matt Butcher authored
2.4.0 stopped installing development versions by default. This allows the user to re-enable that support by setting --devel. Closes #2407
-
Matt Butcher authored
This reverts commit 4222d6de.
-
Matt Butcher authored
-
Matt Butcher authored
Closes #2311
-
Sushil Kumar authored
-
Sushil Kumar authored
- [ ] Added tests for --repo flag on `helm fetch` command - [ ] Also added tests for (pkg/repo).FindChartInRepoURL
-
Matt Butcher authored
Closes #2393
-
Michelle Noorali authored
* resolves #2089
-
Sushil Kumar authored
-
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
-
Adam Reese authored
-
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
-
- 03 May, 2017 2 commits
-
-
Adam Reese authored
-
Rod Cloutier authored
Reverted the version of mergo to a version that was known to work with both kubernetes and sprig. Closes #2376
-
- 02 May, 2017 15 commits
-
-
Adam Reese authored
-
Matt Butcher authored
chore(tiller): bump Sprig to 2.11.0
-
Matt Butcher authored
This adds the `merge` function, among other things.
-
Michelle Noorali authored
fix(releaseutil): remove newline on SplitManifests
-
Michelle Noorali authored
fixes #2158
-
Matt Butcher authored
fix(create): incorrect URL in default NOTES.txt
-
Adnan Abdulhussein authored
-
Taylor Thomas authored
Return as not ready if it new RS is nil
-
Kiichiro Okano authored
-
Adam Reese authored
fix(*): handle unreleased versioning
-
Matt Butcher authored
Releases are locked to avoid parallel changes
-
Matt Butcher authored
fix(tiller): fix TOML panic
-
Matt Butcher authored
ref(getter): flatten the getter package tree
-
Michelle Noorali authored
feat(helm): add service account flag to helm init
-
Adam Reese authored
-
- 01 May, 2017 7 commits
-
-
Adam Reese authored
Add support for zsh to helm completion
-
Matt Butcher authored
This flattens the getter package tree, adds tests, and changes a little bit of the terminology to follow Go idioms. This also makes much of the getter API private to begin with. This will give us more flexibility in the future.
-
Adam Reese authored
Adds an `unreleased` flag to the version if not building from HEAD of a tag. The compatibility check is bypassed if the client or server are unreleased. fixes #2110
-
Michelle Noorali authored
helps with half of #2224
-
Adam Reese authored
chore(ci): bump go 1.8.1
-
Matt Butcher authored
This fixes a TOML panic by replacing one parser library with another. The older library did not gracefully handle reflection issues, and so was prone to panic. The new one is not great, but it doesn't seem to panic. Closes #2271
-
Matt Butcher authored
Fail template execution if included template fails
-