1. 28 Nov, 2018 1 commit
  2. 18 Oct, 2018 1 commit
  3. 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
  4. 19 Dec, 2017 1 commit
  5. 27 Nov, 2017 1 commit
  6. 30 Oct, 2017 1 commit
  7. 18 Oct, 2017 1 commit
  8. 03 Aug, 2017 1 commit
  9. 01 Aug, 2017 1 commit
  10. 08 Jun, 2017 1 commit
  11. 07 Jun, 2017 2 commits
  12. 02 Jun, 2017 1 commit
  13. 31 May, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 04 Apr, 2017 1 commit
  16. 16 Mar, 2017 1 commit
  17. 07 Feb, 2017 1 commit
  18. 20 Jan, 2017 1 commit
  19. 26 Dec, 2016 1 commit
  20. 23 Nov, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): improve --set parser · 6a1aab7f
      Matt Butcher authored
      This replaces the old set parser with a brand new one. This also changes
      the internal algorithm from duplicating YAML to merging YAML, which
      might solve a problem one user reported in chat, but which was never
      captured in an issue.
      
      Closes #1540
      Closes #1556
      Unverified
      6a1aab7f
  21. 17 Nov, 2016 1 commit
  22. 15 Nov, 2016 1 commit
  23. 14 Nov, 2016 1 commit
  24. 25 Oct, 2016 1 commit
  25. 17 Oct, 2016 1 commit
    • Matt Butcher's avatar
      docs(*): refresh docs · 627c59d1
      Matt Butcher authored
      This refreshes docs, as discussed in #719, and adds a few new sections
      to the docs.
      
      Closes #719
      627c59d1
  26. 12 Oct, 2016 1 commit
  27. 07 Oct, 2016 1 commit
  28. 04 Oct, 2016 2 commits
  29. 01 Oct, 2016 1 commit
    • Mark Petrovic's avatar
      issue/1254 · 3ec83045
      Mark Petrovic authored
      Fix typo in using_helm.md that refers to "glide install".  The
      reference should be to "helm install".
      3ec83045
  30. 28 Sep, 2016 1 commit