Commit Graph

8846 Commits (main)
 

Author SHA1 Message Date
Matt Farina e0fde2bd90
Merge pull request #30754 from mattfarina/simplify-jsonschema
5 months ago
Robert Sirchia fabb35473a
Merge pull request #30757 from helm/dependabot/go_modules/main/github.com/rubenv/sql-migrate-1.7.2
5 months ago
dependabot[bot] 28742b1706
build(deps): bump github.com/rubenv/sql-migrate from 1.7.1 to 1.7.2
5 months ago
Evans Mungai e8e79cc4b4
Merge branch 'main' into fix-take-ownership
5 months ago
Evans Mungai 7c37a109f2
Add install test for TakeOwnership flag
5 months ago
Matt Farina 0dffc580b0
Simpligy the JSON Schema checking
5 months ago
Matt Farina 55a4fc121b
Merge pull request #13283 from win-t/jsonschema
5 months ago
Benoit Tigeot a1c2f47c08
avoid using reflect.DeepEqual with errors
5 months ago
Benoit Tigeot eb65ce280b
could apply De Morgan's law
5 months ago
Benoit Tigeot 374805deb4
error strings should not be capitalized
5 months ago
Benoit Tigeot 1654664b78
could use strings.ReplaceAll instead
5 months ago
Benoit Tigeot a6d0335bbb
Use fmt.Fprintf(...) instead of ...
5 months ago
Benoit Tigeot a9b7732367
could remove embedded field X from selector
5 months ago
Benoit Tigeot b2ac216763
func cleanUpDir is unused
5 months ago
Benoit Tigeot a23b96276a
var mu is unused (unused)
5 months ago
Benoit Tigeot 7fe554e7a8
Fix naked return errors
5 months ago
Benoit Tigeot d878548168
Migrate golint to v2
5 months ago
Benoit Tigeot 18ed1cf720
Migrate to last golangci-lint and golangci-lint-action
5 months ago
Robert Sirchia 5f1bb7fee8
Merge pull request #30751 from benoittgt/add-missing-ready-logs
5 months ago
Kurnia D Win 6c54351c01 Merge remote-tracking branch 'upstream/main' into jsonschema
5 months ago
Benoit Tigeot f5aec508f5
Add detailed debug logging for resource readiness states
5 months ago
Scott Rigby 9a670ae920
Merge pull request #30701 from zanuka/30617-request-for-helm-install-order-doc-update
5 months ago
Scott Rigby 0cecd910e5
Merge pull request #30713 from gjenkins8/gjenkins/rm_helmv2_template_lint_rules
5 months ago
Matt Farina a536832714
Merge pull request #30749 from mattfarina/fix-alpine-chart
5 months ago
Robert Sirchia f5decfc28d
Merge pull request #30737 from rpolishchuk/investigation-pr-30610
5 months ago
Matt Farina 91ecb56355
Removing the alpine test chart
5 months ago
Robert Sirchia 90608174c5
Merge pull request #30741 from benoittgt/bump-distribution-v4
5 months ago
Matt Farina 7a1eb77e77
Merge pull request #30708 from benoittgt/migrate-kube-pkg-to-slog
5 months ago
Matt Farina 8c6c0d8a37
Merge pull request #30686 from mattfarina/remove-deprecated-code
5 months ago
Benoit Tigeot 365340b092
Follow distribution package requirement
5 months ago
Benoit Tigeot 0d43534ab7
Testing without bump go version
5 months ago
Benoit Tigeot 00db8d6d96
Go mod tidy
5 months ago
Benoit Tigeot 483789ac86
Bumps github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0
5 months ago
Matt Farina ed005f5c32
Removing deprecation notice for this function.
5 months ago
Matt Farina 7938662f95
Remove ValidName regex
5 months ago
Benoit Tigeot 68440d7b29
Prefer using slog.Any when displaying errors
5 months ago
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
5 months ago
Benoit Tigeot 7f02e89a7a
No longer log call location using flag, it will need to be done in slog
5 months ago
Benoit Tigeot e7eedae97c
Use the logger with proper handling of dynamic debug on 2 locations
5 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
5 months ago
Benoit Tigeot 6b5fa33633
debug log level is dynamic and set after Logger creation
5 months ago
Rostyslav Polishchuk 55eb53e3a0 fix: order dependent test
5 months ago
Matt Farina d8ca55fc66
Merge commit from fork
5 months ago
Matt Farina bbf6a91454
Merge pull request #30730 from helm/dependabot/go_modules/main/golang.org/x/crypto-0.37.0
5 months ago
dependabot[bot] db76da32ac
build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
5 months ago
Robert Sirchia 748b78ee84
Merge pull request #30736 from robertsirc/updating-go-mod
5 months ago
Robert Sirchia b29bc3a44d
manually updating go.mod file
5 months ago
Mike Delucchi e1425f1aa5 fix: correct webhook order to match Kubernetes admission flow
5 months ago
Mike Delucchi 1003a3c93f fixes kind_sorter_test to match new order
5 months ago
Mike Delucchi c121b6b83e changes order of operations
5 months ago