- 01 Feb, 2019 1 commit
-
-
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 2 commits
-
-
Adam Reese authored
ref(*): kubernetes v1.13 support
-
Adam Reese authored
kubernetes v1.13 support The dependency `gopkg.in/yaml.v2` had to be upgraded which changed some output formatting. The golden files for the tests are included. Signed-off-by:
Adam Reese <adam@reese.io>
-
- 05 Dec, 2018 1 commit
-
-
Adam Reese authored
ref(*): replace byte array with map for Release config
-
- 04 Dec, 2018 1 commit
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 30 Nov, 2018 1 commit
-
-
Adam Reese authored
ref(pkg/chartutil): simplify chart dependency unit tests
-
- 29 Nov, 2018 1 commit
-
-
Adam Reese authored
- simplify unit tests - refactor typed errors - unexport internal functions Signed-off-by:
Adam Reese <adam@reese.io>
-
- 28 Nov, 2018 3 commits
-
-
Adam Reese authored
ref(pkg/chart): rename Requirements to Dependencies
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
roc authored
https://github.com/kubernetes/helm -> https://github.com/helm/helm https://github.com/kubernetes/charts -> https://github.com/helm/charts Signed-off-by:
Roc Chan <roc@imroc.io>
-
- 20 Nov, 2018 2 commits
-
-
Adam Reese authored
ref(pkg/repo): rename RepoFile to File
-
roc authored
To resolve the linter warning: name start with package name. Signed-off-by:
Roc <roc@imroc.io>
-
- 15 Nov, 2018 1 commit
-
-
Matt Butcher authored
Per the Helm 3 plan, `helm inspect` and all of its subcommands have been moved to `helm show`. Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 14 Nov, 2018 3 commits
-
-
Adam Reese authored
ref(pkg/chart): rename files to be consistent with types
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 06 Nov, 2018 1 commit
-
-
Tariq Ibrahim authored
Signed-off-by:
tariqibrahim <tariq.ibrahim@microsoft.com>
-
- 31 Oct, 2018 1 commit
-
-
Matt Butcher authored
This is described in the official Helm 3 proposal: https://github.com/helm/community/blob/master/helm-v3/000-helm-v3.md Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 18 Oct, 2018 4 commits
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Adam Reese authored
ref(tests): remove broken symlinks in testdata
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
Martin Hickey authored
* Remove Tiller reference from the docs Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com> * Update comments after review - https://github.com/helm/helm/pull/4788#discussion_r226037034 - https://github.com/helm/helm/pull/4788#discussion_r226037064 - https://github.com/helm/helm/pull/4788#discussion_r226037806 - https://github.com/helm/helm/pull/4788#discussion_r226038492 - https://github.com/helm/helm/pull/4788#discussion_r226039202 - https://github.com/helm/helm/pull/4788#discussion_r226039894 Signed-off-by:
Martin Hickey <martin.hickey@ie.ibm.com>
-
- 17 Oct, 2018 2 commits
-
-
Adam Reese authored
ref(*): kubernetes v1.12 support
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 28 Sep, 2018 2 commits
-
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
Matt Butcher authored
Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-