helm/pkg
Alexey igrychev 1d4883bf3c Implement before-hook-creation delete policy
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).

New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
2018-03-21 18:13:53 +03:00
..
chartutil Merge pull request #3567 from jumal/master 2018-02-28 12:59:43 -08:00
downloader Authentication support for remote charts repositories (#3206) 2018-03-20 10:56:48 -07:00
engine Now returning error and stopping installation 2018-03-13 16:33:10 +05:30
getter Authentication support for remote charts repositories (#3206) 2018-03-20 10:56:48 -07:00
helm fix typo in docs and fake 2018-03-08 18:22:32 -08:00
hooks Implement before-hook-creation delete policy 2018-03-21 18:13:53 +03:00
ignore Fix helmignore for .* (#3114) 2017-11-22 09:20:41 -07:00
kube Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag 2018-02-08 10:47:15 -08:00
lint Accept .yml files as well as .yaml for templates. 2018-03-09 17:05:57 +00:00
plugin fix(plugins): support installing plugins by relative path (#3568) 2018-02-26 15:49:07 -08:00
proto/hapi Implement before-hook-creation delete policy 2018-03-21 18:13:53 +03:00
provenance fix(*): correct file permissions on source files 2016-12-07 09:09:38 -08:00
releasetesting fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting, 2018-02-16 16:31:06 -05:00
releaseutil fix(releaseutil): remove newline on SplitManifests 2017-05-02 14:48:08 -04:00
repo Authentication support for remote charts repositories (#3206) 2018-03-20 10:56:48 -07:00
resolver Added omitempty to Requirements struct 2017-06-21 11:18:27 -07:00
rudder Basic Rudder Delete implementation 2017-05-05 13:05:24 +02:00
storage replace FAILED deployments with helm upgrade --install --force 2018-03-08 15:33:10 -08:00
strvals Adding --set-string flag to force string values. 2018-03-20 13:35:42 -06:00
sympath refactor symWalk() into pkg/sympath (#3199) 2018-01-08 15:13:13 -08:00
tiller Implement before-hook-creation delete policy 2018-03-21 18:13:53 +03:00
timeconv chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
tlsutil Fix/missing ssl params (#3152) 2017-11-15 17:52:24 -07:00
urlutil ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
version bump version to v2.8 2018-01-25 22:45:19 -08:00