Commit Graph

143 Commits (0095e320012b606d70f0fa52f5bb4084275a2ffa)

Author SHA1 Message Date
Jorge I. Gasca ad07bb690d fix(cmd): Fixes logging on action conf init error (#6909)
6 years ago
Matthew Fisher f1dc84773f
Merge pull request #6798 from aaronmell/Make_Namespace_Public
6 years ago
Aaron Mell 31f2fea061 Passing the namespace to actionconfig.Init instead of the entire object.
6 years ago
Yusuke Kuoka 3144cf0fed fix(v3): fix regression on non-zero plugin exist status
6 years ago
Taylor Thomas 01e593fbcd fix(action): Fixes ordering of variable binding
6 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Yusuke KUOKA 6e9211e7bb fix(helm3): Detailed exit code for helm plugins
6 years ago
Ashley Schuett 342f3c75de
return namespace assigned to --namespace
6 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
6 years ago
Adam Reese df7553970d
ref(cmd/helm): unify log functions
6 years ago
Matthew Fisher fe952445bd
feat(cmd): put OCI commands behind a feature gate
6 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
6 years ago
Ian Howell 4f3b571ba7 fix(client): Fixes a timing issue with reading client flags
6 years ago
Adam Reese 77a1b7e0a2
ref(*): expose klog flags
6 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
7 years ago
Adam Reese bcbc3875bd
fix(pkg/action): action log must be initialized
7 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
7 years ago
Adam Reese b4ed1de6b8
ref(*): kubernetes v1.12 support
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Adam Reese 7423eddf21
ref(*): kubernetes v1.11 support
7 years ago
Adam Reese 4cc3498608
ref(cmd): refactor argument validation
8 years ago
Adam Reese a02a598c33
ref(tests): simplify cmd test setup/teardown
8 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
8 years ago
Adam Reese 57e288a88d
ref(cmd): consistent naming of cmd variables
8 years ago
Adam Reese a5b7cde9e5
ref(cmd): simplify cmd test setup
8 years ago
Adam Reese b8eb479a4f
ref(cmd): remove serve command
8 years ago
Adam Reese 341e6f4f45
feat(cmd): add --all-namespaces to list
8 years ago
Adam Reese 1a508ccdd1
ref(*): move kubeconfig flags to helm/environment
8 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
8 years ago
Adam Reese a78aff8d39
ref(*): improve initializing helm clients
8 years ago
Adam Reese 358746fee6
ref(*): remove HELM_HOST
8 years ago
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
8 years ago
Adam Reese 496ca54183
ref(*): bypass grpc for helm client
8 years ago
Adam Reese a6f0d1360d
fixup! ref(cmd,pkg/helm): remove server side version
8 years ago
Adam Reese 30a049d12e
ref(cmd): remove deprecated command
8 years ago
Adam Reese 9409adfa8d
ref(cmd): remove reset and init tiller commands
8 years ago
Matthew Fisher a8023979ec
Merge pull request #3830 from michelleN/prettyError
8 years ago
Michelle Noorali 499636d70c ref(cmd/helm): show grpc error msg from prettyError
8 years ago
Matthew Fisher c52707fb26
import client auth plugins
8 years ago
Matthew Fisher a66a39a171 fix helm init --wait
8 years ago
Matthew Fisher bf77961cf4
Merge pull request #3383 from PureWhiteWu/refactor/error
8 years ago
Matthew Fisher f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
8 years ago
Pure White 0ddfbaafb6
refactor prettyError, closes #3381
8 years ago
Matthew Fisher 618094ccd2 fix TLS default path
8 years ago
Matt Butcher e8e6ac5d77
Fix/missing ssl params (#3152)
8 years ago
Matthew Fisher 1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
8 years ago
gardlt 371ff8f26d feat(helm): adding kubeconfig flag
8 years ago