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.8.0-rc1 to 0.8.0-rc2 #7608

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps sigs.k8s.io/gateway-api from 0.8.0-rc1 to 0.8.0-rc2.

Release notes

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

v0.8.0-rc2

The working group expects that this release candidate is quite close to the final v0.8.0 release. However, breaking API changes are still possible.

This release candidate is suitable for implementors, but the working group does not recommend shipping products based on a release candidate API due to the possibility of incompatible changes prior to the final release. The following represents the changes since v0.8.0-rc1:

Changes by Kind

Validation

  • Add CEL validation for GRPCRoute. (#2305, @​gnossen)
  • HTTPRoute and GRPCRoute CRDs now provide built-in validation that ensures the uniqueness of names in Header Modifier "Remove" lists. (#2306, @​robscott)

Bug Fixes

  • GRPCRoute: The default match has been removed as it was invalid (it only specified a type of "Exact" without a corresponding Service or Method). Note that the match type still defaults to "Exact". (#2311, @​gauravkghildiyal)

Spec Clarifications

  • RequestMirrorFilter: Enhanced the doc string to be explicit about sending the mirrored request to a single destination endpoint within the backendRef specified. (#2317, @​arkodg)
  • Resources no longer have support levels, implementations can choose to support whichever set of resources they want (#2323, @​robscott)

Conformance

New Contributors

Full Changelog: kubernetes-sigs/gateway-api@v0.8.0-rc1...v0.8.0-rc2

Changelog

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

v0.8.0-rc2

The working group expects that this release candidate is quite close to the final v0.8.0 release. However, breaking API changes are still possible.

This release candidate is suitable for implementors, but the working group does not recommend shipping products based on a release candidate API due to the possibility of incompatible changes prior to the final release. The following represents the changes since v0.8.0-rc1:

Changes by Kind

Validation

  • Add CEL validation for GRPCRoute. (#2305, @​gnossen)
  • HTTPRoute and GRPCRoute CRDs now provide built-in validation that ensures the uniqueness of names in Header Modifier "Remove" lists. (#2306, @​robscott)

Bug Fixes

  • GRPCRoute: The default match has been removed as it was invalid (it only specified a type of "Exact" without a corresponding Service or Method). Note that the match type still defaults to "Exact". (#2311, @​gauravkghildiyal)

Spec Clarifications

  • RequestMirrorFilter: Enhanced the doc string to be explicit about sending the mirrored request to a single destination endpoint within the backendRef specified. (#2317, @​arkodg)
  • Resources no longer have support levels, implementations can choose to support whichever set of resources they want (#2323, @​robscott)

Conformance

Commits
  • c3ceacf Merge pull request #2336 from robscott/changelog-v0.8.0-rc2
  • 4ffef36 Adding changelog for v0.8.0-rc2
  • 31957f2 Merge pull request #2323 from robscott/remove-resource-support-levels
  • 8113fe0 Removing concept of resource-level support levels
  • 70d5c04 Merge pull request #2335 from robscott/go-1.20
  • 278e81a Bumping go version to 1.20 to match upstream Kubernetes
  • 9e6ea6d chore: run generators
  • 39bc481 build(deps): bump sigs.k8s.io/controller-tools from 0.12.1 to 0.13.0
  • 5295bbb Merge pull request #2329 from kubernetes-sigs/dependabot/pip/click-8.1.7
  • 7d00940 Merge pull request #2328 from kubernetes-sigs/dependabot/pip/mkdocs-awesome-p...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 0.8.0-rc1 to 0.8.0-rc2.
- [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.8.0-rc1...v0.8.0-rc2)

---
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 August 28, 2023 15:44
@dependabot dependabot bot requested review from michaelbeaumont and lukidzi and removed request for a team August 28, 2023 15:44
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

Superseded by #7644.

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-0.8.0-rc2 branch September 4, 2023 16:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants