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

[release-0.13] Bump kubernetes to v1.28.1 #1318

Merged

Commits on Aug 29, 2023

  1. go.mod: update kubernetes to v1.28.1

    Also sync (update) other dependencies with what kubernetes v1.28 has.
    
    (cherry picked from commit 5d5f133)
    (cherry picked from commit 4d9259d)
    marquiz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5593a49 View commit details
    Browse the repository at this point in the history
  2. pkg/podres: update mocked PodResourcesListerClient

    Update mocked implementation of
    k8s.io/kubelet/pkg/apis/podresources/v1.PodResourcesListerClient. The
    mocked implementation is moved to a separate "mocks" subpackage as it's
    for an external interface.
    
    This patch also adds code for auto-generation for the mocked interface.
    
    (cherry picked from commit e2d5ba1)
    marquiz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7d1b0bc View commit details
    Browse the repository at this point in the history
  3. test/e2e: use proper context

    Eliminate all context.TODO() from the e2e tests and use ginkgo context
    instead. This ensures that calls involving context are properly
    cancelled and return fast in case the tests get aborted.
    
    (cherry picked from commit ad8bd05)
    marquiz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7c08f44 View commit details
    Browse the repository at this point in the history
  4. test/e2e: adapt tests to updates in k8s e2e-framework

    Add context to functions that now require it. Also, replace the
    deprecated wait.Poll* calls with wait.PollUntilContextTimeout.
    
    (cherry picked from commit 87371e2)
    marquiz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f64467b View commit details
    Browse the repository at this point in the history
  5. test/e2e: align with latest kubernetes code base

    (cherry picked from commit 2e79a01)
    marquiz committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    713fa91 View commit details
    Browse the repository at this point in the history