Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not wait for initContainer to exit when it is a sidecar #2866

Merged
merged 9 commits into from
Jul 31, 2024

Commits on Jul 10, 2024

  1. chore: update client-go to 1.29

    Signed-off-by: Nico Berlee <[email protected]>
    nberlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    625d9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f50c8 View commit details
    Browse the repository at this point in the history
  3. tests: update golang version

    Signed-off-by: Nico Berlee <[email protected]>
    nberlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e19ac5f View commit details
    Browse the repository at this point in the history
  4. chore: refactor exec.Stream to exec.StreamWithContext

    Signed-off-by: Nico Berlee <[email protected]>
    nberlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bf9d115 View commit details
    Browse the repository at this point in the history
  5. chore: refactor wait.Poll* to wait.PollUntilContext

    Signed-off-by: Nico Berlee <[email protected]>
    nberlee committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1e2c02d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix: use correct context

    Signed-off-by: Russell Centanni <[email protected]>
    lizardruss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6bb85bd View commit details
    Browse the repository at this point in the history
  2. fix: upgrade github.com/google/go-containerregistry

    Signed-off-by: Russell Centanni <[email protected]>
    lizardruss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    73401c7 View commit details
    Browse the repository at this point in the history
  3. test: fix terminal test expectation

    Signed-off-by: Russell Centanni <[email protected]>
    lizardruss committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e9b5461 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. test: handle error from stopping command

    Signed-off-by: Russell Centanni <[email protected]>
    lizardruss committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    854407d View commit details
    Browse the repository at this point in the history