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.7.0 to 0.7.1 #1482

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps sigs.k8s.io/gateway-api from 0.7.0 to 0.7.1.

Release notes

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

v0.7.1

This is a patch release that includes small fixes, clarifications, and conformance tests as a follow up to the v0.7.0 release.

Changes by Kind

Conformance Tests

  • Fixed an issues causing conformance tests to fail when using IPv6 addresses. (#2024, @​howardjohn)
  • HTTPRoute connectivity is in now enforced in conformance tests if a relevant ReferenceGrant gets deleted. (#1853, @​pmalek)
  • New: Conformance tests for HTTP request mirroring. (#1912, @​liorlieberman)
  • Fixes to port and scheme redirect tests: Tests now send HTTPS requests with consistent SNI and Host, Gateway now has the correct SANs. (#2039, @​sunjaybhatia)
  • TLSRoute test now waits for namespaces to be ready. (#2067, @​skriss)

Validating Webhook

  • Webhook config works with "restricted" Pod Security level. (#2016, @​jcpunk)

Clarifications

  • HTTPRoute Method matching precedence has been clarified. (#2054, @​gauravkghildiyal)
  • Implementations MUST ignore any port value specified in the HTTP Host header while performing a match against HTTPRoute.Hostnames. (#1980, @​gauravkghildiyal)
  • HTTPRoute: Clarified that exact path matches are truly exact, both trailing slashes and capitalization are meaningful. (#2055, @​robscott)
  • Gateway: Clarified that AttachedRoutes should only consider Routes that have been accepted. (#2050, @​mlavacca)
Changelog

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

v0.7.1

This is a patch release that includes small fixes, clarifications, and conformance tests as a follow up to the v0.7.0 release.

Changes by Kind

Conformance Tests

  • Fixed an issues causing conformance tests to fail when using IPv6 addresses. (#2024, @​howardjohn)
  • HTTPRoute connectivity is in now enforced in conformance tests if a relevant ReferenceGrant gets deleted. (#1853, @​pmalek)
  • New: Conformance tests for HTTP request mirroring. (#1912, @​liorlieberman)
  • Fixes to port and scheme redirect tests: Tests now send HTTPS requests with consistent SNI and Host, Gateway now has the correct SANs. (#2039, @​sunjaybhatia)
  • TLSRoute test now waits for namespaces to be ready. (#2067, @​skriss)

Validating Webhook

  • Webhook config works with "restricted" Pod Security level. (#2016, @​jcpunk)

Clarifications

  • HTTPRoute Method matching precedence has been clarified. (#2054, @​gauravkghildiyal)
  • Implementations MUST ignore any port value specified in the HTTP Host header while performing a match against HTTPRoute.Hostnames. (#1980, @​gauravkghildiyal)
  • HTTPRoute: Clarified that exact path matches are truly exact, both trailing slashes and capitalization are meaningful. (#2055, @​robscott)
  • Gateway: Clarified that AttachedRoutes should only consider Routes that have been accepted. (#2050, @​mlavacca)
Commits
  • ab03a59 Merge pull request #2081 from robscott/changelog-v0.7.1
  • 27efbb5 Adding changelog for v0.7.1
  • 54bd466 Merge pull request #2068 from k8s-infra-cherrypick-robot/cherry-pick-2067-to-...
  • cd370d5 conformance: wait for namespace to be ready in TLSRoute test
  • e60faa0 Merge pull request #2059 from k8s-infra-cherrypick-robot/cherry-pick-2054-to-...
  • cc22914 Add method matching to HTTPRoute matching precedence order
  • 692afa8 Merge pull request #2056 from k8s-infra-cherrypick-robot/cherry-pick-2055-to-...
  • 9df33e5 Clarifying HTTPRoute exact match behavior
  • dfe12a7 Merge pull request #2053 from k8s-infra-cherrypick-robot/cherry-pick-2050-to-...
  • 5bc76ab docs: attachedRoutes comment updated
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 0.7.0 to 0.7.1.
- [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.7.0...v0.7.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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 5, 2023 05:04
@dependabot dependabot bot added kind/dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 5, 2023
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #1482 (54cc77f) into main (d01263a) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1482      +/-   ##
==========================================
+ Coverage   61.54%   61.58%   +0.04%     
==========================================
  Files          79       79              
  Lines       11545    11545              
==========================================
+ Hits         7105     7110       +5     
+ Misses       3974     3970       -4     
+ Partials      466      465       -1     

see 2 files with indirect coverage changes

@arkodg
Copy link
Contributor

arkodg commented Jun 5, 2023

closed in favor of #1478 which is also updating the crd

@zirain zirain closed this Jun 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2023

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.

@zirain zirain deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.1 branch June 6, 2023 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants