Commit Graph

40 Commits (ecf1730689e010934f475b462b2ce738e5bfd966)

Author SHA1 Message Date
Justen Stall 065e2eb3eb
updates after merge conflict resolution
7 months ago
Justen Stall 280a9ddbdb
Merge branch 'main' into stdlib-errors-2
7 months ago
Benoit Tigeot d33e2896f0
Prevent failures with method signatures on hooks
7 months ago
Scott Rigby e397f44840
Merge pull request #30673 from nvanthao/process-all-hook-deletions-on-failure
7 months ago
Austin Abro 386523bdbc
update to get waiter instead of set
8 months ago
Gerard Nguyen aa9e4bb42d rebase
9 months ago
Laszlo Uveges 2eea520ba4 Delete previously successful hooks when a later hook fails
9 months ago
Austin Abro 1a3fb75b34
merge
9 months ago
Matt Farina e711488970
Move pkg/release to pkg/release/v1 to support v3 charts
9 months ago
Austin Abro 11eeb4a6b1
merge
9 months ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
9 months ago
Scott Rigby 52ac92fb69 clarify fix error message
9 months ago
Scott Rigby e8a76bc3eb fix err check
9 months ago
Scott Rigby 3796c1f4a1 remove comments about previous functionality
9 months ago
Scott Rigby f729b9ade0 add short circuit return
9 months ago
Chris Berry 243cb2e21f Update based on review comments
9 months ago
Chris Berry 3d4e679d9f Update based on review comments
9 months ago
Chris Berry a55a477069 Fix lint
9 months ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
9 months ago
Austin Abro 8ce1876192
get rid of ext interface
11 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
11 months ago
Matt Farina 5727f56a96
Update to Go 1.23
11 months ago
Justen Stall 7df69020d8
revert duplicate slice conditions
1 year ago
Justen Stall 63cf42a843
fix: replace "github.com/pkg/errors" with stdlib "errors" package
1 year ago
Suleiman Dibirov f4f4a6b81f fix(hooks): correct hooks delete order
1 year ago
zak905 fa025fc28b fix post install hook deletion due to before-hook-creation policy
3 years ago
Daniel Strobusch 9a2ff7802f
fix(helm): sort hooks by kind for equal weight
6 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
6 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
6 years ago
Jacob LeGrone 2d983f27e7
feat(hooks): never delete CustomResourceDefinitions
6 years ago
Jacob LeGrone 34d685f8bf
feat(hooks): set default deletion policy to before-hook-creation
6 years ago
Adam Reese 1e20ebae35
fix(pkg/kube): validate with OpenAPI on install
6 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Matthew Fisher 4c366c972d
fix(action): return an error if len > 0
6 years ago
Jacob LeGrone 2085228b50
feat(hooks): add Running phase
6 years ago
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
6 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
6 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
6 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
6 years ago