1. 04 Dec, 2018 1 commit
  2. 28 Nov, 2018 1 commit
  3. 31 Oct, 2018 1 commit
  4. 17 Oct, 2018 1 commit
  5. 29 Aug, 2018 1 commit
  6. 24 Aug, 2018 2 commits
  7. 22 Aug, 2018 1 commit
  8. 14 Jun, 2018 1 commit
    • Matthew Fisher's avatar
      ref(cmd): rename `helm delete` to `helm uninstall` · 195d21d5
      Matthew Fisher authored
      To match the convention of `helm install`, `helm uninstall` is the inverse.
      
      Other tangential changes in this PR:
      
      - StatusDeleting has been changed to StatusUninstalling
      - StatusDeleted has been changed to StatusUninstalled
      - `helm list --deleted` has been changed to `helm list --uninstalled`
      - `helm list --deleting` has been changed to `helm list --uninstalling`
      - `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`
      
      I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because
      
      1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
      2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here
      
      `helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
      Unverified
      195d21d5
  9. 18 May, 2018 1 commit
  10. 10 May, 2018 2 commits
  11. 09 May, 2018 1 commit
  12. 02 May, 2018 1 commit
  13. 27 Apr, 2018 1 commit
  14. 26 Apr, 2018 1 commit
  15. 25 Apr, 2018 1 commit
  16. 23 Apr, 2018 2 commits
  17. 20 Apr, 2018 2 commits
  18. 19 Apr, 2018 3 commits
  19. 18 Apr, 2018 3 commits
  20. 17 Apr, 2018 3 commits
  21. 16 Apr, 2018 2 commits
  22. 13 Apr, 2018 3 commits
  23. 09 Apr, 2018 1 commit
  24. 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
  25. 03 Apr, 2018 1 commit