Commit Graph

758 Commits (31bd995ce201e295ff2f87e11fdf13bf55fdffd2)

Author SHA1 Message Date
Zach Burgess 35434947a3 Return a lint warning if `templates/` does not exist.
1 year ago
George Jenkins 5283915c57 Remove deprecated '--create-pods' flag
1 year ago
Carlos Lima 6991a0a531 Make annotateAndMerge deterministic
1 year ago
Carlos Lima c01e76b5c3 review: change annotation name to postrenderer.helm.sh/postrender-filename
1 year ago
Carlos Lima a1416cf225 review: style changes
1 year ago
Carlos Lima 859721bd77 review: rewrite error messages from the end-user perspective
1 year ago
Carlos Lima b26b473bf6 review: make splitAndDeannotate private
1 year ago
Carlos Lima 855b5a44b7 review: make annotateAndMerge private
1 year ago
Carlos Lima 1d993f9e2d review: make filenameAnnotation private
1 year ago
Carlos Lima e6362d74c8 Allow post-renderer to process hooks
1 year ago
acceptacross 9623fb80f1 chore: fix some function names in comment
1 year ago
Scott Rigby 069b525332
Merge pull request #13586 from jessesimpson36/cleaner-stacktraces
1 year ago
Scott Rigby e2630d1aba
Merge pull request #30939 from TerryHowe/action-hooks-delete-policy-mutex
1 year ago
Terry Howe a8cbf3aa51 fix: action hooks delete policy mutex
1 year ago
Matthieu MOREL 56a2bb4188 chore: enable usetesting linter
1 year ago
Matthieu MOREL 157f0ba10a chore: enable thelper
1 year ago
yetyear 03448d1d79 refactor: use maps.Copy for cleaner map handling
1 year ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
1 year ago
Jesse Simpson 0a7dd4b269
test: adjust failing test on extra whitespace
1 year ago
Jesse Simpson edf0f7be59
test: adjust formatting for error in test
1 year ago
Justen Stall 7a316c8d51
update expected error message in install test
1 year ago
Justen Stall 3877ec9049
fix golangci-lint issues
1 year ago
Justen Stall 065e2eb3eb
updates after merge conflict resolution
1 year ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
1 year ago
Stepan Paksashvili 5c2f89307d feat(pkg/engine): and custom funcs to action config
1 year ago
Stepan Paksashvili 9073bcf53e feat(pkg/engine): add support for custom template funcs
1 year ago
Scott Rigby 599fad1864
Merge pull request #30697 from p-se/fix-take-ownership
1 year ago
Benoit Tigeot d33e2896f0
Prevent failures with method signatures on hooks
1 year ago
Scott Rigby e397f44840
Merge pull request #30673 from nvanthao/process-all-hook-deletions-on-failure
1 year ago
Robert Sirchia 8733103743
Merge pull request #30718 from klihub/fixes/package/multiple-charts-single-passwd-from-stdin
1 year ago
Krisztian Litkey 3102c28804
fix: allow signing multiple charts with passphrase from stdin.
1 year ago
Evans Mungai e8e79cc4b4
Merge branch 'main' into fix-take-ownership
1 year ago
Evans Mungai 7c37a109f2
Add install test for TakeOwnership flag
1 year ago
Benoit Tigeot a6d0335bbb
Use fmt.Fprintf(...) instead of ...
1 year ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
1 year ago
Robert Sirchia f5decfc28d
Merge pull request #30737 from rpolishchuk/investigation-pr-30610
1 year ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
1 year ago
Matt Farina 7938662f95
Remove ValidName regex
1 year ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
1 year ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
1 year ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
1 year ago
Rostyslav Polishchuk 55eb53e3a0 fix: order dependent test
1 year ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
1 year ago
Benoit Tigeot 5c746037b3
Prevent redefining verbose flags
1 year ago
Benoit Tigeot 710770eed4
Linting
1 year ago
Benoit Tigeot baa597c567
Do not remove the functionality to print log in test
1 year ago
Benoit Tigeot b6adbbb227
Enforce error style with others
1 year ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
1 year ago
Benoit Tigeot 15de13f9d2
Fix linting issue and temporary removing logging in test acion
1 year ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
1 year ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
1 year ago
Benoit Tigeot fae2345edf
Demonstrate the impact of having Logger defined in kube package
1 year ago
Benoit Tigeot ede73860c1
Fix call to kube log
1 year ago
Benoit Tigeot f4631bf3d8
Migrate kube package to slog
1 year ago
Patrick Seidensal e55707b09d
Fix --take-ownership
1 year ago
Scott Rigby 985f5af538
Merge pull request #13604 from AustinAbro321/refactor-wait
1 year ago
Scott Rigby 122e7b441a
Merge pull request #13458 from thudi/main
1 year ago
Austin Abro 386523bdbc
update to get waiter instead of set
1 year ago
Gerard Nguyen aa9e4bb42d rebase
1 year ago
Laszlo Uveges 63b6153163 More formatting
1 year ago
Laszlo Uveges acca1b04eb Add missing license header
1 year ago
Laszlo Uveges d03981b82c Fix go imports
1 year ago
Laszlo Uveges 940966d9c8 Fix formatting issues
1 year ago
Laszlo Uveges 2eea520ba4 Delete previously successful hooks when a later hook fails
1 year ago
Laszlo Uveges 0a28223ae5 Restructure hooks tests to be reusable
1 year ago
Laszlo Uveges 788652fd27 Add dummy test case to prove that not all hooks are delted on failure
1 year ago
Austin Abro 2948279fb9
cleanup if statement
1 year ago
Austin Abro 1a3fb75b34
merge
1 year ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
1 year ago
Austin Abro 09faaac273
merge
1 year ago
Matt Farina 61d3eca55c
Move pkg/chart to pkg/chart/v2 to prepare for v3 charts
1 year ago
Austin Abro 11eeb4a6b1
merge
1 year ago
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
1 year ago
Scott Rigby 2cda65d444
Merge pull request #10309 from Bez625/main
1 year ago
Matt Farina 5c0deec327
Moving chartutil to chart/util
1 year ago
Chris Berry e5bc21c56b Refactor based on review comment
1 year ago
Chris Berry 9791767baa Refactor based on review comment
1 year ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
1 year ago
Scott Rigby 52ac92fb69 clarify fix error message
1 year ago
Scott Rigby e8a76bc3eb fix err check
1 year ago
Scott Rigby 3796c1f4a1 remove comments about previous functionality
1 year ago
Scott Rigby f729b9ade0 add short circuit return
1 year ago
Chris Berry 243cb2e21f Update based on review comments
1 year ago
Chris Berry 3d4e679d9f Update based on review comments
1 year ago
Chris Berry a55a477069 Fix lint
1 year ago
Chris 3964f84ac8 Tidy up imports
1 year ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
1 year ago
hugehope 001d2978b6 refactor: using slices.Contains to simplify the code
1 year ago
Austin Abro 5d12255497
wait for delete
1 year ago
Austin Abro 7fde4962a8
set waiter in functions
1 year ago
Austin Abro f2dd2c9109
add hook only waiter
1 year ago
Austin Abro 2b03c527f1
set command line flags
1 year ago
Austin Abro fc10174fa0
merge main
2 years ago
George Jenkins 547f49abf6
Merge pull request #13579 from gjenkins8/rm_chart_repo_find_repo_dups
2 years ago
Terry Howe 5a7046b9bf chore(oci): upgrade to ORAS v2
2 years ago
Austin Abro 916aecf1f1
Merge remote-tracking branch 'origin/main' into refactor-wait
2 years ago
George Jenkins 0ce267d907 more options
2 years ago
George Jenkins 7ea1d1df66 refactor: Remove duplicate `FindChartIn*RepoURL` funcs
2 years ago
George Jenkins 415c7e10fd
Merge pull request #13516 from TerryHowe/new-lint
2 years ago
petercover 605b1a0cf7 chore: fix some comments
2 years ago
Robert Sirchia 57e94e5bd9
Merge pull request #13538 from godhanipayal/godhanipayal/ErrorLogging
2 years ago
George Jenkins 53a4a59eb9
Merge pull request #13600 from gjenkins8/cleanup_NewShowWithConfig
2 years ago
Austin Abro f746c34d09
merge
2 years ago
George Jenkins 77fa61ad39 refactor: Consolidate lint package Run() functions
2 years ago
George Jenkins ca5a9e69c0 refactor: Remove redundant `NewPullWithOpts`
2 years ago
Payal Godhani f8a08145fb Resolving conflict
2 years ago
Matt Farina f08e2d14bb Updating to helm.sh/helm/v4
2 years ago
Matt Farina dc26e5b3e2 Update to Go 1.23
2 years ago
George Jenkins a8d39e6a17
Merge pull request #13576 from gjenkins8/consolidate_lint_run_functions
2 years ago
George Jenkins 5d13b0cac3
Merge pull request #13577 from gjenkins8/gjenkins/rm_pull_with_opts
2 years ago
Austin Abro c26b44f651
update names
2 years ago
Austin Abro 8ce1876192
get rid of ext interface
2 years ago
George Jenkins 8468de42ed cleanup: `NewShowWithConfig` -> `NewShow`
2 years ago
George Jenkins 3b9cce9669 cleanup: Remove 'ProcessDependenciesWithMerge'
2 years ago
Austin Abro 86338215b7
ability to create different waiters
2 years ago
Austin Abro c3eeab67f9
merge
2 years ago
Austin Abro 947425ee64
refactor new
2 years ago
George Jenkins 88da89085e refactor: Remove redundant `NewPullWithOpts`
2 years ago
George Jenkins 63623665ae refactor: Consolidate lint package Run() functions
2 years ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
Austin Abro 4c1758143f
basic design up and balling
2 years ago
Matt Farina 5727f56a96
Update to Go 1.23
2 years ago
Payal Godhani 5b18f525ed Fixing a typo
2 years ago
Payal Godhani 34cd8341c3 Add Contextual Error Messages to RunWithContext
2 years ago
Terry Howe 569f62e58b chore: fix problems with latest lint
2 years ago
George Jenkins b91a772d71
Merge pull request #13444 from justenstall/remove-status-flags
2 years ago
George Jenkins c724175b03
Merge pull request #13343 from niladrih/more-metadata
2 years ago
Scott Rigby bca7d31c9b
Merge pull request #12769 from banjoh/em/password-to-oci-registries
2 years ago
Evans Mungai 7a22dd28d1
Rename CAFile to CaFile for consistency
2 years ago
Justen Stall 7df69020d8
revert duplicate slice conditions
2 years ago
Justen Stall 6aa19b8c92
more error wrapping uses
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
KISHOREKUMAR THUDI 2c8cfaea41 Replacing NewSimpleClientSet to NewClientSet due to deprecation
2 years ago
Justen Stall 483697584f
fix(status): remove --show-desc and --show-resources flags
2 years ago
mathieu cesbron fc17fc75e2 Fix typo "re-use" to "reuse"
2 years ago
Suleiman Dibirov f4f4a6b81f fix(hooks): correct hooks delete order
2 years ago
wangjingcun de9e138ec1 chore: fix some function names in comment
2 years ago
Evans Mungai 323f88950a
Merge remote-tracking branch 'origin/main' into em/password-to-oci-registries
2 years ago
Niladri Halder d351b091ca
Add annotations and dependencies to get metadata output
2 years ago
Nathan Baulch ef85fa7f2d
Grammar fixes
2 years ago
Nathan Baulch ff9dd262e3
Fix typos
2 years ago
Scott Rigby 8a26add23f
Fix linting error for pr 12876
2 years ago
Matt Farina c261d0655c
Merge pull request #12876 from manno/sdk-ignore-missing-annotations
2 years ago
Scott Rigby f0442777bb
Merge pull request #12743 from anessi/feat/skip-schema-validation
2 years ago
Evans Mungai 0687961da4
Revert CAFile rename breaking change
2 years ago
Joe Julian 4278ada158
Merge pull request #13085 from alex-kattathra-johnson/issue-12961
2 years ago
Joe Julian 15e36139c1
Merge pull request #13130 from idsulik/issue-13127
2 years ago
Joe Julian cda2c4f802
Merge pull request #12924 from porridge/drop-apis
2 years ago
anessi acf7158565
feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
2 years ago
Evans Mungai 12d8d28534
Add username/password to package subcommand
2 years ago