- 05 May, 2017 15 commits
-
-
Matt Butcher authored
Experimental Rudder implementation
-
Michelle Noorali authored
Added tests for --repo flag for helm fetch command
-
Sushil Kumar authored
-
Maciej Kwiek authored
Added make target Lowered docker image sizes Updated ruder.pb.go
-
Maciej Kwiek authored
Extracted delete specific code from ReleaseServer to external function which is called from both Local and Remote ReleaseModules. Made getVersionSet function from tiller package exported.
-
Maciej Kwiek authored
Both local and remote Release module implement release status check.
-
Maciej Kwiek authored
-
Dmitry Shulyak authored
-
Dmitry Shulyak authored
-
Dmitry Shulyak authored
-
Dmitry Shulyak authored
-
Dmitry Shulyak authored
-
Maciej Kwiek authored
-
Maciej Kwiek authored
Added dockerfiles for rudder service and tiller run with --experimental-release flag
-
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 15 commits
-
-
Sushil Kumar authored
- [ ] Added tests for --repo flag on `helm fetch` command - [ ] Also added tests for (pkg/repo).FindChartInRepoURL
-
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
-