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

build(deps): bump sigs.k8s.io/gateway-api from 0.5.1 to 0.6.0 #10038

Merged
merged 7 commits into from
Jan 16, 2023

Commits on Dec 22, 2022

  1. build(deps): bump sigs.k8s.io/gateway-api from 0.5.1 to 0.6.0

    Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 0.5.1 to 0.6.0.
    - [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
    - [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/CHANGELOG.md)
    - [Commits](kubernetes-sigs/gateway-api@v0.5.1...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/gateway-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f0c82fe View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Account for possible errors returned from AddEventHandler

    In v0.26.0 client-go's `AddEventHandler` method for informers started
    returning a registration handle (that we ignore) and an error that we
    now surface up.
    alpeb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    21ddf4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2cf92 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    26e76fd View commit details
    Browse the repository at this point in the history
  2. Temporary changes to trigger tests in k8s 1.21

    - Adds an innocuous change to integration.yml so that all tests get
      triggered
    - Hard-code k8s version in `k3d cluster create` invocation to v1.21
    alpeb committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3e1fdd0 View commit details
    Browse the repository at this point in the history
  3. Revert "Temporary changes to trigger tests in k8s 1.21"

    This reverts commit 3e1fdd0.
    alpeb committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ff9b133 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    8462a97 View commit details
    Browse the repository at this point in the history