- 07 Oct, 2016 7 commits
-
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): remove the requirement that fetch/install need version
-
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
-
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
-
- 04 Oct, 2016 10 commits
-
-
Matt Butcher authored
Closes #1271
-
Matt Butcher authored
docs(install): Add information on using canary releases
-
Matt Butcher authored
fix(helm): fix tests so that they do not write data into testdata
-
Brian authored
chore(helm): add test coverage to pkg/helm
-
Matt Butcher authored
This includes documentation on how to use Helm and Tiller canary releases.
-
fibonacci1729 authored
-
Matt Butcher authored
There was a bug in the repo tests that caused them to overwrite the repositories.yaml file in that directory. Now, the entire tests (server and client-side) run inside of a temp directory.
-
Matt Butcher authored
fix(chart): Chart.yaml now has an apiVersion field.
-
Matt Butcher authored
feat(helm): implement new index format
-
Matt Butcher authored
This implements a new index file format for repository indices. It also implements a new format for requirements.yaml. Breaking change: This will break all previous versions of Helm, and will impact helm search, repo, serve, and fetch functions. Closes #1197
-