1. 12 Nov, 2017 1 commit
  2. 01 Nov, 2017 1 commit
  3. 11 Oct, 2017 1 commit
  4. 27 Sep, 2017 2 commits
  5. 15 Sep, 2017 1 commit
  6. 07 Jul, 2017 1 commit
  7. 26 Jun, 2017 1 commit
  8. 31 May, 2017 2 commits
    • Taylor Thomas's avatar
      fix(tiller): Adds missing import back · d9c0a8b4
      Taylor Thomas authored
      PR #2513 was behind master when merged. Other commits were
      added that required the use of the log package. This re-adds
      that package.
      d9c0a8b4
    • Taylor Thomas's avatar
      feat(tiller): Adds more logging · 119fa653
      Taylor Thomas authored
      This builds on previous work and adds more logging to follow
      the full process of installing, updating, deleting, and rolling back.
      This also standardizes capitalization of logs and small formatting
      fixes
      119fa653
  9. 26 May, 2017 1 commit
  10. 25 May, 2017 1 commit
  11. 19 May, 2017 1 commit
  12. 11 May, 2017 1 commit
    • Taylor Thomas's avatar
      fix(tiller): Fixes bug with `--wait` and updated deployments · d3106125
      Taylor Thomas authored
      The current methodology generated its own RS slice instead of using
      a helper method that uses a `clientset`. This caused some issues where
      `FindNewReplicaSet` always returned `nil`. This switches the method and
      removes some unneeded API calls and code.
      
      Closes #2426
      d3106125
  13. 10 May, 2017 1 commit
  14. 02 May, 2017 1 commit
  15. 12 Apr, 2017 1 commit
  16. 11 Apr, 2017 1 commit
  17. 04 Apr, 2017 1 commit
  18. 28 Mar, 2017 3 commits
  19. 26 Mar, 2017 1 commit
  20. 21 Mar, 2017 1 commit
  21. 10 Mar, 2017 1 commit
  22. 01 Mar, 2017 1 commit
  23. 24 Feb, 2017 1 commit
  24. 13 Feb, 2017 1 commit
  25. 10 Feb, 2017 4 commits
  26. 02 Feb, 2017 1 commit
  27. 01 Feb, 2017 3 commits
  28. 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
  29. 19 Jan, 2017 1 commit
  30. 13 Jan, 2017 2 commits