1. 23 Apr, 2018 2 commits
  2. 20 Apr, 2018 2 commits
  3. 19 Apr, 2018 1 commit
  4. 18 Apr, 2018 1 commit
  5. 17 Apr, 2018 1 commit
  6. 16 Feb, 2018 1 commit
  7. 11 Sep, 2017 2 commits
  8. 26 May, 2017 1 commit
  9. 16 May, 2017 1 commit
  10. 03 Apr, 2017 1 commit
  11. 13 Feb, 2017 1 commit
  12. 06 Feb, 2017 1 commit
  13. 01 Feb, 2017 2 commits
  14. 20 Jan, 2017 1 commit
    • Taylor Thomas's avatar
      feat(*): Add --wait flag · 7ef9bb6f
      Taylor Thomas authored
      Adds `--wait` flag to helm that waits for all pods to reach a ready
      state, PVCs to be bound, and services to have IP addresses
      
      Closes #1805
      7ef9bb6f
  15. 11 Jan, 2017 1 commit
  16. 19 Dec, 2016 1 commit
    • Taylor Thomas's avatar
      feat(*): Adds support for timeout flag · 774789c7
      Taylor Thomas authored
      Installs, rollback, upgrade, and delete now accept a `--timeout` flag
      that allows the user to specify the maximum number of seconds that
      any kubernetes command can take.
      
      Closes #1678
      774789c7
  17. 16 Dec, 2016 1 commit
  18. 14 Dec, 2016 2 commits
  19. 13 Dec, 2016 1 commit
  20. 07 Dec, 2016 2 commits
  21. 10 Oct, 2016 1 commit
  22. 05 Oct, 2016 1 commit
  23. 28 Sep, 2016 1 commit
  24. 27 Sep, 2016 1 commit
  25. 13 Sep, 2016 1 commit
  26. 01 Sep, 2016 1 commit
  27. 29 Aug, 2016 1 commit
  28. 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
  29. 18 Aug, 2016 1 commit
  30. 08 Aug, 2016 1 commit
  31. 27 Jul, 2016 1 commit
  32. 25 Jul, 2016 1 commit
  33. 20 Jul, 2016 1 commit
  34. 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