Commit Graph

62 Commits (v4.3.0-rc.1)

Author SHA1 Message Date
Matthieu MOREL 24bbb46c62 chore: fix gofumpt issues
2 months ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
3 months ago
box4wangjing 432fc8a217 refactor: use slices.Backward to simplify the code
4 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
6 months ago
Matthieu MOREL 63f03c0f5c chore(pkg): enable perfsprint linter
7 months ago
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
8 months ago
Benoit Tigeot 45c5f3aaca
Deal with golint warning with private executeShutdownFunc
10 months ago
Benoit Tigeot 70fc5f97e2
Code review
10 months ago
Michelle Fernandez Bieber 6bb5bcc212
Update pkg/action/hooks.go
10 months ago
Michelle Fernandez Bieber d9301441f4
added check for nil shutdown
10 months ago
Michelle Fernandez Bieber 7a61ebf013
cleaned up empty line
10 months ago
Michelle Fernandez Bieber 10714772be
updated comment and made defer of shutdown function return errors as before and not the possible shutdown error
10 months ago
Michelle Fernandez Bieber 7a557580e1
added shutdown hook that is executed after the logs have been retrieved
10 months ago
George Jenkins b5de5b1591 chore: Cleanup additional/redundant kube client Interfaces
12 months ago
Terry Howe 3e1dd9a5dc
chore: remove pkg/time which is no longer needed
1 year ago
George Jenkins e2dcbe28bf Helm client/SDK support server-side apply
1 year ago
George Jenkins b2dc411f9d code review (error checks, collapse forceConflicts, UpdateApplyFunc)
1 year ago
George Jenkins 45141451b4 Kube client support server-side apply
1 year ago
Evans Mungai 85243914a4
feat: switch yaml library to go.yaml.in/yaml/v3
1 year ago
acceptacross 9623fb80f1 chore: fix some function names in comment
1 year ago
Terry Howe a8cbf3aa51 fix: action hooks delete policy mutex
1 year ago
findnature ac8d2f9aed refactor: use slices.Contains to simplify code
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
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
Austin Abro 386523bdbc
update to get waiter instead of set
1 year ago
Gerard Nguyen aa9e4bb42d rebase
2 years ago
Laszlo Uveges 2eea520ba4 Delete previously successful hooks when a later hook fails
2 years ago
Austin Abro 1a3fb75b34
merge
2 years ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
2 years ago
Austin Abro 11eeb4a6b1
merge
2 years ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
2 years ago
Scott Rigby 52ac92fb69 clarify fix error message
2 years ago
Scott Rigby e8a76bc3eb fix err check
2 years ago
Scott Rigby 3796c1f4a1 remove comments about previous functionality
2 years ago
Scott Rigby f729b9ade0 add short circuit return
2 years ago
Chris Berry 243cb2e21f Update based on review comments
2 years ago
Chris Berry 3d4e679d9f Update based on review comments
2 years ago
Chris Berry a55a477069 Fix lint
2 years ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
2 years ago
Austin Abro 8ce1876192
get rid of ext interface
2 years ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
2 years ago
Matt Farina 5727f56a96
Update to Go 1.23
2 years ago
Justen Stall 7df69020d8
revert duplicate slice conditions
2 years ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
2 years ago
Suleiman Dibirov f4f4a6b81f fix(hooks): correct hooks delete order
2 years ago
zak905 fa025fc28b fix post install hook deletion due to before-hook-creation policy
4 years ago
Daniel Strobusch 9a2ff7802f
fix(helm): sort hooks by kind for equal weight
7 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
7 years ago