1. 22 Oct, 2019 3 commits
  2. 18 Oct, 2019 1 commit
  3. 15 Oct, 2019 1 commit
    • Matthew Fisher's avatar
      fix(kube): fix race condition · d6580a1c
      Matthew Fisher authored
      
      .Get() calls perform() on a list of infos, populating two shared maps. perform() now concurrently calls the ResourceActorFunc concurrently based on GVK, causing a data race condition in .Get()
      
      This fixes that condition by locking the function to ensure these functions run serially for Helm 2 to fix the data race condition. This has since been optimized in Helm 3 so it's no longer an issue.
      
      Signed-off-by: default avatarMatthew Fisher <matt.fisher@microsoft.com>
  4. 10 Oct, 2019 4 commits
  5. 09 Oct, 2019 4 commits
  6. 08 Oct, 2019 8 commits
  7. 07 Oct, 2019 3 commits
  8. 04 Oct, 2019 8 commits
  9. 03 Oct, 2019 8 commits