1. 27 Nov, 2017 1 commit
  2. 26 Nov, 2017 1 commit
  3. 24 Nov, 2017 1 commit
  4. 23 Nov, 2017 2 commits
  5. 22 Nov, 2017 4 commits
  6. 21 Nov, 2017 3 commits
  7. 20 Nov, 2017 1 commit
  8. 16 Nov, 2017 1 commit
    • Matt Butcher's avatar
      Fix/missing ssl params (#3152) · e8e6ac5d
      Matt Butcher authored
      * fix(helm): add TLS params back
      
      During a recent refactor, several TLS flags stopped being processed for
      a few of the commands. This fixes those commands, and documents how to
      set up TLS.
      
      * fix(tiller): add stricter certificate verification
      
      The older version of Tiller allowed a weaker set of certificate checks
      than we intended. This version requires a client certificate, and then
      requires that that certificate be signed by a known CA. This works
      around the situation where a user could provide a self-signed
      certificate.
      e8e6ac5d
  9. 15 Nov, 2017 1 commit
  10. 14 Nov, 2017 1 commit
  11. 09 Nov, 2017 1 commit
  12. 08 Nov, 2017 1 commit
  13. 07 Nov, 2017 1 commit
  14. 03 Nov, 2017 2 commits
  15. 01 Nov, 2017 1 commit
  16. 31 Oct, 2017 2 commits
  17. 30 Oct, 2017 4 commits
  18. 29 Oct, 2017 2 commits
  19. 25 Oct, 2017 3 commits
  20. 24 Oct, 2017 1 commit
    • Matt Farina's avatar
      feat(chart): Adding maintainer url · 22e53812
      Matt Farina authored
      Each maintainer can have an optional URL. There are seceral use
      cases for providing a URL instead of an email address:
      - The case where a maintainer wants to hide their email address
        behind a webform for personal security
      - When the maintainer is an organization and feedback should
        go to an issue queue
      
      This change:
      - Adds the proto field for url
      - Updates the generated files for the chart proto
      - Includes linting for the url
      - Updates the docs to include the url
      
      Closes #3056
      22e53812
  21. 20 Oct, 2017 4 commits
  22. 18 Oct, 2017 2 commits