- 06 Oct, 2016 6 commits
-
-
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 8 commits
-
-
fibonacci1729 authored
-
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 17 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
-
Matt Butcher authored
fix(helm): change 'helm update' to 'helm repo update'
-
Adam Reese authored
chore(ci): go1.7.1
-
Matt Butcher authored
The old form is marked deprecated. Relates to #1196
-
Matt Butcher authored
This is to future-proof charts, and also be consistent with repo and index YAML files. Closes #1264
-
Adam Reese authored
closes #1267
-
Matt Butcher authored
feat(tiller): update Sprig to 2.6.0
-
Matt Butcher authored
-
- 03 Oct, 2016 4 commits
-
-
Adam Reese authored
ref(helm): refactor {home,lint,serve} commands
-
Adam Reese authored
-
Matt Butcher authored
ref(*): update to Kubernetes 1.4
-
Matt Butcher authored
issue/1254
-
- 01 Oct, 2016 1 commit
-
-
Mark Petrovic authored
Fix typo in using_helm.md that refers to "glide install". The reference should be to "helm install".
-
- 29 Sep, 2016 4 commits
-
-
Matt Butcher authored
fix(proto): remove unused fields
-
Adam Reese authored
feat(ci): automate release builds on circleci
-
Adam Reese authored
-
Brian authored
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
-