Commit Graph

500 Commits (main)

Author SHA1 Message Date
suzaku d76f86b01c Add support `helm list --no-headers`
2 years ago
yxxhero 9f199b6517 fix --registry-config issue
2 years ago
Matthew Fisher e9abdc5efe
Merge pull request #9751 from cndoit18/fix-issue-9747
2 years ago
alexandr.danilin c598a226e9 Fixes #10566
2 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
2 years ago
Matt Farina 1ec0aacb88
Merge pull request #10486 from gridai/fix-install-leak
2 years ago
Piotr Resztak 383086d397 feat(*): add --quiet flag to 'helm lint'
2 years ago
David Peraza 9661e39dce Moving uploader and pusher out of action into pkg
3 years ago
David Peraza 7cab1a09e3 Move all the remainder module out of experimental.
3 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
3 years ago
Matt Farina 548ec55cf9
Fix panic with OCI for install, upgrade, and show
3 years ago
Andrew Block 1a9cb93551
Handling name of OCI file
3 years ago
Scott Rigby 4d50526a2b
Move OCI tag semver range logic from OCIGetter to ChartDownloader
3 years ago
Andrew Block 4f62d3dc1b
Started work on 'helm pull'
3 years ago
Andrew Block df98e18eb7
Working oci code without providing versions
3 years ago
mengjiao.liu 160da867d0 validate release name during install
3 years ago
Neven Miculinic 5059ae843e Fix install memory/goroutine leak
3 years ago
Simon Alling dd5db7bc40 Remove AssertGoldenBytes test helper
3 years ago
Jerome Küttner 9a492f8240 Channel should remain open if there is still a routine that wants to write into it
3 years ago
Jerome Küttner ad3d2cc8ef Fix memory leak in upgrade action
3 years ago
cndoit18 94dc605968
fix(rollback): fix helm rollback doesn't have meta.helm.sh annotations
3 years ago
Matthew Fisher a8d33e7df4
Merge pull request #9918 from cndoit18/fix-issue-9915
3 years ago
Moritz Clasmeier 8613770f78 Adjust error message wrongly claiming that there is a resource conflict
3 years ago
Timofey Kirillov 7f68bfa1fa
fix: added resource info into the validation error
3 years ago
Guangwen Feng 9b7a45a384 Fix a golint issue caused by typo
3 years ago
Alexey Igrychev 5753f61ae3 docs: fix typo Charts.yaml
3 years ago
cndoit18 da15d96a68
fix(install): if subcharts are disabled, the CRD for subcharts should not be installed
3 years ago
Matt Farina accf82ba1c
Merge pull request #9180 from Moser-ss/feature-handle-SIGINT
3 years ago
Matt Farina 2062a59566
Merge pull request #9702 from mikeshng/uninstall-wait
3 years ago
Josh Dolitsky caa97158d0
Revert moving registry actions back to pkg/
3 years ago
Josh Dolitsky 77750962d5
Move registry actions back to pkg/
3 years ago
Mike Ng 75fe8883cc Rename newly introduced interface to InterfaceExt
3 years ago
Mike Ng d51a61f9ab Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility
3 years ago
Josh Dolitsky 0121f6a328
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Mike Ng 655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
3 years ago
Matt Farina 0ff53945bf
Fixing issue where helm show all fails to show crds when no readme
3 years ago
Matt Farina 9443a7ead4
Merge pull request #10033 from avorima/show-crds-command
3 years ago
John Howard 82a2abf512 Update oras-go to v0.4.0
3 years ago
Mario Valderrama fae7853c2a Implement show crds subcommand
3 years ago
Stephane Moser c62ce12bed Refactor SIGTERM logic
3 years ago
Nicolas De Loof 663c569887 Migrate to oras-go library
3 years ago
Stephane Moser 7bfb2a3602 Improve tests
3 years ago
Stephane Moser 2164e3f26c Rename time dependecy
3 years ago
Josh Dolitsky d296ddf026
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Kally Fox f9b1445b63
refactor: use os instead of ioutil's ReadDir
3 years ago
Stephane Moser c6c4157c43 Move locks from global var to the structs
3 years ago
Stephane Moser 660183d659 Add test for atomic upgrade and install when it is interrupted
3 years ago
Stephane Moser 2fa339b25d Add test for Upgrade Release Interrupted
3 years ago
Stephane Moser 3434053d38 Hande SIGINT in install command
3 years ago
Stephane Moser d7833eb2b0 Refactor logic
3 years ago
Stephane Moser 027cea48bf Handle SIGTERM
3 years ago
Josh Dolitsky 230e37ca52
remove hardcoded oci strings, add constant/util
3 years ago
Josh Dolitsky 3e17c1a7ef
remove action errors assuming CLI
3 years ago
Josh Dolitsky eba63beab1
move experimental actions to new internal package
3 years ago
Josh Dolitsky 24a216d3b2
move pkg/uploader, pkg/pusher to internal
3 years ago
Josh Dolitsky cd27cf660f
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Matt Farina 17ed9c4cd3
tweak basic handling
3 years ago
Josh Dolitsky 4e7a01fa7a
Merge branch 'main' of github.com:helm/helm into hip-6
3 years ago
Martin Hickey 281380f31c
Merge pull request #9659 from mladedav/feature/upgrade-dep-up
3 years ago
Josh Dolitsky 00985cad6b
Implement changes proposed in HIP 6
3 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
3 years ago
Martin Hickey 599c071ac7
Merge pull request #9681 from cndoit18/add-max-col-width-parameters
3 years ago
Matt Farina 8f4989054c
Merge pull request #9040 from thatsmydoing/helm3-kube-version
3 years ago
cndoit18 a79cad5539
support max-col-width parameters
3 years ago
David Mládek d6eab46876 Add --udpate-dependencies to upgrade command
3 years ago
Quentin Devos a9d59f946a
feat(helm): add --reset-then-reuse-values flag to 'helm upgrade'
3 years ago
shoubhik 257a427866 upgrade to kubernetes 1.21
3 years ago
Thomas Dy 0156ca61ca Fix capabilities changes leaking into other tests
3 years ago
Thomas Dy 47c8f48f20 feat(helm): Support setting --kube-version
3 years ago
Adam Reese 213a7df2dc
Merge pull request #9416 from croomes/resource-name-validation
3 years ago
Simon Croome c50372a8c1
Add/update deprecation notices
3 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
3 years ago
Matt Farina bfb6bb7af9
Merge pull request #9381 from joelanford/darwin-arm64
3 years ago
Martin Hickey 3e31983a37
Merge pull request #8559 from zsuzhengdu/f/improve-console-output-for-resource-policy-keep
3 years ago
Joe Lanford f57c01cd93
update test expectation for new template error string
3 years ago
Josh Dolitsky 0b2fec08ac
Upgrade to oras v0.9.0 (#9269)
3 years ago
Guangwen Feng fee2257e34 Fix typo in comment
4 years ago
Matt Farina 49f895db6b
Merge pull request #8843 from bloodorangeio/oci-pull
4 years ago
Daniel Lipovetsky 1da2212a9d
Add explanatory comments to action.List and action.History
4 years ago
Martin Hickey ba9cad9379
Merge pull request #8484 from chriswells0/subset
4 years ago
Matt Farina f5ef87b96e
Merge pull request #8363 from zh168654/master
4 years ago
Matt Farina fb0345a07f Updating to sprig 3.2.0
4 years ago
Peter Engelbert f666fceb30 Remove OCI boolean from struct
4 years ago
Peter Engelbert 3028c55858 Clean up imports and add doc comments
4 years ago
Peter Engelbert 3ad08f3ea9 Implement `helm pull` for OCI registries
4 years ago
Scaat Feng 0de89685d4 [COMMENT]fix comment
4 years ago
Scaat Feng b6bd8d7363 [FIX]'rest' collides with imported package name
4 years ago
Scaat Feng 5c14eec3a3 [FIX]receiver names are different
4 years ago
zh168654 bfc575dec2 add waitwithjobs instead of changing wait api
4 years ago
zh168654 957d2a2bf9 add wait-for-jobs flag
4 years ago
Chris Wells 2a7a98ae5a feat: Allow helm test to run a subset of tests
4 years ago
wawa0210 2c19838295
Fix that the invalid version number of the helm package command will escape
4 years ago
Du Zheng 87040536fb Improve the console output for resource policy keep to align with helm2.
4 years ago
Matt Farina 75b7aeaeeb
Merge pull request #7024 from jan25/issue-6972
4 years ago
Matt Butcher fe2d7f7792
this rewrites a whole bunch of old repo URLs to the new repo URL (#8902)
4 years ago
Mikuláš Dítě 6aa54eacc5 feat(install): add requested version to error
4 years ago
Matt Farina b7c38c879a Adding support for k8s 1.19
4 years ago
Abhilash Gnan c5e9732a9f rename to time format flag
4 years ago
Abhilash Gnan f61332f379 add time-format flag to list command
4 years ago
Sebastian Sdorra 467bd49bb0
support passing signing passphrase from file or stdin (#8394)
4 years ago
Matt Farina b5daf5a484
Merge pull request #8753 from technosophos/fix/dependency-status
4 years ago
Matt Butcher 40b7800287
handle case where dependency name collisions break dependency resolution
4 years ago
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
4 years ago
Matthew Fisher 55fbd985dd
Merge pull request #8707 from zhijianli88/cleanup-tempfiles
4 years ago
Matthew Fisher dafeb1541b
Merge pull request #8493 from yxxhero/fix-insecure-skip-tls-verify-flag-not-work-on-helm-install
4 years ago
Li Zhijian ba4c8029c2 Use T.cleanup() to cleanup helm-action-test
4 years ago
Matt Farina e454e6a910
Merge pull request #8682 from liuming-dev/remove-duplicate-variable-definition
4 years ago
Martin Hickey 2a9ef6d3b0
Merge pull request #8529 from lingsamuel/status-show-desc
4 years ago
Ling Samuel da6878dc0f
feat: status command display description
4 years ago
Liu Ming 317616482c Remove duplicate variable definition
4 years ago
Matt Butcher 96d9ab9663
fix name length check on lint (#8543)
4 years ago
Matt Farina 3fc88f2492
Fixing failing CI for windows
4 years ago
Manuel Rüger 4abcdc40ef pkg/*: Small linting fixes
4 years ago
Martin Hickey 273d0364be
Merge pull request #8532 from dm3ch/labels-selector
4 years ago
Martin Hickey a5047b2f6c
Merge pull request #8438 from donggangcj/feature/support-jsonpath
4 years ago
Dong Gang df4708a9de polish the error handler
4 years ago
Dmitry Chepurovskiy 266c74f390
Move selector filtering after latest release version filtering
4 years ago
Dmitry Chepurovskiy 2ea8f805b9
Added testing for list action with selector
4 years ago
Dmitry Chepurovskiy 09172b468a
Fix linting issues
4 years ago
Dmitry Chepurovskiy 357a0785bc
Added selector filtering
4 years ago
Dmitry Chepurovskiy edc7d8ea32
Added selector option to list command
4 years ago
Martin Hickey 4cc19d1d82 Fix typo
4 years ago
Martin Hickey 37661a8089
Merge pull request #8282 from andrewmelis/list-history-filter
4 years ago
Matt Farina 44212f83dc
Fix issue with install and upgrade running all hooks
4 years ago
Andrew Melis f9d35242d0 Enhance readability by extracting bitwise operation
4 years ago
yxxhero 52295490fd fix insecure-skip-tls-verify flag does't work on helm install, Keep
4 years ago
wawa0210 4be3804c50
Rollback command support for max history
4 years ago
Cristian Klein 20fb7bac4e fix(helm): Added test for concurrent upgrades
4 years ago
Cristian Klein 9a4f4ec64b fix(helm): Avoid corrupting storage via a lock
4 years ago
Dong Gang 1dfe66aa85 fix the code style error
4 years ago
Dong Gang 57bd8a71b0 feature(show): support jsonpath output for `helm show value`
4 years ago
Matthew Fisher d61aaf3fd7
Merge pull request #7235 from karuppiah7890/fix-lint
4 years ago
Matthew Fisher fc6d6d3605
Merge pull request #6979 from lindhe/explain_revision_version_in_get
4 years ago
DongGang ceff32d5f8
fix(template):Issue:helm template with --output-dir (#8156)
4 years ago
Matthew Fisher b167ce00d0
Merge pull request #8039 from xvzf/fix_insecure_skip_verify
4 years ago
Andrew Melis 70f89e5f26 Make helm ls return only current releases if providing state filter
4 years ago
Karuppiah Natarajan 47c38ec23d
Show errors when linting for Chart.yaml version and appVersion fields of type non-string
4 years ago
Adam Reese 44a2225035
ref(tests): localize unit test fixtures to package
4 years ago
Martin Hickey e672a42efa
Merge pull request #7932 from waveywaves/7537-install-only-crds-fails
4 years ago
Vibhav Bobade 47abe66fd2 Add checking of length of resourceList before creating of deleting
4 years ago
Matt Butcher 524150c662
fix: use correct regular expression for Kubernetes names (#8013)
4 years ago
Matthias Riegler 8ff7801e0c added option --insecure-skip-tls-verify for helm install, addresses #7875
4 years ago
Matthias Riegler 918deeef18 added option --insecure-skip-tls-verify for helm pull, addresses #7875
4 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
4 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
4 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
4 years ago
Martin Hickey 0767539279
Merge pull request #7925 from hickeyma/fix/add-user-error
4 years ago
Matt Farina a3fa01ff8b
Merge pull request #7640 from yinzara/bugfix/issue-7002
4 years ago
Martin Hickey 0b1cba8474 Add an improved user error message for removed k8s apis
4 years ago
Matt Butcher ad3ba46de1
docs: Update inline docs on action/upgrade.go (#7834)
4 years ago