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

rebase: update kubernetes deps to 1.27.1 #3752

Closed
wants to merge 6 commits into from
Closed

rebase: update kubernetes deps to 1.27.1 #3752

wants to merge 6 commits into from

Commits on May 31, 2023

  1. rebase: update kubernetes deps to 1.27

    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    84b07b9 View commit details
    Browse the repository at this point in the history
  2. cleanup: ErrWaitTimeout is deprecated in k8s 1.27

    replaced ErrWaitTimeout with Interrupted
    
    Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
    riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b041de4 View commit details
    Browse the repository at this point in the history
  3. ci: new Ceph packages require /etc/selinux/config

    It seems `ceph-selinux` now needs `/etc/selinux/config`, otherwise
    installing will fail.
    
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8475028 View commit details
    Browse the repository at this point in the history
  4. rebase: update controller-runtime to current main

    Kubernetes 1.27 is not compatible with any released controller-runtime
    version. A commit that addresses the issue is only available in the
    `main` branch of the project for now, so rebasing to that version.
    
    See-also: kubernetes-sigs/controller-runtime#2223
    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    189a108 View commit details
    Browse the repository at this point in the history
  5. cleanup: remove unused import "errors"

    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8a0b0b3 View commit details
    Browse the repository at this point in the history
  6. e2e: pass context when creating a new Namespace

    Signed-off-by: Niels de Vos <ndevos@ibm.com>
    nixpanic authored and riya-singhal31 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    905f5fd View commit details
    Browse the repository at this point in the history