Commit Graph

915 Commits (main)

Author SHA1 Message Date
Joe Julian 78f5af72be
Merge pull request #31802 from mmorel-35/modernize-pkg-5-a3c8fdb
6 months ago
Joe Julian 70899a6b3f
Merge pull request #31578 from manute/main
6 months ago
Joe Julian 56d0d9374a
Merge pull request #31810 from mmorel-35/errorlint-pkg-5-dda0145
6 months ago
Matthieu MOREL 259f76a849 fix(pkg): errorlint linter
6 months ago
Matthieu MOREL 4d0ae7f33a fix(pkg): errorlint linter
6 months ago
Matthieu MOREL c8989d984f fix(pkg): errorlint linter
6 months ago
Manuel Alonso 9817a68618
fix(install): check nil for restClientGetter and fix tests
6 months ago
Matthieu MOREL 5cc2e55714 chore(pkg): fix modernize linter
6 months ago
Matthieu MOREL 111d4e6e0e chore(pkg): fix modernize linter
6 months ago
Matheus Pimenta c1cc625323
chore(defaults): server-side apply SDK defaults should always match the CLI defaults
7 months ago
Manuel Alonso 7c089bed26
Merge branch 'main' into main
7 months ago
Manuel Alonso 6501ef490a
chore(refactor): better testing and functionality for installing crd
7 months ago
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
7 months ago
Manuel Alonso 0f949a92c1
fix(test): fix tests and check nil for restclient
7 months ago
Manuel Alonso Gonzalez 561410ae1d
fix(test): merge fix correctly
7 months ago
Evans Mungai e751a70e84
fix(release): fix test compilation error
7 months ago
Evans Mungai 05f25a3834
Merge pull request #31579 from benoittgt/delete-hook-after-log-retrieval
7 months ago
Manuel Alonso df8ec771f9
Merge branch 'main' into main
7 months ago
Evans Mungai 03b535d6b7
Merge branch 'main' into em/check-ownership-before-delete
7 months ago
George Jenkins fa41d60d73
Merge pull request #31239 from StephanieHhnbrg/test-actions-pkg
7 months ago
Manuel Alonso 00f0a48a7d
fix(install): add more tests and check nil file data
8 months ago
Manuel Alonso 0357e8d0f7
fix(test): no check empty resources
8 months ago
Manuel Alonso 52235cc0bf
fix(install): check lenght and file nil, add tests
8 months ago
Manuel Alonso 268593bf2e
fix(action): crd resources can be empty
8 months ago
Mujib Ahasan 170911459b fix: casing issue fixed
8 months ago
Mujib Ahasan 94860626ce fix: error handled correctly
8 months ago
Mujib Ahasan 12e8b715aa fix: doc string added
8 months ago
Terry Howe 5d2ab10caa
Merge pull request #12564 from hiddeco/supersede-on-uninstall
8 months ago
Terry Howe 2597088a20
Merge pull request #31586 from calvinbui/main
8 months ago
Robert Sirchia 4cf7d8d025
Merge pull request #31641 from wangjingcun/main
8 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
8 months ago
wangjingcun 858cf31583 chore: fix some comments to improve readability
8 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
8 months ago
George Jenkins 3165e5463a
Merge pull request #31528 from benoittgt/31423-git-version
8 months ago
Stephanie Hohenberg a109ac2f06 fixes comment in install.go
8 months ago
Stephanie Hohenberg 2f598ffc85 fixes tests after merge
8 months ago
Stephanie Hohenberg bb9356e182 fixes lint issue
8 months ago
Stephanie Hohenberg 8cf4ad73c3 updates tests after rebase from master
8 months ago
Stephanie Hohenberg 31131cff9b Add tests to action package to improve coverage
8 months ago
Mujib Ahasan 115409976b update: test coverage added for helper function validateNameAndGenerateName
9 months ago
Mujib Ahasan 522d2fe615 update: helper function added for the business logic
9 months ago
George Jenkins dfa1e3c3c5
Merge pull request #31562 from atombrella/feature/modernize
9 months ago
Evans Mungai f552950b05
Add ownership verification to uninstall action
9 months ago
Benoit Tigeot 45c5f3aaca
Deal with golint warning with private executeShutdownFunc
9 months ago
Calvin Bui b33d4ae0c0
Use length check for MetaDependencies instead of nil comparison
9 months ago
Benoit Tigeot 70fc5f97e2
Code review
9 months ago
Evans Mungai 6d5b5aab32
Additional logging for ownership verification in dry-run mode
9 months ago
Evans Mungai 906f87ce1d
feat: add ownership verification before deleting resources during uninstall
9 months ago
Mujib Ahasan 6769fb6fb6 generateName is also considered in logic
9 months ago
Michelle Fernandez Bieber 6bb5bcc212
Update pkg/action/hooks.go
9 months ago
Michelle Fernandez Bieber d9301441f4
added check for nil shutdown
9 months ago
Michelle Fernandez Bieber 7a61ebf013
cleaned up empty line
9 months ago
Michelle Fernandez Bieber 10714772be
updated comment and made defer of shutdown function return errors as before and not the possible shutdown error
9 months ago
Michelle Fernandez Bieber 7a557580e1
added shutdown hook that is executed after the logs have been retrieved
9 months ago
Mujib Ahasan b357bcae86 update: business logic respected for skipping object missing name
9 months ago
Mads Jensen 6cceead399 Use modernize to use newer Golang features.
9 months ago
Matt Farina 61d289c119
Merge pull request #31518 from gjenkins8/gjenkins/fix_update_create
9 months ago
Matt Farina 698fcd2290
Merge pull request #31515 from gjenkins8/gjenkins/copy_adopted
9 months ago
Benoit Tigeot ce273eea48
fix: preserve vendor suffixes in KubeVersion.GitVersion
9 months ago
George Jenkins 18616e6ce9 fix: Use server-side apply for object create during update
9 months ago
George Jenkins 855ebb6884 Copy adopted resource info
9 months ago
promalert d8c4040336 refactor: use strings.Builder to improve performance
9 months ago
Scott Rigby 0ee89d2d4e
Merge pull request #31418 from tisonkun/typo
9 months ago
Hidde Beydals d158708fbf
fix(rollback): `errors.Is` instead of string comp
9 months ago
Hidde Beydals 2f1ecc7100
fix(uninstall): supersede deployed releases
9 months ago
George Jenkins 384a3f0ff8
Merge pull request #31385 from porridge/test-unknown-policy
9 months ago
tison 90d01915f9
for all other similar cases
9 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
10 months ago
Scott Rigby f4c5220d99
Merge pull request #31411 from banjoh/em/reinstate-logger-param
10 months ago
tison 0d6de28bf4
chore: fix typo of public field
10 months ago
Evans Mungai 2ddeb50fa6
Set default logger in Configuration constructor
10 months ago
Evans Mungai a112bf5aa6
Remove non-reachable code
10 months ago
Robert Sirchia 25ad74f5a7
Merge pull request #31337 from rachelvweber/rawo/fixingWaitStrategy
10 months ago
Evans Mungai aed687eaa1
Add config options to NewConfiguration()
10 months ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
10 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
10 months ago
Evans Mungai 9c32e34d60
Add logger to sql driver and ensure storage has logger
10 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
10 months ago
Evans Mungai 7a5816b106
Self review changes
10 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
10 months ago
George Jenkins 7dd2484aed
Merge pull request #31295 from TerryHowe/fix-make-helm-list-show-all-by-default
10 months ago
Scott Rigby f0530309f0
Merge pull request #31302 from TerryHowe/fix-helm-verify-signature
10 months ago
Terry Howe c3aa5c51e6
chore: clean up for comments
10 months ago
Terry Howe 8a73d97984
fix: make helm list show all by default
10 months ago
Marcin Owsiany 269a32a6d2 test: protect unknown hook delete policies
10 months ago
Matt Farina fbf02e494e
Merge pull request #30980 from gjenkins8/gjenkins/cleanup_kubeclient_interfaces
10 months ago
Matt Farina a229bf6529 Ensure the release interface is used in actions instead of the type
10 months ago
Matt Farina 9c958dec76 Making uninstall response generic
10 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
10 months ago
Matt Farina 2247a0074b Move all the get commands to the new release interface
10 months ago
Matt Farina 94bfe9ba12 Move action get metadata to chart interfaces
10 months ago
George Jenkins 4877e2d7e9
Merge pull request #30833 from gjenkins8/gjenkins/refactor_dry_run_flag
10 months ago
Robert Sirchia acb1b2c651
Merge pull request #31354 from TerryHowe/fix-flake-upgrade-test
10 months ago
George Jenkins 0adfe83ff8
Merge pull request #31227 from evankanderson/windows-filepath
10 months ago
Terry Howe a24318c7f1
fix: flake upgrade test
10 months ago
Rachel Weber 472f8b2628 Fixing rollback and uninstall client WaitStrategy.
11 months ago
Terry Howe 9c7bf37c6f
fix: Ignore absolute path when RepoUrl is provided
11 months ago
George Jenkins 561a7da61c
Merge pull request #31297 from TerryHowe/fix-hide-notes-in-helm-test
11 months ago
George Jenkins b5de5b1591 chore: Cleanup additional/redundant kube client Interfaces
11 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
11 months ago
Matt Farina d2236e95ed
Merge pull request #31303 from mattfarina/unified-loader
11 months ago
Matt Farina 8dc7c57f50
Update the action interfaces for chart apiversions
11 months ago
Terry Howe 020a8eccfd
fix: helm verify run signature
11 months ago
Matt Farina da595e0e71
Merge pull request #31293 from TerryHowe/copilot/fix-8
11 months ago
Terry Howe dab4fd2909
fix: hide notes in helm test command
11 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
11 months ago
reddaisyy 1c67fbf108 refactor: use strings.builder
11 months ago
Evan Anderson 20f4e1f12d Use filepath.Path when handling directory names
11 months ago
Scott Rigby 315b13334c
Merge pull request #31258 from StephanieHhnbrg/test-unreachable-client
11 months ago
Stephanie Hohenberg e19d9fb6ee Refactor unreachableKubeClient for testing into failingKubeClient
11 months ago
Scott Rigby 50358d7ffd
Merge pull request #31200 from TerryHowe/fix-install-tests
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
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
12 months ago
Scott Rigby e814ff3c38
Remove unnecessary file i/o operations from signing and verifying
12 months ago
Scott Rigby 9ea35da0d0
[HIP-0026] Plugin packaging, signing, and verification (#31176)
12 months ago
Terry Howe b12cd28503
fix: installer action goroutine count
12 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
12 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
12 months ago
Matt Farina 0f1b410f14
Merge pull request #31165 from mattfarina/content-cache
12 months ago
George Jenkins a0d6b0d383
Merge pull request #13629 from gjenkins8/rename_atomic_rollbackonfailure
12 months ago
Matt Farina fea6d8eb04
Updating to tested content cache
12 months ago
George Jenkins ebc874ef84 fix client-side to server-side field manager migration
12 months ago
Matt Farina 6ac2c34689
Initial addition of content based cache
12 months ago
George Jenkins b4b2392f7e mergefix
12 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
12 months ago
George Jenkins 36e52c828d
Merge pull request #31030 from gjenkins8/gjenkins/kubeclient_ssa
1 year ago
joemicky 762ef3ee80 refactor: omit unnecessary reassignment
1 year ago
Joe Julian 4b493f036c
Merge remote-tracking branch 'upstream/main' into papdaniel/main
1 year ago
George Jenkins ba53075a9d
Merge pull request #12968 from sjeandeaux/helm-uninstall-dry-run
1 year ago
George Jenkins b2dc411f9d code review (error checks, collapse forceConflicts, UpdateApplyFunc)
1 year ago
George Jenkins 45141451b4 Kube client support server-side apply
1 year ago
Stephane Jeandeaux 44a594fef5
review
1 year ago
Robert Sirchia c5901abba6
Merge pull request #31050 from spreadshirt/fix-helm-pull-ud-check
1 year ago
Stephane Jeandeaux 8434935a3d
fix fallthrough
1 year ago
Stephane Jeandeaux 65209bed54
Update pkg/action/uninstall.go
1 year ago
Stephane Jeandeaux b3568a67a8
helm uninstall
1 year ago
Joe Julian ae0fe82bc3
Merge remote-tracking branch 'upstream/main' into get-values-test
1 year ago
Khwaja Faraz Ahmed 85164e5705 fix lint errors
1 year ago
Khwaja Faraz Ahmed ded25c1908 Add tests for alias
1 year ago
George Jenkins 93106ba2b6
Merge pull request #30982 from gjenkins8/gjenkins/force_replace_flag
1 year ago
Evans Mungai 85243914a4
feat: switch yaml library to go.yaml.in/yaml/v3
1 year ago
Khwaja Faraz Ahmed a37934a892 fix linting issue
1 year ago
Faraz Khawaja 2d2d4a868d Fix struct declaration
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
Faraz Khawaja f75100266b Resolve conflicts
1 year ago
Robert Sirchia 619035d789
Merge pull request #31057 from danilobuerger/db/thick-lark
1 year ago
Joe Julian 08909e030b
Merge pull request #31019 from zachburg/templates_lint
1 year ago