- 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. :)
-
- 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 13 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
-
Matt Butcher authored
fix(*): remove references to gopkg.in/yaml.v2
-
Matt Butcher authored
fix(index): Append just the filename instead of full path to the url
-
Keerthan Reddy Mala (kmala) authored
Signed-off-by: Keerthan Reddy Mala (kmala) <kmala@deis.com>
-
Brian authored
fix(cmd/hist): print revision history with unix synergy
-
Brian authored
fix(1246): pull most recent release from history
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Brian authored
feat(helm/cmd): support for retrieving release history
-
- 05 Oct, 2016 10 commits
-
-
fibonacci1729 authored
-
Matt Butcher authored
This removes the last of the requests for gopkg.in/yaml.v2, and also the struct annotations. Closes #1192 Closes #1263
-
Matt Butcher authored
This causes search to index by name/version instead of just name, which means you can get a list of versions of a chart. The '--versions' flag enables this behavior. Partially fixes #1199
-
Matt Butcher authored
fix(repo): auto-update index file formats
-
Matt Butcher authored
fix(helm): fix 'helm search' to use UITable
-
Matt Butcher authored
This performs a relatively weak in-memory translation of index file data. It does not, in most cases, write the corrected data to disk, and it emits a warning directly to STDERR each time it loads a deprecated index. Known limitations: - It cannot recover certain bogus records that earlier alpha releases generated (notably, where all chartfile data is missing) - In some cases, it has to parse a filename to get version info. This is lossy. - Because it takes three passes through the YAML and JSON unmarshal, it is not performant. This feature is transitional and should be removed during the Beta cycle, prior to the release of 2.0.0. Closes #1265
-
Matt Butcher authored
feat(tiller): re-use values during upgrade
-
Matt Butcher authored
When `helm install -f foo.yaml bar` is called, and then the release is upgraded with `helm upgrade happy-panda bar`, this will now re-use the values that were submitted with `-f foo.yaml`. The same is true for values specified with `--set`. Closes #1227
-
Matt Butcher authored
Closes #1261
-
Matt Butcher authored
docs(using_helm): change reference from npm to CPAN/Fedora DB
-