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: update Go dependencies #3411

Merged
merged 10 commits into from
Oct 16, 2024
Merged

deps: update Go dependencies #3411

merged 10 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    2e3779d View commit details
    Browse the repository at this point in the history
  2. bazel: force Gazelle generation for xDS

    xDS has an upstream set of build files that makes Gazelle consider their project a whole new Bazel project, which makes Gazelle not generate any build files, even though the upstream ones aren't valid.
    
    See cncf/xds#104.
    msanft committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c362f03 View commit details
    Browse the repository at this point in the history
  3. go: update cel.dev/expr for Bazel fixes

    cel.dev/expr had some upstream Bazel fixes in v0.16.2 without which Gazelle doesn't work.
    msanft committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b909ab8 View commit details
    Browse the repository at this point in the history
  4. chore: generate

    msanft committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9694a74 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. e2e: remove references to kubeProxyVersion

    kubeProxyVersion is deprecated as of KEP-4004. It was never being set to an accurate value before, and we only used it in the e2e test, so removing the additional check should not hurt here.
    
    See https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/4004-deprecate-kube-proxy-version
    msanft committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    705a689 View commit details
    Browse the repository at this point in the history
  2. constellation-node-operator: use typed rate-limiter

    The untyped rate-limiter was deprecated in favor of a generic one that can just be instantiated to `any` to achieve the previous behaviour.
    msanft committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d97bc86 View commit details
    Browse the repository at this point in the history
  3. Advertise ALPN settings in NextProtos required by gRPC

    Signed-off-by: Daniel Weiße <[email protected]>
    daniel-weisse committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    54de6a5 View commit details
    Browse the repository at this point in the history
  4. atls: add nextProtos

    nextProtos (for ALPN) is now required by gRPC, so add it.
    msanft committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ddd3e29 View commit details
    Browse the repository at this point in the history
  5. go: add cri-client replace

    msanft committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ebe9eac View commit details
    Browse the repository at this point in the history
  6. deps: tidy all modules

    edgelessci committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    144954a View commit details
    Browse the repository at this point in the history