1. 16 Dec, 2016 1 commit
  2. 14 Dec, 2016 2 commits
  3. 13 Dec, 2016 2 commits
  4. 07 Dec, 2016 2 commits
  5. 10 Oct, 2016 1 commit
  6. 05 Oct, 2016 1 commit
  7. 04 Oct, 2016 1 commit
  8. 28 Sep, 2016 2 commits
  9. 27 Sep, 2016 1 commit
  10. 14 Sep, 2016 1 commit
  11. 13 Sep, 2016 3 commits
  12. 06 Sep, 2016 1 commit
  13. 01 Sep, 2016 1 commit
  14. 29 Aug, 2016 1 commit
  15. 25 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(*): add 'helm list --all' and related flags · 1be28d6f
      Matt Butcher authored
      This adds support for the following 'helm list' flags:
      
      - all: show all release types
      - deleted: show deleted releases
      - deployed: show deployed releases
      - failed: show failed releases
      
      These flags can be toggled. Only '--deployed' is turned on by default.
      
      On the server side, Tiller's list function can now filter based on a
      slice of release.Status_Code filters. While the client only supports a
      subset, the server supports all known release.Status_Code types.
      
      Closes #973
      1be28d6f
  16. 22 Aug, 2016 1 commit
  17. 18 Aug, 2016 1 commit
  18. 10 Aug, 2016 2 commits
  19. 09 Aug, 2016 1 commit
  20. 08 Aug, 2016 1 commit
  21. 27 Jul, 2016 1 commit
  22. 25 Jul, 2016 1 commit
  23. 20 Jul, 2016 1 commit
  24. 15 Jul, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add --no-hook to helm install · a42b43a9
      Matt Butcher authored
      This includes a substantial bit of unit test improvements. Also, in
      order to allow us to tests command line args (which translate to
      helm.Option objects), I had to add a new interface to pkg/helm.
      a42b43a9
  25. 06 Jul, 2016 2 commits
  26. 22 Jun, 2016 1 commit
  27. 20 Jun, 2016 2 commits
    • Miguel Martinez's avatar
      New Chart linter structure · c2459c06
      Miguel Martinez authored
      Fixed tests
      
      Adding chart name linter
      
      Add lint error
      
      Moving to blocks
      
      Moving to method
      
      Moved lint rules to functions
      
      Semantic version validation
      
      Linting engine
      
      Adding sources and home validations
      
      Sharing file loading
      
      Sharing file loading
      
      Rolling back readme
      
      Rewriting other linters
      
      Fixing tests
      
      Typo
      
      Using chart.Metadata
      
      Fixing format
      
      Adding UNKNOWN in Engine
      
      Adding tabs
      
      Fixing tabs
      c2459c06
    • Matt Butcher's avatar
      fix(proto): keep a local protoc Go plugin · 5c93c2a0
      Matt Butcher authored
      This works around issues where $GOPATH/bin has a different version of
      the protobuf Go plugin than the one Kubernetes uses.
      5c93c2a0
  28. 18 Jun, 2016 1 commit
  29. 07 Jun, 2016 2 commits
  30. 21 May, 2016 1 commit