- 05 Mar, 2019 3 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
consolidating all of the frequently asked questions into one doc makes it easier for others to find out if their question has already been answered. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 04 Mar, 2019 1 commit
-
-
Adam Reese authored
ref(pkg/helm): refactor out `ReleaseStatus`
-
- 28 Feb, 2019 1 commit
-
-
Adam Reese authored
The `ReleaseStatus()` client call returns the same information as `ReleaseContent()` Signed-off-by:
Adam Reese <adam@reese.io>
-
- 15 Feb, 2019 5 commits
-
-
Adam Reese authored
Feature (Helm): Add library chart
-
Martin Hickey authored
Review comment: - https://github.com/helm/helm/pull/5295#pullrequestreview-203519813 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Martin Hickey authored
The chart type is added to differentiaite between an application chart and a library chart. Library charts can be used as dependencies but are not installable. Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
Adam Reese authored
feat(Makefile): add formatting target
-
- 12 Feb, 2019 2 commits
-
-
Adam Reese authored
Fix linter warnings
-
Martin Hickey authored
Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 08 Feb, 2019 5 commits
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Josh Dolitsky authored
* add extra ref parsing, validation Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * add fix for missing locator Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * add repo and tag fields for clarity Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * small refector Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com>
-
Adam Reese authored
ref(ci): persist dep cache
-
Sven van Heugten authored
Allow specifying a set of plugins in a yaml file that will be installed during the `helm init` process. Closes #5079. Signed-off-by:
Sven van Heugten <svenvanheugten@home.nl>
-
Adam Reese authored
AppVeyor should persist dep's store of remote repositories. Signed-off-by:
Adam Reese <adam@reese.io>
-
- 07 Feb, 2019 2 commits
-
-
Matthew Fisher authored
><> ./bin/helm plugin remove lintr Error: Failed to remove plugin lintr, got error (remove /home/bacongobbler/.helm/plugins/helm-lintr: directory not empty)
-
Josh Dolitsky authored
* initial registry support Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * fix dependency mess Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * add extra chart command output Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * sanitize registry path (windows fix) Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * store all sha256 blobs in same dir Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * switch to use chartutil.SaveDir Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * populate chart command long descriptions Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * remove test cache dir in teardown Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * add long description of chart export Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com> * clean up table rows code Signed-off-by:
Josh Dolitsky <jdolitsky@gmail.com>
-
- 06 Feb, 2019 1 commit
-
-
Adam Reese authored
ref(*): remove references to chart 'engine'
-
- 05 Feb, 2019 1 commit
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 02 Feb, 2019 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 01 Feb, 2019 3 commits
-
-
Adam Reese authored
chore(ci): bump golang to 1.11.5
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 31 Jan, 2019 1 commit
-
-
Adam Reese authored
fix(deps): resolve dep warning messages
-
- 18 Jan, 2019 1 commit
-
-
Adam Reese authored
Set version constraint for all dependencies Signed-off-by:
Adam Reese <adam@reese.io>
-
- 17 Jan, 2019 1 commit
-
-
Martin Hickey authored
* Add logic for platform specific commands to plugins * Add plugins doc updated to incorporate platform specific commands * Add condition for os match: If OS matches and there is no more specific match, the command will be executed
-
- 12 Jan, 2019 1 commit
-
-
Adam Reese authored
Doc: Update docs with the merged Chart.yaml and requirements.yaml fixes #5083
-
- 09 Jan, 2019 1 commit
-
-
Adam Reese authored
ref(*): remove helmVersion chart constraint
-
- 08 Jan, 2019 3 commits
-
-
Adam Reese authored
* Remove helmVersion constraint from charts * Guard compile time set variables behind `internal/` * Allow configuration of UserAgent for HTTPGetter Signed-off-by:
Adam Reese <adam@reese.io>
-
Matt Butcher authored
This fixes a dozen or so style errors, almost all of which were just missing comments. I left several which are fixed in other outstanding PRs, or which belong to code that is about to be removed. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
* feat: add pkg/action to encapsulate action logic Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * feat: replace client/server internals with action package While we removed Tiller, we left the internal client/server architecture mostly intact. This replaces that architecture with the `pkg/action` package. This implements the action package for list, but nothing else. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * feat: Add install and refactor some tests This adds install to the action package, and then fixes up a lot of testing. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * fix: Move a bunch of sorters to the releaseutils package Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * fix: updated APIs and fixed a failed test Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com> * Use var for timestamper, instead of adding as a struct field Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 07 Jan, 2019 2 commits
-
-
Adam Reese authored
feat(Makefile): automate go vendoring and building
-
Adam Reese authored
The `build` target will compile helm only when source code is modified and run `dep ensure` if needed. Only ensure golang tools are installed when needed for a specific target. Signed-off-by:
Adam Reese <adam@reese.io>
-
- 20 Dec, 2018 2 commits
-
-
Sebastien Plisson authored
Signed-off-by:
Sebastien Plisson <sebastien.plisson@gmail.com>
-
Sebastien Plisson authored
Signed-off-by:
Sebastien Plisson <sebastien.plisson@gmail.com>
-
- 18 Dec, 2018 1 commit
-
-
Adam Reese authored
feat(cmd/helm): re-add --history-max option to v3
-
- 17 Dec, 2018 1 commit
-
-
derkoe authored
Since there is no tiller anymore this option make most sense with the 'helm upgrade' commando. Origininally this was added in PR #2636 implementing the feature #2081. Signed-off-by:
Christian Koeberl <christian.koeberl@gmail.com>
-
- 08 Dec, 2018 1 commit
-
-
Adam Reese authored
ref(*): kubernetes v1.13 support
-