1. 28 Nov, 2018 1 commit
  2. 24 Aug, 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.
      195d21d5
  4. 23 Apr, 2018 1 commit
  5. 20 Apr, 2018 1 commit
  6. 30 Mar, 2018 1 commit
  7. 22 Mar, 2018 1 commit
  8. 20 Mar, 2018 1 commit
  9. 15 Mar, 2018 1 commit
  10. 13 Mar, 2018 1 commit
  11. 02 Feb, 2018 1 commit
  12. 05 Jan, 2018 1 commit
  13. 29 Dec, 2017 1 commit
  14. 20 Nov, 2017 1 commit
  15. 03 Oct, 2017 2 commits
  16. 02 Oct, 2017 1 commit
  17. 29 Sep, 2017 1 commit
  18. 12 Sep, 2017 1 commit
  19. 08 Sep, 2017 1 commit
  20. 29 Aug, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): use openssl sha1 command · 46ce97c1
      Justin Scott authored
      Currently the bash script that installs Helm is hard-coded to use
      openssl sha command but some distros like Debian 9 only have sha1.
      Since the popular current distros have sha1 we can switch to that.
      
      Closes(#2859)
      46ce97c1
  21. 14 Aug, 2017 1 commit
    • Tim H's avatar
      Fix curl error Failed writing body · b914958b
      Tim H authored
      Do not close the pipe early, output only the first version found.  wget command changed for consistency.
      Fixes #2802
      b914958b
  22. 07 Jul, 2017 1 commit
  23. 29 Jun, 2017 1 commit
  24. 28 Jun, 2017 2 commits
  25. 26 May, 2017 1 commit
  26. 24 May, 2017 1 commit
  27. 17 May, 2017 1 commit
  28. 16 May, 2017 1 commit
    • Sushil Kumar's avatar
      Adds update option to plugin command (#2410) · ff42dadd
      Sushil Kumar authored
      * Adds update option to plugin command
      
      Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
      
      * Added tests for new methods for plugin update
      
      * Updated docs
      
      * Updated review comments :)
      
      * Return error exit code when there is error
      ff42dadd
  29. 03 May, 2017 1 commit
  30. 02 May, 2017 1 commit
  31. 01 May, 2017 2 commits
  32. 28 Apr, 2017 1 commit
  33. 25 Apr, 2017 1 commit
  34. 24 Apr, 2017 3 commits
  35. 18 Apr, 2017 1 commit