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

Bump sigs.k8s.io/gateway-api from 0.7.0 to 0.7.1 #711

Merged
merged 2 commits into from
Jun 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 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)

@dependabot dependabot bot requested a review from a team as a code owner June 2, 2023 17:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 2, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.1 branch 3 times, most recently from b701396 to b367080 Compare June 12, 2023 16:32
@kate-osborn kate-osborn self-assigned this Jun 13, 2023
@kate-osborn
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.1 branch 2 times, most recently from 2011602 to f72cc3e Compare June 15, 2023 18:00
@github-actions
Copy link
Contributor

github-actions bot commented Jun 15, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

go.mod
  • sigs.k8s.io/gateway-api@0.7.1
  • sigs.k8s.io/gateway-api@0.7.0

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 16, 2023
dependabot bot and others added 2 commits June 20, 2023 10:57
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>
@kate-osborn kate-osborn force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.1 branch from 8b10b42 to 3097a2e Compare June 20, 2023 16:58
@kate-osborn kate-osborn merged commit 06009a8 into main Jun 20, 2023
16 checks passed
@kate-osborn kate-osborn deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.1 branch June 20, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants