1. 17 Oct, 2018 1 commit
  2. 24 Aug, 2018 2 commits
  3. 22 Aug, 2018 1 commit
  4. 10 May, 2018 1 commit
  5. 24 Apr, 2018 1 commit
  6. 23 Apr, 2018 2 commits
  7. 18 Apr, 2018 1 commit
  8. 17 Apr, 2018 1 commit
  9. 16 Apr, 2018 1 commit
  10. 07 Apr, 2018 1 commit
  11. 06 Apr, 2018 1 commit
  12. 27 Mar, 2018 1 commit
  13. 05 Feb, 2018 1 commit
    • Matt Farina's avatar
      fix(api-machinery): Fixes patching for unstructured objects · e6137ff0
      Matt Farina authored
      CRDs and other objects seen as unstructured cannot use strategic
      merge patching. It has never been supported on CRDs. Previously,
      cases like unstructured objects could have caused an unregistered
      error. This is no longer the case.
      
      This change explicitly looks for unstructured objects and handles
      those using json merge patching.
      
      Closes #3382
      Unverified
      e6137ff0
  14. 27 Jan, 2018 3 commits
  15. 26 Jan, 2018 1 commit
  16. 22 Jan, 2018 1 commit
  17. 05 Jan, 2018 1 commit
  18. 27 Dec, 2017 1 commit
    • Timofey Kirillov's avatar
      Show kind in resource-not-found-in-release error · 13cb8d82
      Timofey Kirillov authored
      This error occures when resource is not found in helm release:
      `Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found`
      
      Changed to:
      `Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found`
      
      So now that resource can easily be found in cluster.
      13cb8d82
  19. 22 Dec, 2017 1 commit
  20. 21 Nov, 2017 2 commits
  21. 12 Nov, 2017 1 commit
  22. 01 Nov, 2017 1 commit
  23. 11 Oct, 2017 1 commit
  24. 27 Sep, 2017 2 commits
  25. 15 Sep, 2017 1 commit
  26. 07 Jul, 2017 1 commit
  27. 26 Jun, 2017 1 commit
  28. 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
  29. 26 May, 2017 1 commit
  30. 25 May, 2017 1 commit
  31. 19 May, 2017 1 commit
  32. 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
  33. 10 May, 2017 1 commit