1. 26 May, 2017 1 commit
  2. 24 May, 2017 1 commit
  3. 17 May, 2017 1 commit
  4. 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
  5. 03 May, 2017 1 commit
  6. 02 May, 2017 1 commit
  7. 01 May, 2017 2 commits
  8. 28 Apr, 2017 1 commit
  9. 25 Apr, 2017 1 commit
  10. 24 Apr, 2017 3 commits
  11. 18 Apr, 2017 2 commits
  12. 13 Apr, 2017 1 commit
  13. 12 Apr, 2017 4 commits
  14. 11 Apr, 2017 1 commit
  15. 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
  16. 19 Mar, 2017 1 commit
  17. 12 Mar, 2017 1 commit
  18. 11 Mar, 2017 1 commit
  19. 17 Feb, 2017 1 commit
  20. 15 Jan, 2017 1 commit
  21. 01 Dec, 2016 1 commit
  22. 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.
      Unverified
      aca9f86d
  23. 15 Nov, 2016 3 commits
  24. 14 Nov, 2016 1 commit
  25. 11 Nov, 2016 1 commit
  26. 04 Nov, 2016 1 commit
  27. 24 Oct, 2016 1 commit
    • Matt Butcher's avatar
      feat(scripts): add 'get' script to download and install · 8934eb5d
      Matt Butcher authored
      This adds 'scripts/get`, which is a bash script for fetching and
      installing the Helm client. It has the following features:
      
      - It uses the GitHub API to discover the latest release
      - It downloads the SHA256 checksum and verifies the binary using it
      - It does basic tests on the installation
      Unverified
      8934eb5d
  28. 19 Oct, 2016 1 commit
  29. 10 Oct, 2016 1 commit
  30. 10 Aug, 2016 1 commit
  31. 25 Jul, 2016 1 commit