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

[WIP] SDN-3901: CNO 4.14 kubernetes 1.27 #1806

Commits on May 31, 2023

  1. 1.27_rebase: go get/tidy

    go mod edit -go=1.20
    
    removed k8s.io/apimachinery from replace section
    changed k8s.io/client-go to v0.27.2 in replace section
    
    added k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 in replace section to addresss
    issue with openAPIVersionedService.RegisterOpenAPIVersionedService compile
    
    go get -u k8s.io/api ; \
    go get -u k8s.io/apiextensions-apiserver ; \
    go mod tidy
    
    Signed-off-by: Flavio Fernandes <flaviof@redhat.com>
    flavio-fernandes committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f7cf935 View commit details
    Browse the repository at this point in the history
  2. 1.27_rebase: vendor

    Signed-off-by: Flavio Fernandes <flaviof@redhat.com>
    flavio-fernandes committed May 31, 2023
    Configuration menu
    Copy the full SHA
    edbb050 View commit details
    Browse the repository at this point in the history