Commit Graph

236 Commits (a4e61a1c77be3fa4ee4f3efac221fe6e1c869319)

Author SHA1 Message Date
Evans Mungai 2dc581dc1c
fix(upgrade): pass --server-side flag to install when using upgrade --install
4 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
5 months ago
George Jenkins dfa1e3c3c5
Merge pull request #31562 from atombrella/feature/modernize
5 months ago
Calvin Bui b33d4ae0c0
Use length check for MetaDependencies instead of nil comparison
5 months ago
Benoit Tigeot 9f1c8a26f0
Fix linting issue
5 months ago
Michelle Fernandez Bieber 10714772be
updated comment and made defer of shutdown function return errors as before and not the possible shutdown error
5 months ago
Michelle Fernandez Bieber 7a557580e1
added shutdown hook that is executed after the logs have been retrieved
5 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
5 months ago
Matt Farina 936cd328ac
Fix kube client logging
5 months ago
Matt Farina 63858b383f
Merge pull request #31535 from mattfarina/bump-4.1
5 months ago
George Jenkins 63dcb5c74c
Merge pull request #31464 from benoittgt/fix-test
5 months ago
Matt Farina 63e060fb05
bump version to 4.1
5 months ago
Scott Rigby ebd5f53fc3
Merge pull request #31421 from benoittgt/improve-doc-wait-strategy
5 months ago
Scott Rigby d57fb45648
Merge pull request #31469 from saimanojk1/issue-31454
5 months ago
Scott Rigby 0ee89d2d4e
Merge pull request #31418 from tisonkun/typo
5 months ago
Benoit Tigeot 02312a1cf2
Update pkg/cmd/flags.go
5 months ago
Benoit Tigeot 277c140c87
Error strategy list match help
5 months ago
Benoit Tigeot 52a282832f
Do not change the default waiting strategy when --wait is not set
5 months ago
Benoit Tigeot 8535e9f4ab
Avoid confusion between `--wait` (watcher) and no --wait (hookOnly)
5 months ago
Benoit Tigeot 1836f37f4d
The default is not HookOnlyStrategy but WaitStrategy
5 months ago
Benoit Tigeot a5e110fccd
Make wait strategy selection more obvious
5 months ago
Benoit Tigeot e8b0cff45a
Update pkg/cmd/flags.go
5 months ago
Benoit Tigeot 95e1ee1089
Increase documentation of --wait flag
5 months ago
saimanojk1 6de83c5f60
Convert pkg/cmd/load_plugins.go to slog
6 months ago
Hidde Beydals 2f1ecc7100
fix(uninstall): supersede deployed releases
6 months ago
Benoit Tigeot ed6cf0e8a1
Properly test error messages on pull command's test
6 months ago
tison 90d01915f9
for all other similar cases
6 months ago
Paul Van Laer 6ef79bb8d5 feat(repo): add --no-headers option to 'helm repo list'
6 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
6 months ago
tison 0d6de28bf4
chore: fix typo of public field
6 months ago
Evans Mungai 0f90c83118
Merge remote-tracking branch 'upstream/main' into em/reinstate-logger-param
6 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
6 months ago
Matt Farina 76e6b7a6fe
Merge pull request #31390 from TerryHowe/chore-increase-helm-list-test-coverage
6 months ago
Matt Farina 2cfd41ec28
Merge pull request #31351 from gjenkins8/gjenkins/helm_version_kubeversion
6 months ago
wyrapeseed b9eadd3186 chore: fix some comment format
6 months ago
Terry Howe 379b0899b3
fix: increase helm list test coverage
6 months ago
George Jenkins 7dd2484aed
Merge pull request #31295 from TerryHowe/fix-make-helm-list-show-all-by-default
6 months ago
Scott Rigby f0530309f0
Merge pull request #31302 from TerryHowe/fix-helm-verify-signature
6 months ago
Terry Howe abdf6603c0
fix test for rebase
6 months ago
Terry Howe f6e60138e8
Update pkg/cmd/list.go
6 months ago
Terry Howe c3aa5c51e6
chore: clean up for comments
6 months ago
copilot-swe-agent[bot] b4f932a715
Fix test by making date sorting stable and updating golden files
6 months ago
Terry Howe 8a73d97984
fix: make helm list show all by default
6 months ago
Terry Howe 20eb6e9b04
fix: empty time values
7 months ago
Matt Farina ab6e7fa58b Removing debug statement
7 months ago
Matt Farina a229bf6529 Ensure the release interface is used in actions instead of the type
7 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
7 months ago
Matt Farina 2247a0074b Move all the get commands to the new release interface
7 months ago
George Jenkins 4877e2d7e9
Merge pull request #30833 from gjenkins8/gjenkins/refactor_dry_run_flag
7 months ago
George Jenkins 0adfe83ff8
Merge pull request #31227 from evankanderson/windows-filepath
7 months ago
George Jenkins 7761d937ca testfix
7 months ago
George Jenkins a7a6a5e3b0
Merge pull request #31312 from gjenkins8/gjenkins/rm_plugin_schema_settings
7 months ago
George Jenkins 561a7da61c
Merge pull request #31297 from TerryHowe/fix-hide-notes-in-helm-test
7 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
7 months ago
George Jenkins 6bc6231bcc Remove unused 'Settings' from plugin schema
7 months ago
Robert Sirchia 5b43b744b8
Merge pull request #31294 from TerryHowe/feature-remove-implicit-directory-from-helm-lint
7 months ago
Robert Sirchia fdb5e1a97a
Merge pull request #31301 from TerryHowe/chore-remove-helm-version-client
7 months ago
Matt Farina d2236e95ed
Merge pull request #31303 from mattfarina/unified-loader
7 months ago
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
7 months ago
Terry Howe 020a8eccfd
fix: helm verify run signature
7 months ago
zyfy29 b24bfe4168
Merge branch 'main' into delete-unused-var
7 months ago
Terry Howe 469f4b457c
chore: remove helm version client option
7 months ago
Terry Howe dab4fd2909
fix: hide notes in helm test command
7 months ago
copilot-swe-agent[bot] 838c36a0f6
Remove implicit support for helm lint current directory
7 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
7 months ago
Tom Wieczorek 6181e0a873
Make test scripts run without /bin/bash
7 months ago
Robert Sirchia 5534c01cdb
Merge pull request #31277 from benoittgt/31234-fix
7 months ago
Evan Anderson 20f4e1f12d Use filepath.Path when handling directory names
8 months ago
Benoit Tigeot 99e5fce71a
Fix deprecation warning for spf13/pflag from 1.0.7 to 1.0.10
8 months ago
Kamil Swiechowski 38d1a7376f fix: throw warning when chart version is not semverv2
8 months ago
Matt Farina 618b14a772
Merge pull request #31225 from mattfarina/move-lint-to-chart
8 months ago
George Jenkins a8151ef4fe Cleanup plugin config
8 months ago
Scott Rigby ed6cab39c6
Merge pull request #31219 from gjenkins8/gjenkins/plugin-integration/rm_setup_plugin_env
8 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
8 months ago
Matt Farina 52267ee74b Move repo package to versioned directory
8 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
8 months ago
George Jenkins 5926ec83dd Remove SetupPluginEnv
8 months ago
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
8 months ago
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
8 months ago
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
8 months ago
Scott Rigby 9ea35da0d0
[HIP-0026] Plugin packaging, signing, and verification (#31176)
8 months ago
George Jenkins 80f659ce8b
Merge pull request #31178 from mattfarina/env-content-cache
8 months ago
zyfy29 8068578266 chore: delete unused var in installer.go
8 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
8 months ago
Scott Rigby 7d22bb25fa Plugin OCI installer
8 months ago
Matt Farina 533eddc57d Add content cache to helm env
8 months ago
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
8 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
8 months ago
Matt Farina 0f1b410f14
Merge pull request #31165 from mattfarina/content-cache
8 months ago
George Jenkins a0d6b0d383
Merge pull request #13629 from gjenkins8/rename_atomic_rollbackonfailure
8 months ago
Matt Farina fea6d8eb04
Updating to tested content cache
8 months ago
George Jenkins 4596c0e062
Merge pull request #31142 from helm/gjenkins/main/mv_plugin_internal
8 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
8 months ago
Evans Mungai 0943d032a7
Merge branch 'main' into em/fix-username-password
8 months ago
George Jenkins a1c84f9a4c Move pkg/plugin -> internal/plugin
8 months ago
Robert Sirchia 47529bbffb
Merge pull request #31133 from joemicky/use_CutPrefix
8 months ago
joemicky 762ef3ee80 refactor: omit unnecessary reassignment
8 months ago
joemicky a3d2da4d2e refactor: replace HasPrefix+TrimPrefix with CutPrefix
8 months ago
Robert Sirchia c5901abba6
Merge pull request #31050 from spreadshirt/fix-helm-pull-ud-check
9 months ago
Evans Mungai 97af5a5e85
Fix linter warning
9 months ago