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

deps: upgrade to Cilium 1.17.0-pre.cdf10116cea #2911

Merged
merged 6 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. deps: upgrade to Cilium 1.17.0-pre.cdf10116cea

    Also adapts a code part related to k8s version bump.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4d174d2 View commit details
    Browse the repository at this point in the history
  2. chores: fix golangci-lint deprecation notices

    Fix the following errors:
    	pkg/metrics/metricwithpod.go:21:22  staticcheck  SA1019: workqueue.DelayingInterface is deprecated: use TypedDelayingInterface instead.
    	pkg/metrics/metricwithpod.go:61:20  staticcheck  SA1019: workqueue.DelayingInterface is deprecated: use TypedDelayingInterface instead.
    	pkg/metrics/metricwithpod.go:63:14  staticcheck  SA1019: workqueue.NewDelayingQueue is deprecated: use TypedNewDelayingQueue instead.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0e1380f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update go to v1.23.1

    Co-authored-by: Mahe Tardy <[email protected]>
    Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
    cilium-renovate[bot] and mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cd7da2a View commit details
    Browse the repository at this point in the history
  4. kube-codegen: update tool to generate client-go libs

    generate-internal-groups.sh and generate-groups.sh were deprecated and
    then removed, replaced by kube::codegen::gen_client and
    kube::codegen::gen_helpers.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    bfe1e8c View commit details
    Browse the repository at this point in the history
  5. deps: remove replace for controller-tools and update it

    This directive is not needed as we don't use any of the customization
    implemented in the Cilium fork, we need this for kubernetes-sigs/controller-tools#1053.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1e3fa6c View commit details
    Browse the repository at this point in the history
  6. chores: run make crds with updated scripts

    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    013d6e2 View commit details
    Browse the repository at this point in the history