- 11 Oct, 2016 7 commits
-
-
Matt Butcher authored
fix(k8s): Update to latest Kubernetes release
-
Adam Reese authored
fix(Makefile): allow overriding the version for canary builds
-
Matt Butcher authored
-
Adam Reese authored
-
Matt Butcher authored
fix(tiller): when delete fails, mark release as deleted
-
Adam Reese authored
fix(Makefile): explicitly set bash shell in Makefile
-
Adam Reese authored
fixes #1302
-
- 10 Oct, 2016 18 commits
-
-
Adam Reese authored
ref(scripts): use gometalinter for linters
-
Matt Butcher authored
fix(helm): make 'helm help' text punctuation consistent
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
ref(helm): remove old structure functions
-
Matt Butcher authored
Closes #1301
-
Matt Butcher authored
This replaces the old structure functions with the functions in cmd/helm/helmpath. Closes #1318
-
Matt Butcher authored
ref(repo): move urlJoin to the right package
-
Matt Butcher authored
When a deletion fails to remove a manifest file, the release should still be marked as deleted. This changes the error handling to try to delete all manifests, and then mark the release as deleted, then return the errors. Closes #1305
-
Matt Butcher authored
I wrote urlJoin to fix URL joining, but I put it in the wrong place and never used it. This moves it to the right place, and replaces the hacky previous solution.
-
Matt Butcher authored
docs(README): update download information
-
Matt Butcher authored
fix(tiller): correct sort manifests by type
-
Matt Butcher authored
-
Adam Reese authored
chore(ci): limit cross build targets
-
Matt Butcher authored
Closes #1313
-
Adam Reese authored
Limit cross builds to linux/amd64 linux/386 darwin/amd64
-
Adam Reese authored
fix(ci): fix ci builds reporting dirty repo
-
Matt Butcher authored
docs(install): Add reference to glide in install docs
-
- 09 Oct, 2016 2 commits
-
-
Ken Wronkiewicz authored
Also, hg is required.
-
Ken Wronkiewicz authored
The user needs to get all of the way down to developers docs to realize they need glide, but if you follow a user who doesn't necessarily want to develop but wants to build from source, you'd follow this path: README -> Quick Start -> Releases -> . o O (Source doesn't work) -> Install And then you'd realize that you need Glide. This one-liner patch fixes that. :)
-
- 08 Oct, 2016 1 commit
-
-
Adam Reese authored
``` % ./helm version Client: &version.Version{SemVer:"v2.0.0-alpha.5", GitCommit:"4de...", GitTreeState:"dirty"} Server: &version.Version{SemVer:"v2.0.0-alpha.5", GitCommit:"4de...", GitTreeState:"dirty"} ```
-
- 07 Oct, 2016 12 commits
-
-
Adam Reese authored
fix(*): prevent testing package from being imported
-
Matt Butcher authored
Fix typo in chart docs
-
Matt Butcher authored
Fix docs regarding .Files.GetString and .Files.GetBytes
-
Adam Reese authored
Prevent testing package from being imported into main application
-
Javier Cuevas authored
After #1021 ` .Files.GetString` does not exist any more.
-
Adam Reese authored
fix(ci): glide cache path
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): remove the requirement that fetch/install need version
-
Adam Reese authored
more money, more problems
-
Matt Butcher authored
This removes the requirement that a fetch or install command must explicitly state the version number to install. Instead, this goes to the strategy used by OS package managers: Install the latest until told to do otherwise. Closes #1198
-
Adam Reese authored
feat(ci): cache glide directory
-
Adam Reese authored
-