1. 28 Nov, 2018 1 commit
  2. 30 Mar, 2018 1 commit
  3. 22 Mar, 2018 1 commit
  4. 15 Mar, 2018 1 commit
  5. 13 Mar, 2018 1 commit
  6. 29 Dec, 2017 1 commit
  7. 20 Nov, 2017 1 commit
  8. 03 Oct, 2017 2 commits
  9. 02 Oct, 2017 1 commit
  10. 29 Sep, 2017 1 commit
  11. 12 Sep, 2017 1 commit
  12. 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
  13. 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
  14. 29 Jun, 2017 1 commit
  15. 28 Jun, 2017 2 commits
  16. 03 May, 2017 1 commit
  17. 25 Apr, 2017 1 commit
  18. 24 Apr, 2017 3 commits
  19. 19 Mar, 2017 1 commit
  20. 15 Nov, 2016 2 commits
  21. 14 Nov, 2016 1 commit
  22. 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