Commit Graph

8784 Commits (v4.0.0-alpha.1)
 

Author SHA1 Message Date
Benoit Tigeot a9b7732367
could remove embedded field X from selector
6 months ago
Benoit Tigeot b2ac216763
func cleanUpDir is unused
6 months ago
Benoit Tigeot a23b96276a
var mu is unused (unused)
6 months ago
Benoit Tigeot 7fe554e7a8
Fix naked return errors
6 months ago
Benoit Tigeot d878548168
Migrate golint to v2
6 months ago
Benoit Tigeot 18ed1cf720
Migrate to last golangci-lint and golangci-lint-action
6 months ago
Robert Sirchia 5f1bb7fee8
Merge pull request #30751 from benoittgt/add-missing-ready-logs
6 months ago
Kurnia D Win 6c54351c01 Merge remote-tracking branch 'upstream/main' into jsonschema
6 months ago
Benoit Tigeot f5aec508f5
Add detailed debug logging for resource readiness states
6 months ago
Scott Rigby 9a670ae920
Merge pull request #30701 from zanuka/30617-request-for-helm-install-order-doc-update
6 months ago
Scott Rigby 0cecd910e5
Merge pull request #30713 from gjenkins8/gjenkins/rm_helmv2_template_lint_rules
6 months ago
Matt Farina a536832714
Merge pull request #30749 from mattfarina/fix-alpine-chart
6 months ago
Robert Sirchia f5decfc28d
Merge pull request #30737 from rpolishchuk/investigation-pr-30610
6 months ago
Matt Farina 91ecb56355
Removing the alpine test chart
6 months ago
Robert Sirchia 90608174c5
Merge pull request #30741 from benoittgt/bump-distribution-v4
6 months ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
6 months ago
Matt Farina 8c6c0d8a37
Merge pull request #30686 from mattfarina/remove-deprecated-code
6 months ago
Benoit Tigeot 365340b092
Follow distribution package requirement
6 months ago
Benoit Tigeot 0d43534ab7
Testing without bump go version
6 months ago
Benoit Tigeot 00db8d6d96
Go mod tidy
6 months ago
Benoit Tigeot 483789ac86
Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0
6 months ago
Matt Farina ed005f5c32
Removing deprecation notice for this function.
6 months ago
Matt Farina 7938662f95
Remove ValidName regex
6 months ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
6 months ago
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
6 months ago
Benoit Tigeot 7f02e89a7a
No longer log call location using flag, it will need to be done in slog
6 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
6 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
6 months ago
Benoit Tigeot 6b5fa33633
debug log level is dynamic and set after Logger creation
6 months ago
Rostyslav Polishchuk 55eb53e3a0 fix: order dependent test
6 months ago
Matt Farina d8ca55fc66
Merge commit from fork
6 months ago
Matt Farina bbf6a91454
Merge pull request #30730 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.37.0
6 months ago
dependabot[bot] db76da32ac
build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
6 months ago
Robert Sirchia 748b78ee84
Merge pull request #30736 from robertsirc/updating-go-mod
6 months ago
Robert Sirchia b29bc3a44d
manually updating go.mod file
6 months ago
Mike Delucchi e1425f1aa5 fix: correct webhook order to match Kubernetes admission flow
6 months ago
Mike Delucchi 1003a3c93f fixes kind_sorter_test to match new order
6 months ago
Mike Delucchi c121b6b83e changes order of operations
6 months ago
zanuka 9b636902c6 updates mutate and validate web hook configs
6 months ago
Matt Farina 0740dfc7a9
Unarchiving fix
6 months ago
Scott Rigby 5442c6b9cb
Merge pull request #9318 from wahabmk/fix-httpgetter
6 months ago
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
6 months ago
Benoit Tigeot 5c746037b3
Prevent redefining verbose flags
6 months ago
Benoit Tigeot 710770eed4
Linting
6 months ago
Benoit Tigeot 3e4e78378e
Go the slog way
6 months ago
Benoit Tigeot 6ce967391d
Trick slog to return the full error
6 months ago
Benoit Tigeot 5580f61157
Properly reproduce the nopLogger as before
6 months ago
Benoit Tigeot baa597c567
Do not remove the functionality to print log in test
6 months ago
Benoit Tigeot b6adbbb227
Enforce error style with others
6 months ago
Benoit Tigeot 83a5a14826
Properly discard by default logs
6 months ago