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

Chore: (deps): Bump sigs.k8s.io/gateway-api from 0.6.2 to 0.7.0 #6020

Merged
merged 2 commits into from
May 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

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

Release notes

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

v0.7.0

The v0.7.0 release focuses on refining and stabilizing existing APIs. This included a focus on both conformance tests and clarifying ambiguous parts of the API spec.

Features Graduating to Standard

In addition to those broad focuses, 2 features are graduating to the standard channel:

GEPs

There are a lot of interesting GEPs in the pipeline right now, but only some of these GEPs have made it to experimental status in time for v0.7.0. The GEPs highlighted below are both in an experimental state and are either entirely new (GEP-1748) or had significant new concepts introduced (GEP-713):

GEP-713: Policy Attachment

This GEP received a major update, splitting policy attachment into two categories "Direct" and "Inherited". The new "Direct" mode enables a simplified form of policy attachment for targeting a single resource (#1565, @​youngnick).

GEP-1748: Gateway API Interaction with Multi-Cluster Services

A new GEP was introduced to define how Gateway API interacts with Multi-Cluster Services. At a high level, this states that ServiceImports have "Extended" support and can be used anywhere Services can throughout the API. There's a lot more nuance here, so for the full details, refer to the GEP. (#1843, @​robscott)

Other Changes by Kind

Status Changes

  • The "Ready" Gateway and Listener condition has been reserved for future use. (#1888, @​howardjohn)
  • The UnsupportedAddress Listener condition reason has been moved to a Gateway condition reason. (#1888, @​howardjohn)
  • The AddressNotAssigned Gateway condition reasons has moved from Accepted to Programmed. (#1888, @​howardjohn)
  • The NoResources Gateway condition reasons has moved from Ready to Programmed. (#1888, @​howardjohn)

Spec Cleanup

  • Clarification that port redirects should not add port number to Location header for HTTP and HTTPS requests on 80 and 443. (#1908, @​robscott)
  • Port redirect when empty will depend on the configured Redirect scheme (#1880, @​gauravkghildiyal)
  • Updated spec to clarify that Exact matches have precedence over Prefix matches and RegularExpression matches have implementation specific precedence. (#1855,

... (truncated)

Changelog

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

v0.7.0

The v0.7.0 release focuses on refining and stabilizing existing APIs. This included a focus on both conformance tests and clarifying ambiguous parts of the API spec.

Features Graduating to Standard

In addition to those broad focuses, 2 features are graduating to the standard channel:

GEPs

There are a lot of interesting GEPs in the pipeline right now, but only some of these GEPs have made it to experimental status in time for v0.7.0. The GEPs highlighted below are both in an experimental state and are either entirely new (GEP-1748) or had significant new concepts introduced (GEP-713):

GEP-713: Policy Attachment

This GEP received a major update, splitting policy attachment into two categories "Direct" and "Inherited". The new "Direct" mode enables a simplified form of policy attachment for targeting a single resource (#1565, @​youngnick).

GEP-1748: Gateway API Interaction with Multi-Cluster Services

A new GEP was introduced to define how Gateway API interacts with Multi-Cluster Services. At a high level, this states that ServiceImports have "Extended" support and can be used anywhere Services can throughout the API. There's a lot more nuance here, so for the full details, refer to the GEP. (#1843, @​robscott)

Other Changes by Kind

Status Changes

  • The "Ready" Gateway and Listener condition has been reserved for future use. (#1888, @​howardjohn)
  • The UnsupportedAddress Listener condition reason has been moved to a Gateway condition reason. (#1888, @​howardjohn)
  • The AddressNotAssigned Gateway condition reasons has moved from Accepted to Programmed. (#1888, @​howardjohn)
  • The NoResources Gateway condition reasons has moved from Ready to Programmed. (#1888, @​howardjohn)

Spec Cleanup

  • Clarification that port redirects should not add port number to Location header for HTTP and HTTPS requests on 80 and 443. (#1908, @​robscott)
  • Port redirect when empty will depend on the configured Redirect scheme (#1880, @​gauravkghildiyal)
  • Updated spec to clarify that Exact matches have precedence over Prefix matches

... (truncated)

Commits
  • fea4334 Merge pull request #2023 from robscott/changelog-v0.7.0
  • 2d1859d Adding changelog for v0.7.0 release
  • 551baa6 Merge pull request #2022 from robscott/v0.7.0-fixes
  • e568e2a Replacing fmt.Sprintln with plain strings
  • ac5b0bb Merge pull request #2017 from keithmattix/mesh-conformance-fixes
  • 2f86450 Merge pull request #2021 from kubernetes-sigs/dependabot/pip/mkdocs-awesome-p...
  • f4b5650 Merge pull request #2020 from kubernetes-sigs/dependabot/pip/mkdocs-material-...
  • f6e472a Merge pull request #2019 from kubernetes-sigs/dependabot/pip/tornado-6.3.2
  • 3a1958a build(deps): bump mkdocs-awesome-pages-plugin from 2.9.0 to 2.9.1
  • e8ee55e build(deps): bump mkdocs-material from 9.1.11 to 9.1.12
  • 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.6.2 to 0.7.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.6.2...v0.7.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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 22, 2023
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: +33.36 🎉

Comparison is base (3a93378) 27.57% compared to head (c3733e1) 60.93%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #6020       +/-   ##
===========================================
+ Coverage   27.57%   60.93%   +33.36%     
===========================================
  Files         222      225        +3     
  Lines       31215    31345      +130     
===========================================
+ Hits         8606    19099    +10493     
+ Misses      21510    10476    -11034     
- Partials     1099     1770      +671     
Flag Coverage Δ
core-unittests 55.97% <ø> (?)
e2e-multicluster-test 24.94% <ø> (-0.01%) ⬇️
e2etests 25.38% <ø> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 154 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
@Somefive
Copy link
Collaborator

/retest-failed

@Somefive Somefive merged commit 9246929 into master May 23, 2023
22 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-0.7.0 branch May 23, 2023 06:43
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant