Commit Graph

295 Commits (main)

Author SHA1 Message Date
tison 3c6557dcf5
Fix TestCliPluginExitCode
7 months ago
tison 5196b8431a
Check plugin name is not used
7 months ago
Terry Howe 188ac4e834
Merge pull request #31635 from banjoh/em/fix-ssa-upgrade-install-cmd
7 months ago
Terry Howe 5d2ab10caa
Merge pull request #12564 from hiddeco/supersede-on-uninstall
7 months ago
Terry Howe b52b6615f0
Merge pull request #31207 from zyfy29/delete-unused-var
7 months ago
Terry Howe 2597088a20
Merge pull request #31586 from calvinbui/main
7 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
7 months ago
Terry Howe 642462e9fe
Merge pull request #11991 from twz123/no-bash-in-testscripts
7 months ago
Evans Mungai 2dc581dc1c
fix(upgrade): pass --server-side flag to install when using upgrade --install
7 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
8 months ago
George Jenkins dfa1e3c3c5
Merge pull request #31562 from atombrella/feature/modernize
8 months ago
Calvin Bui b33d4ae0c0
Use length check for MetaDependencies instead of nil comparison
8 months ago
Benoit Tigeot 9f1c8a26f0
Fix linting issue
8 months ago
Michelle Fernandez Bieber 10714772be
updated comment and made defer of shutdown function return errors as before and not the possible shutdown error
8 months ago
Michelle Fernandez Bieber 7a557580e1
added shutdown hook that is executed after the logs have been retrieved
8 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
8 months ago
Matt Farina 936cd328ac
Fix kube client logging
8 months ago
Matt Farina 63858b383f
Merge pull request #31535 from mattfarina/bump-4.1
8 months ago
George Jenkins 63dcb5c74c
Merge pull request #31464 from benoittgt/fix-test
8 months ago
Matt Farina 63e060fb05
bump version to 4.1
8 months ago
Scott Rigby ebd5f53fc3
Merge pull request #31421 from benoittgt/improve-doc-wait-strategy
8 months ago
Scott Rigby d57fb45648
Merge pull request #31469 from saimanojk1/issue-31454
8 months ago
Scott Rigby 0ee89d2d4e
Merge pull request #31418 from tisonkun/typo
8 months ago
Benoit Tigeot 02312a1cf2
Update pkg/cmd/flags.go
8 months ago
Benoit Tigeot 277c140c87
Error strategy list match help
8 months ago
Benoit Tigeot 52a282832f
Do not change the default waiting strategy when --wait is not set
8 months ago
Benoit Tigeot 8535e9f4ab
Avoid confusion between `--wait` (watcher) and no --wait (hookOnly)
8 months ago
Benoit Tigeot 1836f37f4d
The default is not HookOnlyStrategy but WaitStrategy
8 months ago
Benoit Tigeot a5e110fccd
Make wait strategy selection more obvious
8 months ago
Benoit Tigeot e8b0cff45a
Update pkg/cmd/flags.go
8 months ago
Benoit Tigeot 95e1ee1089
Increase documentation of --wait flag
8 months ago
saimanojk1 6de83c5f60
Convert pkg/cmd/load_plugins.go to slog
9 months ago
Hidde Beydals 2f1ecc7100
fix(uninstall): supersede deployed releases
9 months ago
Benoit Tigeot ed6cf0e8a1
Properly test error messages on pull command's test
9 months ago
tison 90d01915f9
for all other similar cases
9 months ago
Paul Van Laer 6ef79bb8d5 feat(repo): add --no-headers option to 'helm repo list'
9 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
9 months ago
tison 0d6de28bf4
chore: fix typo of public field
9 months ago
Evans Mungai 0f90c83118
Merge remote-tracking branch 'upstream/main' into em/reinstate-logger-param
9 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
9 months ago
Matt Farina 76e6b7a6fe
Merge pull request #31390 from TerryHowe/chore-increase-helm-list-test-coverage
9 months ago
Matt Farina 2cfd41ec28
Merge pull request #31351 from gjenkins8/gjenkins/helm_version_kubeversion
9 months ago
wyrapeseed b9eadd3186 chore: fix some comment format
9 months ago
Terry Howe 379b0899b3
fix: increase helm list test coverage
9 months ago
George Jenkins 7dd2484aed
Merge pull request #31295 from TerryHowe/fix-make-helm-list-show-all-by-default
9 months ago
Scott Rigby f0530309f0
Merge pull request #31302 from TerryHowe/fix-helm-verify-signature
9 months ago
Terry Howe abdf6603c0
fix test for rebase
9 months ago
Terry Howe f6e60138e8
Update pkg/cmd/list.go
9 months ago
Terry Howe c3aa5c51e6
chore: clean up for comments
9 months ago
copilot-swe-agent[bot] b4f932a715
Fix test by making date sorting stable and updating golden files
9 months ago
Terry Howe 8a73d97984
fix: make helm list show all by default
9 months ago
Terry Howe 20eb6e9b04
fix: empty time values
9 months ago
Matt Farina ab6e7fa58b Removing debug statement
9 months ago
Matt Farina a229bf6529 Ensure the release interface is used in actions instead of the type
9 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
9 months ago
Matt Farina 2247a0074b Move all the get commands to the new release interface
9 months ago
George Jenkins 4877e2d7e9
Merge pull request #30833 from gjenkins8/gjenkins/refactor_dry_run_flag
10 months ago
George Jenkins 0adfe83ff8
Merge pull request #31227 from evankanderson/windows-filepath
10 months ago
George Jenkins 7761d937ca testfix
10 months ago
George Jenkins a7a6a5e3b0
Merge pull request #31312 from gjenkins8/gjenkins/rm_plugin_schema_settings
10 months ago
George Jenkins 561a7da61c
Merge pull request #31297 from TerryHowe/fix-hide-notes-in-helm-test
10 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
10 months ago
George Jenkins 6bc6231bcc Remove unused 'Settings' from plugin schema
10 months ago
Robert Sirchia 5b43b744b8
Merge pull request #31294 from TerryHowe/feature-remove-implicit-directory-from-helm-lint
10 months ago
Robert Sirchia fdb5e1a97a
Merge pull request #31301 from TerryHowe/chore-remove-helm-version-client
10 months ago
Matt Farina d2236e95ed
Merge pull request #31303 from mattfarina/unified-loader
10 months ago
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
10 months ago
Terry Howe 020a8eccfd
fix: helm verify run signature
10 months ago
zyfy29 b24bfe4168
Merge branch 'main' into delete-unused-var
10 months ago
Terry Howe 469f4b457c
chore: remove helm version client option
10 months ago
Terry Howe dab4fd2909
fix: hide notes in helm test command
10 months ago
copilot-swe-agent[bot] 838c36a0f6
Remove implicit support for helm lint current directory
10 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
10 months ago
Tom Wieczorek 6181e0a873
Make test scripts run without /bin/bash
10 months ago
Robert Sirchia 5534c01cdb
Merge pull request #31277 from benoittgt/31234-fix
10 months ago
Evan Anderson 20f4e1f12d Use filepath.Path when handling directory names
10 months ago
Benoit Tigeot 99e5fce71a
Fix deprecation warning for spf13/pflag from 1.0.7 to 1.0.10
10 months ago
Kamil Swiechowski 38d1a7376f fix: throw warning when chart version is not semverv2
11 months ago
Matt Farina 618b14a772
Merge pull request #31225 from mattfarina/move-lint-to-chart
11 months ago
George Jenkins a8151ef4fe Cleanup plugin config
11 months ago
Scott Rigby ed6cab39c6
Merge pull request #31219 from gjenkins8/gjenkins/plugin-integration/rm_setup_plugin_env
11 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
11 months ago
Matt Farina 52267ee74b Move repo package to versioned directory
11 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
11 months ago
George Jenkins 5926ec83dd Remove SetupPluginEnv
11 months ago
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
11 months ago
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
11 months ago
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
11 months ago
Scott Rigby 9ea35da0d0
[HIP-0026] Plugin packaging, signing, and verification (#31176)
11 months ago
George Jenkins 80f659ce8b
Merge pull request #31178 from mattfarina/env-content-cache
11 months ago
zyfy29 8068578266 chore: delete unused var in installer.go
11 months ago
Andreas Sommer 1836c598f0 Make error message instructional for the case of lock file being out of date
11 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
11 months ago
Scott Rigby 7d22bb25fa Plugin OCI installer
11 months ago
Matt Farina 533eddc57d Add content cache to helm env
11 months ago
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
11 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
11 months ago
Matt Farina 0f1b410f14
Merge pull request #31165 from mattfarina/content-cache
11 months ago
George Jenkins a0d6b0d383
Merge pull request #13629 from gjenkins8/rename_atomic_rollbackonfailure
11 months ago
Matt Farina fea6d8eb04
Updating to tested content cache
11 months ago
George Jenkins 4596c0e062
Merge pull request #31142 from helm/gjenkins/main/mv_plugin_internal
11 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
11 months ago
Evans Mungai 0943d032a7
Merge branch 'main' into em/fix-username-password
11 months ago
George Jenkins a1c84f9a4c Move pkg/plugin -> internal/plugin
11 months ago
Robert Sirchia 47529bbffb
Merge pull request #31133 from joemicky/use_CutPrefix
11 months ago
joemicky 762ef3ee80 refactor: omit unnecessary reassignment
11 months ago
joemicky a3d2da4d2e refactor: replace HasPrefix+TrimPrefix with CutPrefix
11 months ago
Robert Sirchia c5901abba6
Merge pull request #31050 from spreadshirt/fix-helm-pull-ud-check
12 months ago
Evans Mungai 97af5a5e85
Fix linter warning
12 months ago
Evans Mungai 5e86e43eda
Add tests for pull command using OCI registry
12 months ago
George Jenkins 18b7d45999
Merge pull request #31034 from Mazafard/feat/color-output-and-test-fixes
12 months ago
George Jenkins 93106ba2b6
Merge pull request #30982 from gjenkins8/gjenkins/force_replace_flag
12 months ago
Mohammadreza Asadollahifard 4ef0f3d5e2
Merge remote-tracking branch 'upstream/main' into feat/color-output-and-test-fixes
1 year ago
George Jenkins 08840f042c Rename 'atomic' -> 'rollback-on-failure'
1 year ago
Luna Stadler 1031b67fff Fix `helm pull` untar dir check with repo urls
1 year ago
George Jenkins 8face0e596
Merge pull request #31060 from yumeiyin/main
1 year ago
Joe Julian 08909e030b
Merge pull request #31019 from zachburg/templates_lint
1 year ago
Joe Julian 1f3e4ad12a
Merge pull request #31011 from yalosev/feature/add-labels-to-metadata
1 year ago
George Jenkins 74f2805f01 Rename 'force' to 'force-replace'
1 year ago
yumeiyin 8c22fbfe4a refactor: replace Split in loops with more efficient SplitSeq
1 year ago
Mohammadreza Asadollahifard c1b3a83514
refactor: clean up color output imports in list, root, and status files
1 year ago
Mohammadreza Asadollahifard d28343550f
feat: make color output opt-in by default
1 year ago
Mohammadreza Asadollahifard ba8f70ae0b
refactor: move color package to internal/cli/output
1 year ago
Mohammadreza Asadollahifard b72db06c49
refactor: replace NoColor with ColorMode for improved color output control
1 year ago
Yuriy Losev 46b1a41631 Add release labels to the release Metadata
1 year ago
Zach Burgess 35434947a3 Return a lint warning if `templates/` does not exist.
1 year ago
Mohammadreza Asadollahifard c547d1f2ae
add color output functionality and tests for release statuses
1 year ago
Zach Burgess 6e30619d8f
Merge branch 'helm:main' into templates_lint
1 year ago
George Jenkins bbea98ed6b
Merge pull request #30898 from fidelity-contributions/fix-issue-13198
1 year ago
George Jenkins edd0dabe02
Merge pull request #31021 from zachburg/test_temp_dir
1 year ago
George Jenkins 5283915c57 Remove deprecated '--create-pods' flag
1 year ago
Zach Burgess eaf40b4b4f Call `ensure.HelmHome()` in package_test.go
1 year ago
Zach Burgess c48a3435f5 Remove unnecessary calls for changing directory to `helmpath.CachePath`.
1 year ago
Zach Burgess 3b26ddc22b Update tests in create_test.go and package_test.go to work in a temp dir.
1 year ago
Zach Burgess b703d5b4bb Return early when linting if the `templates/` dir does not exist
1 year ago
Matt Farina f0cf9c28f0
Move logging setup to be configurable
1 year ago
George Jenkins a2a0935cba
Merge pull request #30900 from unguiculus/issue-12952
1 year ago
manslaughter03 bc44614a78 fix: wrap run release test error in case GetPodLogs failed.
1 year ago
Ashmit Bhardwaj e060fbe185 updated docs
1 year ago
Ashmit Bhardwaj 0389407cbc removed unnecessary binary file
1 year ago
Ashmit Bhardwaj b305a501e8 added documentation and test cases for api-versions flag
1 year ago
Terry Howe 93ec064640
fix: repo update cmd mutex
1 year ago
Matthieu MOREL 56a2bb4188 chore: enable usetesting linter
1 year ago
Reinhard Nägele d448cf1943 Add timeout flag to repo add and update flags
1 year ago
Robert Sirchia 83c26845ad
Merge pull request #30904 from benoittgt/document-ideal-registry-login-command
1 year ago
Benoit Tigeot cb730c94b5
Help users avoid specifying URL scheme an path
1 year ago
Matt Farina cf7613ba6b
Reverting fix "renders int as float"
1 year ago
Matt Farina ab56ac62ba
Merge pull request #30866 from mmorel-35/thelper
1 year ago
Matthieu MOREL 157f0ba10a chore: enable thelper
1 year ago
Matt Farina b5a4781099
Adding test for list command
1 year ago