Commit Graph

500 Commits (ff03c66d4475d9daedeee67c18884461441c2e15)

Author SHA1 Message Date
Matthew Fisher 4d6d384741
style(action): fix style tests
5 years ago
Matthew Fisher 4c366c972d
fix(action): return an error if len > 0
5 years ago
Matthew Fisher fddf066121
fix(test): restore --cleanup
5 years ago
Josh Dolitsky 6095070817
ref(internal/experimental/registry): pkg refactor (#6205)
5 years ago
Matthew Fisher c6d6e456d0
Merge pull request #6054 from jlegrone/test-as-hook
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Jacob LeGrone 2085228b50
feat(hooks): add Running phase
5 years ago
Jacob LeGrone 2bd94bc552
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Josh Dolitsky 63813fe7b9
feat(cmd): use alt dest for chart export (#6193)
5 years ago
Matthew Fisher c5137c5390
Merge pull request #6185 from bacongobbler/feature-gates
5 years ago
Matthew Fisher 6e7f5e64a0
fix(action): return nil if no errors occurred
5 years ago
Matthew Fisher fe952445bd
feat(cmd): put OCI commands behind a feature gate
5 years ago
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
5 years ago
Jacob LeGrone 047dd5911a
Fix make test
5 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
5 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
5 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas 0d8b30f46d
Merge pull request #6085 from thomastaylor312/ref/better_kube_client
5 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
5 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
5 years ago
Karuppiah Natarajan 6d02079016
Fix values being ignored when reusing values on upgrade
5 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
5 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
5 years ago
Taylor Thomas f6116a7ca9 Fixes issues with delete
5 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
5 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
5 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
5 years ago
Matthew Fisher 63d7a0c2cf
Merge pull request #6070 from bacongobbler/fix-6059
5 years ago
Matthew Fisher 2045fab01f
ref(action): remove ParseReferenceWithChartDefaults
5 years ago
Josh Dolitsky b3fd254991 Use chart version as default tag when saving
5 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
5 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
5 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
5 years ago
Matthew Fisher d23d68d51c
Merge pull request #5881 from torstenwalter/template
5 years ago
Torsten Walter ec038337a4
support writing multiple resources to the same file
5 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
5 years ago
Taylor Thomas 29c343278e feat(action): Refactors unit tests with better fakes
5 years ago
Taylor Thomas 93d07c862d feat(*): Adds back --atomic functionality to Helm 3
5 years ago
Andrew Rudoi 09e1f8aeb1 chore: add ValueOptions constructor
5 years ago
Matt Farina ff818fceca
Merge pull request #5860 from mattfarina/moar-capabilities-v3
5 years ago
Taylor Thomas 51ad3cd357 ref(*): Refactors the history action to return releases instead of formatted output
5 years ago
Taylor Thomas d031651c45 fix(pkg/action): Adds back in missing wait functionality
5 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Matt Farina 64496cdc07
Expose the resource types in addition to the api group/version in templates
5 years ago
Martin Hickey ed68cbda3c Fix linter issues
5 years ago
Matthew Fisher da83115510
Merge pull request #5539 from jan25/fix-list-sorting-5499
5 years ago
Matthew Fisher f1594e564a
Merge pull request #5824 from rokii/fix5792
5 years ago
rokii 897a79a57f fix and add test cases
5 years ago
Torsten Walter 829d8ff4d6 Revert "do not write empty templates to disk"
5 years ago
Torsten Walter 0528c7bb19 add test for output-dir
5 years ago
Torsten Walter 7347be61ee Merge branch 'dev-v3' into output-dir
5 years ago
rokii 871b092f32 fix issue 5792
5 years ago
Torsten Walter da260ec15f
do not write empty templates to disk
5 years ago
Torsten Walter cb58035f90
use outputDir instead of hardcoded value
5 years ago
Adam Reese f1718462c9
Merge pull request #5761 from cpanato/GH-5741
5 years ago
Adam Reese b49db9e6e6
ref(pkg/chartutil): break up chartutil into logical files
5 years ago
Torsten Walter 24578a6411
support --output-dir option for helm3 template
5 years ago
Carlos Panato b5f83a08e3
fix missing package name
5 years ago
Adam Reese 590bf10ab5
fix(pkg/action): add namespace to release options
5 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
5 years ago
Martin Hickey 22d0ba8b51 Print manifest output for dry-run option
5 years ago
Adam Reese 8d1590016c
Merge pull request #5646 from adamreese/v3/kube-wait
5 years ago
Adam Reese b97f881be0
ref(*): use time.Duration for timeouts
5 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
5 years ago
Adam Reese 2dd4744d23
ref(pkg/kube): extract wait logic from install/update
5 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
5 years ago
Josh Dolitsky a12a396aab
Helm 3: registry login/logout (#5597)
5 years ago
Matthew Fisher b1ae1acc8b
Merge pull request #5283 from bacongobbler/purge-by-default
5 years ago
Martin Hickey 1915358a21
Merge pull request #5538 from hickeyma/add-app-version
5 years ago
Ian Howell ffff0e8c33 Feat/schema validation (#5350)
5 years ago
Martin Hickey b72e25cfb9 Change header "APP_VERSION" to "APP VERSION"
5 years ago
Martin Hickey b600f6090e Add app version to history table
5 years ago
Abhilash Gnan f7e2a78374 fix test cases for list.AllNamespaces
5 years ago
Abhilash Gnan f019ec0e8d add superseded to list filter mask
5 years ago
Abhilash Gnan 416667a8e9 Remove redundant ByNameAsc enum value. Handled by default sorting
5 years ago
Abhilash Gnan b9a39e46de handle default list sort order through enum order
5 years ago
Abhilash Gnan d3c85f97c2 fix sort list with options bug
5 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
5 years ago
Matthew Fisher 0805a87140
ref(uninstall): purge release history by default
5 years ago
Matthew Fisher 0b1caa14a7
Merge pull request #5489 from bacongobbler/list-move-namespaces-field
6 years ago
Matthew Fisher 32712201ec
ref(list): move namespaces field closer to the name
6 years ago
Sunyk 223148dac9 Remove a trivial TODO comment
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher 017790d0e3
ref(action): remove ParseShowOutputFormat
6 years ago
Matthew Fisher 78bd46075b
fix(action): remove test.go
6 years ago
Matthew Fisher f185103b60
ref(action): move AddFlags functions back to cmd
6 years ago
Matthew Fisher 2b775d693d
ref(action): remove io.Writers, return string instead
6 years ago
Matthew Fisher 6bb9264e89
fix(helm): fix `helm status` output formatting
6 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
6 years ago
Matthew Fisher 2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g (#5404)
6 years ago
Adam Reese e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
6 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
6 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
6 years ago
Josh Dolitsky a32f8ebb37
Helm 3: initial registry support (#5243)
6 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
6 years ago