1. 26 Apr, 2018 1 commit
  2. 25 Apr, 2018 1 commit
  3. 23 Apr, 2018 2 commits
  4. 20 Apr, 2018 2 commits
  5. 19 Apr, 2018 3 commits
  6. 18 Apr, 2018 3 commits
  7. 17 Apr, 2018 3 commits
  8. 16 Apr, 2018 2 commits
  9. 13 Apr, 2018 3 commits
  10. 09 Apr, 2018 1 commit
  11. 04 Apr, 2018 3 commits
    • Michelle Noorali's avatar
      e02802ba
    • Michelle Noorali's avatar
      fix(pkg/tiller): reuseValues combines all prev val · 9266731d
      Michelle Noorali authored
      Resolves #3655
      We were seeing that when running helm upgrade with the reuse-values
      flag enabled that you could end up in the position where overrides
      a.k.a computed values from previous revisions were not being saved on
      the updated revision. This left us in a weird position where some
      computed values would disappear mysteriously in the abyss. That
      happened because computed values from previous revisions weren't merged
      with the new computed values every time the reuse-values flag was used.
      This PR merges computed values from the previous revisions so you don't
      end up in that kind of conundrum.
      9266731d
    • Stuart Leeks's avatar
      Switch flag to update existing record · bac4f45f
      Stuart Leeks authored
      bac4f45f
  12. 03 Apr, 2018 1 commit
  13. 02 Apr, 2018 1 commit
  14. 28 Mar, 2018 1 commit
  15. 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
  16. 19 Mar, 2018 1 commit
  17. 08 Mar, 2018 1 commit
    • Matthew Fisher's avatar
      replace FAILED deployments with `helm upgrade --install --force` · 13730b0d
      Matthew Fisher authored
      When using `helm upgrade --install`, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state.
      
      With this feature, `helm upgrade --install --force` automates the same process as `helm delete && helm install --replace`. It will mark the previous release as DELETED, delete any existing resources inside Kubernetes, then replace it as if it was a fresh install. It will then mark the FAILED release as SUPERSEDED.
      13730b0d
  18. 27 Feb, 2018 1 commit
    • Johnny Bergström's avatar
      fix(tiller): Supersede multiple deployments (#3539) · 5f1a21bc
      Johnny Bergström authored
      * add test for rolling back from a FAILED deployment
      
      * Update naming of release variables
      
      Use same naming as the rest of the file.
      
      * Update rollback test
      
      - Add logging
      - Verify other release names not changed
      
      * fix(tiller): Supersede multiple deployments
      
      There are cases when multiple revisions of a release has been
      marked with DEPLOYED status. This makes sure any previous deployment
      will be set to SUPERSEDED when doing rollbacks.
      
      Closes #2941 #3513 #3275
      5f1a21bc
  19. 19 Feb, 2018 2 commits
  20. 07 Feb, 2018 1 commit
  21. 06 Jan, 2018 1 commit
  22. 05 Jan, 2018 1 commit
  23. 30 Nov, 2017 1 commit
  24. 29 Nov, 2017 2 commits
  25. 22 Nov, 2017 1 commit