1. 20 Nov, 2017 1 commit
  2. 12 Sep, 2017 1 commit
  3. 08 Sep, 2017 1 commit
  4. 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
  5. 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
  6. 07 Jul, 2017 1 commit
  7. 29 Jun, 2017 1 commit
  8. 28 Jun, 2017 2 commits
  9. 26 May, 2017 1 commit
  10. 24 May, 2017 1 commit
  11. 17 May, 2017 1 commit
  12. 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
  13. 03 May, 2017 1 commit
  14. 02 May, 2017 1 commit
  15. 01 May, 2017 2 commits
  16. 28 Apr, 2017 1 commit
  17. 25 Apr, 2017 1 commit
  18. 24 Apr, 2017 3 commits
  19. 18 Apr, 2017 2 commits
  20. 13 Apr, 2017 1 commit
  21. 12 Apr, 2017 4 commits
  22. 11 Apr, 2017 1 commit
  23. 22 Mar, 2017 1 commit
    • Adam Reese's avatar
      fix(ci): disable gosimple · 41f72776
      Adam Reese authored
      gosimple seems to be eating all memory in CircleCI.  Testing disabling
      the check to see if CI builds.
      41f72776
  24. 19 Mar, 2017 1 commit
  25. 12 Mar, 2017 1 commit
  26. 11 Mar, 2017 1 commit
  27. 17 Feb, 2017 1 commit
  28. 15 Jan, 2017 1 commit
  29. 01 Dec, 2016 1 commit
  30. 29 Nov, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      aca9f86d
  31. 15 Nov, 2016 2 commits