1. 08 Aug, 2016 4 commits
  2. 05 Aug, 2016 3 commits
    • Michelle Noorali's avatar
      chore(glide): add kube pkgs to glide.yaml · 1b31382d
      Michelle Noorali authored
      * Thanks for the reminder adam :)
      1b31382d
    • Matt Butcher's avatar
      fix(helm): fix helmignore evaluation of dirs · 2e95230b
      Matt Butcher authored
      This adds a few extra settings to the default .helmignore file. In
      doing this, I found a bug that some directory patterns are not
      evaluated correctly. Fixed that and added tests.
      
      Closes #989
      Closes #1027
      2e95230b
    • 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
  3. 04 Aug, 2016 3 commits
  4. 03 Aug, 2016 6 commits
  5. 02 Aug, 2016 5 commits
  6. 01 Aug, 2016 7 commits
  7. 31 Jul, 2016 1 commit
  8. 29 Jul, 2016 3 commits
  9. 28 Jul, 2016 2 commits
  10. 27 Jul, 2016 3 commits
  11. 26 Jul, 2016 3 commits