- 10 Oct, 2016 17 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
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 15 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
-
Javier Cuevas authored
The name for the default values file is `values.yaml` and not `.values.yaml`.
-
Adam Reese authored
feat(ci): upload checksum with binary releases
-
Adam Reese authored
closes #1214
-
- 06 Oct, 2016 5 commits
-
-
Matt Butcher authored
fix(helm): resolve URLs and SemVers correctly
-
Matt Butcher authored
docs(spelling): Fix some random misspellings
-
Matt Butcher authored
The original dependency resolution did not correctly resolve version or URL of a dependency. Version was tracked by filename, and URL was assumed to be absolute. This fixes both of those. Closes #1277
-
Kent Rancourt authored
-
Matt Butcher authored
feat(helm): add --versions flag on search
-