Commit Graph

220 Commits (82d9bedea7d3e342011d82e2e11ff83b396dffbe)

Author SHA1 Message Date
Benoit Tigeot 277c140c87
Error strategy list match help
7 months ago
Benoit Tigeot 52a282832f
Do not change the default waiting strategy when --wait is not set
7 months ago
Benoit Tigeot 8535e9f4ab
Avoid confusion between `--wait` (watcher) and no --wait (hookOnly)
7 months ago
Benoit Tigeot 1836f37f4d
The default is not HookOnlyStrategy but WaitStrategy
7 months ago
Benoit Tigeot a5e110fccd
Make wait strategy selection more obvious
7 months ago
Benoit Tigeot e8b0cff45a
Update pkg/cmd/flags.go
7 months ago
Benoit Tigeot 95e1ee1089
Increase documentation of --wait flag
7 months ago
saimanojk1 6de83c5f60
Convert pkg/cmd/load_plugins.go to slog
7 months ago
Hidde Beydals 2f1ecc7100
fix(uninstall): supersede deployed releases
7 months ago
Benoit Tigeot ed6cf0e8a1
Properly test error messages on pull command's test
7 months ago
tison 90d01915f9
for all other similar cases
7 months ago
Paul Van Laer 6ef79bb8d5 feat(repo): add --no-headers option to 'helm repo list'
7 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
7 months ago
tison 0d6de28bf4
chore: fix typo of public field
7 months ago
Evans Mungai 0f90c83118
Merge remote-tracking branch 'upstream/main' into em/reinstate-logger-param
8 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
8 months ago
Matt Farina 76e6b7a6fe
Merge pull request #31390 from TerryHowe/chore-increase-helm-list-test-coverage
8 months ago
Matt Farina 2cfd41ec28
Merge pull request #31351 from gjenkins8/gjenkins/helm_version_kubeversion
8 months ago
wyrapeseed b9eadd3186 chore: fix some comment format
8 months ago
Terry Howe 379b0899b3
fix: increase helm list test coverage
8 months ago
George Jenkins 7dd2484aed
Merge pull request #31295 from TerryHowe/fix-make-helm-list-show-all-by-default
8 months ago
Scott Rigby f0530309f0
Merge pull request #31302 from TerryHowe/fix-helm-verify-signature
8 months ago
Terry Howe abdf6603c0
fix test for rebase
8 months ago
Terry Howe f6e60138e8
Update pkg/cmd/list.go
8 months ago
Terry Howe c3aa5c51e6
chore: clean up for comments
8 months ago
copilot-swe-agent[bot] b4f932a715
Fix test by making date sorting stable and updating golden files
8 months ago
Terry Howe 8a73d97984
fix: make helm list show all by default
8 months ago
Terry Howe 20eb6e9b04
fix: empty time values
8 months ago
Matt Farina ab6e7fa58b Removing debug statement
8 months ago
Matt Farina a229bf6529 Ensure the release interface is used in actions instead of the type
8 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
8 months ago
Matt Farina 2247a0074b Move all the get commands to the new release interface
8 months ago
George Jenkins 4877e2d7e9
Merge pull request #30833 from gjenkins8/gjenkins/refactor_dry_run_flag
8 months ago
George Jenkins 0adfe83ff8
Merge pull request #31227 from evankanderson/windows-filepath
8 months ago
George Jenkins 7761d937ca testfix
8 months ago
George Jenkins a7a6a5e3b0
Merge pull request #31312 from gjenkins8/gjenkins/rm_plugin_schema_settings
8 months ago
George Jenkins 561a7da61c
Merge pull request #31297 from TerryHowe/fix-hide-notes-in-helm-test
8 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
9 months ago
George Jenkins 6bc6231bcc Remove unused 'Settings' from plugin schema
9 months ago
Robert Sirchia 5b43b744b8
Merge pull request #31294 from TerryHowe/feature-remove-implicit-directory-from-helm-lint
9 months ago
Robert Sirchia fdb5e1a97a
Merge pull request #31301 from TerryHowe/chore-remove-helm-version-client
9 months ago
Matt Farina d2236e95ed
Merge pull request #31303 from mattfarina/unified-loader
9 months ago
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
9 months ago
Terry Howe 020a8eccfd
fix: helm verify run signature
9 months ago
zyfy29 b24bfe4168
Merge branch 'main' into delete-unused-var
9 months ago
Terry Howe 469f4b457c
chore: remove helm version client option
9 months ago
Terry Howe dab4fd2909
fix: hide notes in helm test command
9 months ago
copilot-swe-agent[bot] 838c36a0f6
Remove implicit support for helm lint current directory
9 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
9 months ago
Tom Wieczorek 6181e0a873
Make test scripts run without /bin/bash
9 months ago
Robert Sirchia 5534c01cdb
Merge pull request #31277 from benoittgt/31234-fix
9 months ago
Evan Anderson 20f4e1f12d Use filepath.Path when handling directory names
9 months ago
Benoit Tigeot 99e5fce71a
Fix deprecation warning for spf13/pflag from 1.0.7 to 1.0.10
9 months ago
Kamil Swiechowski 38d1a7376f fix: throw warning when chart version is not semverv2
9 months ago
Matt Farina 618b14a772
Merge pull request #31225 from mattfarina/move-lint-to-chart
9 months ago
George Jenkins a8151ef4fe Cleanup plugin config
9 months ago
Scott Rigby ed6cab39c6
Merge pull request #31219 from gjenkins8/gjenkins/plugin-integration/rm_setup_plugin_env
9 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
9 months ago
Matt Farina 52267ee74b Move repo package to versioned directory
9 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
9 months ago
George Jenkins 5926ec83dd Remove SetupPluginEnv
9 months ago
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
9 months ago
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
9 months ago
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
9 months ago
Scott Rigby 9ea35da0d0
[HIP-0026] Plugin packaging, signing, and verification (#31176)
9 months ago
George Jenkins 80f659ce8b
Merge pull request #31178 from mattfarina/env-content-cache
9 months ago
zyfy29 8068578266 chore: delete unused var in installer.go
9 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
9 months ago
Scott Rigby 7d22bb25fa Plugin OCI installer
9 months ago
Matt Farina 533eddc57d Add content cache to helm env
9 months ago
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
10 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
10 months ago
Matt Farina 0f1b410f14
Merge pull request #31165 from mattfarina/content-cache
10 months ago
George Jenkins a0d6b0d383
Merge pull request #13629 from gjenkins8/rename_atomic_rollbackonfailure
10 months ago
Matt Farina fea6d8eb04
Updating to tested content cache
10 months ago
George Jenkins 4596c0e062
Merge pull request #31142 from helm/gjenkins/main/mv_plugin_internal
10 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
10 months ago
Evans Mungai 0943d032a7
Merge branch 'main' into em/fix-username-password
10 months ago
George Jenkins a1c84f9a4c Move pkg/plugin -> internal/plugin
10 months ago
Robert Sirchia 47529bbffb
Merge pull request #31133 from joemicky/use_CutPrefix
10 months ago
joemicky 762ef3ee80 refactor: omit unnecessary reassignment
10 months ago
joemicky a3d2da4d2e refactor: replace HasPrefix+TrimPrefix with CutPrefix
10 months ago
Robert Sirchia c5901abba6
Merge pull request #31050 from spreadshirt/fix-helm-pull-ud-check
10 months ago
Evans Mungai 97af5a5e85
Fix linter warning
10 months ago
Evans Mungai 5e86e43eda
Add tests for pull command using OCI registry
10 months ago
George Jenkins 18b7d45999
Merge pull request #31034 from Mazafard/feat/color-output-and-test-fixes
10 months ago
George Jenkins 93106ba2b6
Merge pull request #30982 from gjenkins8/gjenkins/force_replace_flag
10 months ago
Mohammadreza Asadollahifard 4ef0f3d5e2
Merge remote-tracking branch 'upstream/main' into feat/color-output-and-test-fixes
11 months ago
George Jenkins 08840f042c Rename 'atomic' -> 'rollback-on-failure'
11 months ago
Luna Stadler 1031b67fff Fix `helm pull` untar dir check with repo urls
11 months ago
George Jenkins 8face0e596
Merge pull request #31060 from yumeiyin/main
11 months ago
Joe Julian 08909e030b
Merge pull request #31019 from zachburg/templates_lint
11 months ago
Joe Julian 1f3e4ad12a
Merge pull request #31011 from yalosev/feature/add-labels-to-metadata
11 months ago
George Jenkins 74f2805f01 Rename 'force' to 'force-replace'
11 months ago
yumeiyin 8c22fbfe4a refactor: replace Split in loops with more efficient SplitSeq
11 months ago
Mohammadreza Asadollahifard c1b3a83514
refactor: clean up color output imports in list, root, and status files
11 months ago
Mohammadreza Asadollahifard d28343550f
feat: make color output opt-in by default
11 months ago
Mohammadreza Asadollahifard ba8f70ae0b
refactor: move color package to internal/cli/output
11 months ago
Mohammadreza Asadollahifard b72db06c49
refactor: replace NoColor with ColorMode for improved color output control
11 months ago
Yuriy Losev 46b1a41631 Add release labels to the release Metadata
11 months ago