- 04 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 29 Sep, 2016 5 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}
-
fibonacci1729 authored
-
- 28 Sep, 2016 13 commits
-
-
Matt Butcher authored
docs(chart_repository): added github pages example
-
Matt Butcher authored
Some fields were introduced to Chart metadata after Alpha.4, but are not going to be used ever. So we made the decision to remove them before we get stuck with ugliness. This should not break compatibility, since these fields were not used.
-
Adam Reese authored
feat(*): add rollback to a release version
-
Adam Reese authored
-
Adam Reese authored
closes #1244
-
Rimantas Mocevicius authored
-
Matt Butcher authored
docs(install, using): add installation and usage docs
-
Matt Butcher authored
docs(charts): fix charts docs to reflect current template practices
-
Matt Butcher authored
docs(glossary): added glossary
-
Matt Butcher authored
-
Adam Reese authored
feat(*): add helm rollback functionality
-
Rimantas Mocevicius authored
-
Matt Butcher authored
Closes #1241
-
- 27 Sep, 2016 13 commits
-
-
Matt Butcher authored
chore(repo): Rename default charts repo to 'stable'
-
Adam Reese authored
-
Matt Butcher authored
fix(tiller): Order the manifests before sending to k8s
-
Matt Butcher authored
Added glossary to the index on README as well. Closes #1213
-
Matt Butcher authored
This orders manifests both for installs and deletes so that the manifests are ordered by kind. Closes #1228
-
Michelle Noorali authored
This feature allows you to rollback release to the previous version of release. resolves #1004
-
Matt Butcher authored
feat(helm): update helm search
-
Matt Butcher authored
Switch 'helm search' from file crawling to using the indices. Also add scorable indexing, forward porting the search code I originally wrote for Helm Classic. Closes #1226 Partially addresses #1199
-
Adam Reese authored
chore(*): bump grpc to 1.0.1-GA
-
Matt Butcher authored
feat(helm): add 'helm upgrade --install' support
-
Matt Butcher authored
fix(helm): if server is old, report this in a friendly way
-
Matt Butcher authored
feat(tiller): add toYaml template function
-
Adnan Abdulhussein authored
-
- 26 Sep, 2016 4 commits
-
-
Matt Butcher authored
If 'helm version' is run on an old server, it will emit an error telling you the server is too old. Closes #1223
-
Matt Butcher authored
This makes it possible to run an upgrade that will install a release if it doesn't already exist. Closes #1042
-
Matt Butcher authored
This adds the function toYaml to the Engine template functions. Closes #1225
-
Adam Reese authored
-
- 23 Sep, 2016 4 commits
-
-
Matt Butcher authored
feat(helm): make long listing default for helm list
-
Matt Butcher authored
feat(helm): add requirements.yaml support
-
Matt Butcher authored
This removes --long and adds --short,-q The default listing is now the long listing, which matches the behavior of all of the other listing commands. Closes #1215
-
Matt Butcher authored
This also refactors significant portions of the CLI, moving much of the shared code into a library. Also in this release, a testing repository server has been added.
-