- 04 Oct, 2016 2 commits
-
-
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
The old form is marked deprecated. Relates to #1196
-
- 03 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 29 Sep, 2016 1 commit
-
-
fibonacci1729 authored
-
- 28 Sep, 2016 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
closes #1244
-
- 27 Sep, 2016 5 commits
-
-
Adam Reese authored
-
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
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
-
Adnan Abdulhussein authored
-
- 26 Sep, 2016 2 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
-
- 23 Sep, 2016 4 commits
-
-
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.
-
Adam Reese authored
-
Matt Butcher authored
-
- 19 Sep, 2016 4 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
issue #1203
-
- 15 Sep, 2016 1 commit
-
-
Adam Reese authored
* clean up version output
-
- 14 Sep, 2016 2 commits
-
-
Ville Aikas authored
clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
-
Keerthan Reddy Mala (kmala) authored
Signed-off-by:
Keerthan Reddy Mala (kmala) <kmala@deis.com>
-
- 13 Sep, 2016 2 commits
-
-
vaikas-google authored
-
vaikas-google authored
-
- 12 Sep, 2016 6 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Michelle Noorali authored
-
- 11 Sep, 2016 1 commit
-
-
Adam Reese authored
-
- 08 Sep, 2016 3 commits
-
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 07 Sep, 2016 1 commit
-
-
Matt Butcher authored
-
- 03 Sep, 2016 1 commit
-
-
Matt Butcher authored
This fixes a bug where post-install hooks did not result in recording a failure.
-
- 02 Sep, 2016 2 commits
-
-
Matt Butcher authored
Also fixed a bug where a `--dry-run` will result in an error because of the recently added status support. There are several other output inconsistencies that I noticed and filed as issue #1135. Closes #1130
-
Nic Roland authored
If a release has been deleted, `install --replace` will work but the release status will still be "deleted". This means that subsequest attempts to change the release will fail. Upgrading the release instead will prevent such zombie releases. Closes #1131
-