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 1.1.0 to 1.1.1 #6748

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2024

Bumps sigs.k8s.io/gateway-api from 1.1.0 to 1.1.1.

Release notes

Sourced from sigs.k8s.io/gateway-api's releases.

v1.1.1

This is a patch release that fixes some issues with GRPCRoute v1alpha2 and session persistence, and backports some improvements on CI and the conformance suite. Details follow.

Changes by Kind

Bug Fixes

  • Make GRPCRoute v1alpha2's status a subresource, and restore the previous additional printer columns (#3412, @​kflynn)
  • Allow the header based session persistence not to have AbsoluteTimeout, by relaxing CEL validation (#3215, @​sanposhiho)

CI improvements

Conformance suite improvements

Commits
  • 9a0614f [release 1.1] Prepare release 1.1.1 (#3423)
  • 53ba0e3 Replace the kubebuilder flags for GRPCRoute v1alpha2 so that they're the same...
  • c835e83 [release-1.1] Backport CI improvements (#3417)
  • 4d0cf60 fix: allow the header based session persistence not to have AbsoluteTimeout (...
  • 95cc90d expose grpc conformance client as in interface (#3104)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner November 3, 2024 20:03
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. labels Nov 3, 2024
@dependabot dependabot bot requested review from tsaarni, skriss, a team and sunjayBhatia and removed request for a team, tsaarni and skriss November 3, 2024 20:03
@sunjayBhatia sunjayBhatia requested review from a team, rajatvig and izturn and removed request for a team November 3, 2024 20:03
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.30/sigs.k8s.io/gateway-api-1.1.1 branch from 40cd2fb to 4a5d46b Compare November 8, 2024 19:36
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.01%. Comparing base (a1a4142) to head (b39f1d3).
Report is 2 commits behind head on release-1.30.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release-1.30    #6748   +/-   ##
=============================================
  Coverage         81.01%   81.01%           
=============================================
  Files               133      133           
  Lines             19994    19994           
=============================================
  Hits              16198    16198           
  Misses             3503     3503           
  Partials            293      293           
Files with missing lines Coverage Δ
internal/provisioner/controller/gatewayclass.go 71.00% <ø> (ø)

Copy link

github-actions bot commented Dec 2, 2024

The Contour project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 14d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the PR is closed

You can:

  • Ensure your PR is passing all CI checks. PRs that are fully green are more likely to be reviewed. If you are having trouble with CI checks, reach out to the #contour channel in the Kubernetes Slack workspace.
  • Mark this PR as fresh by commenting or pushing a commit
  • Close this PR
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 2, 2024
@github-actions github-actions bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 10, 2024
@skriss
Copy link
Member

skriss commented Jan 8, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot bot and others added 3 commits January 8, 2025 10:12
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/gateway-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sunjay Bhatia <[email protected]>
Signed-off-by: Sunjay Bhatia <[email protected]>
@sunjayBhatia sunjayBhatia force-pushed the dependabot/go_modules/release-1.30/sigs.k8s.io/gateway-api-1.1.1 branch from b39f1d3 to 0b488c6 Compare January 8, 2025 15:13
@sunjayBhatia
Copy link
Member

was wondering why a different test failed every run locally and looks like it is due to kubernetes-sigs/gateway-api#3122

@sunjayBhatia
Copy link
Member

given the diff on v1.1.1 is not actually very meaningful, I propose ditching this bump and leaving the 1.30 release branch as-is cc @projectcontour/maintainers

@skriss
Copy link
Member

skriss commented Jan 8, 2025

Ahh, that does look like the culprit. Yeah, I think skipping this patch bump for this release branch makes sense 👍

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/release-1.30/sigs.k8s.io/gateway-api-1.1.1 branch January 8, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants