- 02 May, 2017 8 commits
-
-
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 11 commits
-
-
Matt Butcher authored
fix(helm): fix style errors in pkg/environment
-
Matt Butcher authored
docs(chart_hooks): clarify hook execution order
-
Matt Butcher authored
fix(helm): return error when dependencies are missing
-
Adam Reese authored
chore(*): cleanup unused travis and scripts
-
Matt Butcher authored
feat(*): update to latest gRPC and Protobuf
-
Matt Butcher authored
Add Git and Mercurial to build prerequisites
-
Matt Butcher authored
This just adds a few comments where the style linter was complaining.
-
Reinhard Nägele authored
-
Reinhard Nägele authored
Closes: #2343
-
Adam Reese authored
-
Adam Reese authored
-
- 27 Apr, 2017 5 commits
-
-
Matt Butcher authored
Closes #2234
-
Matt Butcher authored
This upgrades a warning to an error in cases where `requirements.yaml` contains a requirement, but it's missing in charts/ This impacts install, upgrade, and package. Closes #2209
-
Brian authored
fix(tiller): update tls client auth policy
-
Matt Butcher authored
Effectively, this switches us to gRPC's internal version 4. This is compatible with protoc 3.2 and grpc-go 1.2.1.
-
Matt Butcher authored
Update Slack channels
-
- 25 Apr, 2017 3 commits
-
-
Taylor Thomas authored
Improve get script
-
Trevor Hartman authored
-
Jorge Marin authored
-
- 24 Apr, 2017 3 commits
-
-
Maciej Kwiek authored
Environment is supplied with release lock map which allows to lock a release by name to make sure that update, rollback or uninstall aren't running on one release at the same time.
-
Jorge Marin authored
-
Jorge Marin authored
-