1. 18 Apr, 2018 1 commit
  2. 21 Mar, 2018 1 commit
    • Alexey igrychev's avatar
      Implement before-hook-creation delete policy · 1d4883bf
      Alexey igrychev authored
      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.
      1d4883bf
  3. 24 Aug, 2017 1 commit
    • DockerZK's avatar
      feat(*) add key helm.sh/hook-delete-policy to hook annotation · 734b1245
      DockerZK authored
      When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
      
      Closes #1769
      734b1245
  4. 03 Apr, 2017 1 commit
  5. 24 Mar, 2017 1 commit
    • Jonathan Chauncey's avatar
      feat(hooks): Adds weighted hooks · 05d0fcb7
      Jonathan Chauncey authored
      closes #2136
      * Adds new annotation `helm.sh/hookWeight`
      * Sorts executing hooks of similar kind in ascending order
      * There is no upper or lower bounds on the weights
      05d0fcb7
  6. 22 Feb, 2017 1 commit
  7. 14 Feb, 2017 2 commits