1. 31 Oct, 2016 3 commits
  2. 29 Oct, 2016 1 commit
  3. 28 Oct, 2016 2 commits
    • Matt Butcher's avatar
      Merge pull request #1473 from technosophos/fix/1468-3rd-party-apis · 846011b0
      Matt Butcher authored
      fix(tiller): allow 3rd party APIs
      846011b0
    • Matt Butcher's avatar
      fix(tiller): allow 3rd party APIs · f27791c3
      Matt Butcher authored
      This feature has been disabled in the past because simply enabling the
      feature causes the Kubernetes library to make requests to a server.
      Thus, running any tests that use the 'pkg/kube' library has required
      running a kube API server.
      
      This patch makes it possible to selectively activate 3rdParty API
      support, and then disables that support during testing.
      
      Future versions of the Kubernetes library appear to make it easier to
      configure and mock this behavior, so this is most likely a stop-gap
      measure. (Famous last words.)
      
      Closes #1472
      f27791c3
  4. 27 Oct, 2016 7 commits
  5. 26 Oct, 2016 14 commits
  6. 25 Oct, 2016 11 commits
  7. 24 Oct, 2016 2 commits
    • 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
      8934eb5d
    • Matt Butcher's avatar
      fix(helm): create index file as 'helm serve' starts up. · dce2079b
      Matt Butcher authored
      When 'helm serve' is run, this now generates an index.yaml file. Before,
      that file was maintained externally, often manually.
      
      Closes #793
      Partially addresses #1404
      dce2079b