1. 12 Nov, 2019 2 commits
    • Taylor Thomas's avatar
      fix(kube): Fixes missing API versions · bbdfe5e7
      Taylor Thomas authored
      In several of the job checks and other conversions we were using legacyscheme.
      I don't know why it was working before, but I am guessing something changed
      between k8s 1.15 and 1.16. To fix I changed the references to use the default
      scheme in client-go
      Signed-off-by: 's avatarTaylor Thomas <taylor.thomas@microsoft.com>
      (cherry picked from commit e2894a18ee1d28341aedd5fc786aff4cc7f2c092)
      bbdfe5e7
    • Taylor Thomas's avatar
      fix(kube): Fixes wait for jobs · eec69742
      Taylor Thomas authored
      This happened to be a bug we identified in Helm 3 and did not check if
      it existed in Helm 2. The improved logic for job waiting used an automatic
      retry. However, when we were creating the watcher, we were listing on everything
      of that same api version and kind. So if you had more than 1 hook and the first
      was successful, it would think everything was successful. I have validated that
      this now fails as intended if a job is failing
      
      Closes #6767
      Signed-off-by: 's avatarTaylor Thomas <taylor.thomas@microsoft.com>
      (cherry picked from commit 77c973422c44bc3e6877400ba22aaa71ebdfa1e4)
      eec69742
  2. 31 Oct, 2019 16 commits
  3. 30 Oct, 2019 4 commits
  4. 29 Oct, 2019 6 commits
  5. 25 Oct, 2019 2 commits
  6. 24 Oct, 2019 1 commit
  7. 23 Oct, 2019 3 commits
  8. 22 Oct, 2019 3 commits
  9. 21 Oct, 2019 3 commits