1. 10 Feb, 2017 1 commit
  2. 01 Feb, 2017 3 commits
  3. 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
  4. 13 Jan, 2017 1 commit
  5. 21 Dec, 2016 1 commit
  6. 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
  7. 16 Dec, 2016 1 commit
  8. 15 Dec, 2016 2 commits
  9. 14 Dec, 2016 1 commit
  10. 13 Dec, 2016 2 commits
  11. 07 Dec, 2016 1 commit
  12. 02 Nov, 2016 1 commit
  13. 26 Aug, 2016 1 commit
  14. 15 Aug, 2016 1 commit
  15. 10 Aug, 2016 1 commit
  16. 09 Aug, 2016 2 commits
  17. 08 Aug, 2016 2 commits
  18. 05 Aug, 2016 1 commit
    • Michelle Noorali's avatar
      feat(kube): add update logic to kube client · f600b30c
      Michelle Noorali authored
      This commit adds an Update function to the client.
      The Update function takes in the modified manifests and
      the original manifests. It then iterates through the modified
      objects, creates objects not found in kubernetes, and updates
      objects that exists but have been modified. Finally, it
      iterates through the original resources and checks to see if
      they have been deleted in the modified configuration and then
      proceeds to delete them. #690
      f600b30c
  19. 20 Jul, 2016 1 commit
  20. 06 Jul, 2016 1 commit
  21. 22 Jun, 2016 1 commit
  22. 13 Jun, 2016 1 commit
  23. 07 Jun, 2016 1 commit
  24. 10 May, 2016 2 commits
  25. 05 May, 2016 1 commit
  26. 04 May, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm, tiller): implement k8s portion of install · 6db7c39b
      Matt Butcher authored
      This commit finally ties `helm install` together with the Kubernetes
      client library to make an end-to-end trip.
      
      There were several small fixes to go on both client and server side,
      along with some changes to proto to support better error reporting.
      
      The alpine chart has been updated to exhibit how the new Helm works.
      6db7c39b
  27. 28 Apr, 2016 1 commit
  28. 20 Apr, 2016 1 commit
  29. 18 Apr, 2016 1 commit
  30. 15 Apr, 2016 1 commit
  31. 13 Apr, 2016 3 commits