Commit Graph

126 Commits (6dc91a6f178cb2fc49c8ea2560bf74e6703dde7c)

Author SHA1 Message Date
Matheus Pimenta 8f56f24d63
fix(templating): hooks conflicting with templates in post-renderers (#32049)
2 months ago
Matheus Pimenta a27f1add79
fix(templating): fix wrong YAML separator parsing for post-renderers (#31941)
3 months ago
Matheus Pimenta af94abf976
fix: insert newline after doc separators glued to content by template trimming
4 months ago
George Jenkins 92b64e87ad
chore: fixes
4 months ago
Terry Howe d28853e206
Merge pull request #31624 from atombrella/feature/sloglint
7 months ago
Mads Jensen a18e59e465 Enable the sloglint linter
7 months ago
Benoit Tigeot ce273eea48
fix: preserve vendor suffixes in KubeVersion.GitVersion
7 months ago
Evans Mungai 2ddeb50fa6
Set default logger in Configuration constructor
8 months ago
Evans Mungai a112bf5aa6
Remove non-reachable code
8 months ago
Evans Mungai aed687eaa1
Add config options to NewConfiguration()
8 months ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
8 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
8 months ago
Evans Mungai 9c32e34d60
Add logger to sql driver and ensure storage has logger
8 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
8 months ago
Evans Mungai 7a5816b106
Self review changes
8 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
8 months ago
Matt Farina f80cbe43d0 Moved release objects to enable versioning
9 months ago
George Jenkins f21b143bef refactor: Replace action 'DryRun' string with DryRunStrategy type + deprecations
9 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
9 months ago
Matt Farina 9dcc49cbd5 Move lint pkg to be part of each chart version
10 months ago
Matt Farina 6f957f4922 Move the release util to the versioned directory
10 months ago
Scott Rigby 591d863df5
Move Postrenderer to a plugin type
10 months ago
George Jenkins 934f761e08
Merge pull request #30812 from gjenkins8/gjenkins/chartrelease_server_side_apply
10 months ago
Scott Rigby be74ab72a0
[HIP-0026] Plugin runtime interface (#31145)
10 months ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
10 months ago
Carlos Lima 6991a0a531 Make annotateAndMerge deterministic
12 months ago
Carlos Lima c01e76b5c3 review: change annotation name to postrenderer.helm.sh/postrender-filename
12 months ago
Carlos Lima a1416cf225 review: style changes
12 months ago
Carlos Lima 859721bd77 review: rewrite error messages from the end-user perspective
12 months ago
Carlos Lima b26b473bf6 review: make splitAndDeannotate private
12 months ago
Carlos Lima 855b5a44b7 review: make annotateAndMerge private
12 months ago
Carlos Lima 1d993f9e2d review: make filenameAnnotation private
12 months ago
Carlos Lima e6362d74c8 Allow post-renderer to process hooks
12 months ago
Terry Howe a8cbf3aa51 fix: action hooks delete policy mutex
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
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
Benoit Tigeot 0c85456788
Leverage slog.Any for errors
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 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
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
1 year ago