Commit Graph

8404 Commits (add-lfx-insights)
 

Author SHA1 Message Date
Robert Sirchia c1ffaedfa8
Merge pull request #30766 from benoittgt/fix-main
5 months ago
Benoit Tigeot d33e2896f0
Prevent failures with method signatures on hooks
5 months ago
Scott Rigby e397f44840
Merge pull request #30673 from nvanthao/process-all-hook-deletions-on-failure
5 months ago
Matt Farina 01590a59b2
Merge pull request #30760 from robertsirc/add-debuging-to-jsonschema
5 months ago
Robert Sirchia 1b332afbd5
Merge pull request #30762 from helm/dependabot/go_modules/golang.org/x/net-0.38.0
5 months ago
Robert Sirchia 8733103743
Merge pull request #30718 from klihub/fixes/package/multiple-charts-single-passwd-from-stdin
5 months ago
dependabot[bot] 0c200aca73
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
5 months ago
Robert Sirchia da096e1b7a
Merge pull request #30752 from benoittgt/bump-golangci-lint-action
5 months ago
Robert Sirchia ef0361de21
fixing as per review
5 months ago
Robert Sirchia 9b9ff12c6d
adding slog debug to a few points
5 months ago
Krisztian Litkey 3102c28804
fix: allow signing multiple charts with passphrase from stdin.
5 months ago
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
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