- 05 May, 2017 1 commit
-
-
Maciej Kwiek authored
This change introduces the concept of Rudders - pluggable modules that Tiller communicates with via grpc, which allow to decouple orchestration logic from Tiller into separate service. This commit consists of simple Rudder implementation which does exactly the same thing as built in Tiller orchestrator - it creates all k8s objects from provided manifest without orchestrating them. --experimental-release flag is introduced to enable this behaviour. This change allows to use the service and tiller outside of the cluster. Following commits will add Rudder to helm deployment.
-
- 04 May, 2017 6 commits
-
-
Michelle Noorali authored
chore(helm): fix go style issues in completion.go
-
Matt Butcher authored
Remove warnings about hook ordering guarantees
-
Eduardo Baitello authored
With hook weights, execution ordering can be built.
-
Michelle Noorali authored
-
Adam Reese authored
Update download links in README.md from v2.4.0 to v2.4.1
-
Oli Lalonde authored
-
- 03 May, 2017 4 commits
-
-
Michelle Noorali authored
fix typo: ' instead of `
-
Hoat Le authored
-
Adam Reese authored
fix(helm): reverted upgrade of imdario/mergo
-
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 18 commits
-
-
Taylor Thomas authored
Implements --repo flag to commands fetch, install, inspect, upgrade
-
Sushil Kumar authored
-
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
-
Sushil Kumar 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 8 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
-
Nikhil Manchanda authored
Updated the 'helm completion' command to take in the shell as a parameter. Currently acceptable options are 'bash' and 'zsh'. Also fixed the completions to work with zsh in a manner similar to what kubectl does. Also updated the docs to reflect this change. Closes #2201
-
- 30 Apr, 2017 1 commit
-
-
Adam Reese authored
-
- 29 Apr, 2017 1 commit
-
-
Fabian Ruff authored
-
- 28 Apr, 2017 1 commit
-
-
Matt Butcher authored
fix(helm): fix style errors in pkg/environment
-