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.6.0 to 0.6.2 #471

Merged
merged 3 commits into from
Mar 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Fixes #496

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

Release notes

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

v0.6.2

API versions: v1beta1, v1alpha2

This is a patch release that predominantly includes updated conformance tests for implementations to implement.

For all major changes since the v0.5.x release series, please see the v0.6.0 release notes.

Maintenance

Bug Fixes

Conformance Test Updates

  • The HTTPRouteInvalidCrossNamespaceParentRef conformance test now checks for the NotAllowedByListeners reason on the HTTPRoute's Accepted: false condition to better indicate why the route was note accepted. (#1714, @​skriss)
  • A conformance test was added for HTTPRoute to cover the behavior of a non-matching SectionName similar to what was already present for ListenerPort. (#1719, @​zaunist)
  • Fixed an issue where tests may fail erroneously on the removal of resources that are already removed. (#1745, @​mlavacca)
  • Logging in conformance utilities related to resource's ObservedGeneration has been improved to emit the `ObservedGenerations that are found for the purpose of making it easier to debug test failures and be more verbose about the objects in question. (#1761, @​briantkennedy) (#1763, @​briantkennedy)
  • Patch instead of update in some places in conformance tests to reduce noise in logs. (#1760, @​michaelbeaumont)
  • Added AttachedRoutes testing to conformance tests. (#1624, @​ChaningHwang)
  • The conformance tests always check that the HTTPRoute ResolvedRefs condition is enforced, even when the status is true. (#1668, @​mlavacca)

... (truncated)

Changelog

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

v0.6.2

This is a patch release that predominantly includes updated conformance tests for implementations to implement.

For all major changes since the v0.5.x release series, please see the v0.6.0 release notes.

Maintenance

Bug Fixes

Conformance Test Updates

  • The HTTPRouteInvalidCrossNamespaceParentRef conformance test now checks for the NotAllowedByListeners reason on the HTTPRoute's Accepted: false condition to better indicate why the route was note accepted. (#1714, @​skriss)
  • A conformance test was added for HTTPRoute to cover the behavior of a non-matching SectionName similar to what was already present for ListenerPort. (#1719, @​zaunist)
  • Fixed an issue where tests may fail erroneously on the removal of resources that are already removed. (#1745, @​mlavacca)
  • Logging in conformance utilities related to resource's ObservedGeneration has been improved to emit the `ObservedGenerations that are found for the purpose of making it easier to debug test failures and be more verbose about the objects in question. (#1761, @​briantkennedy) (#1763, @​briantkennedy)
  • Patch instead of update in some places in conformance tests to reduce noise in logs. (#1760, @​michaelbeaumont)
  • Added AttachedRoutes testing to conformance tests. (#1624, @​ChaningHwang)
  • The conformance tests always check that the HTTPRoute ResolvedRefs condition is enforced, even when the status is true. (#1668, @​mlavacca)

v0.6.1

... (truncated)

Commits
  • 7042cd8 Merge pull request #1814 from shaneutt/shaneutt/release-v0.6.2
  • abdc042 Merge pull request #1819 from mlavacca/resolvedrefs-condition-fix
  • b9d5351 fix: use ListenerConditionAccepted for listener conds instead of RouteConditi...
  • 2324c2c docs: add CHANGELOG entry for v0.6.2
  • 49fc7c6 chore: update release to v0.6.2
  • c1a1ae8 Merge pull request #1668 from mlavacca/conformance-resolvedrefs-httproute
  • 4c4c0d5 Merge pull request #1624 from ChaningHwang/addAttachedRoutes
  • e8d3558 Merge pull request #1787 from Xunzhuo/fix-redirect-examples
  • 09a11ae Merge pull request #1760 from michaelbeaumont/fix/conformance_observed_gen
  • 71d7400 Merge pull request #1763 from briantkennedy/gw
  • 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 March 15, 2023 17:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 15, 2023
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 0.6.0 to 0.6.2.
- [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.0...v0.6.2)

---
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 force-pushed the dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.2 branch from 1946224 to 360c870 Compare March 20, 2023 19:13
@pleshakov pleshakov self-assigned this Mar 21, 2023
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 22, 2023
@pleshakov pleshakov merged commit 63b79ca into main Mar 22, 2023
@pleshakov pleshakov deleted the dependabot/go_modules/sigs.k8s.io/gateway-api-0.6.2 branch March 22, 2023 16:14
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
None yet
Development

Successfully merging this pull request may close these issues.

Bump sigs.k8s.io/gateway-api from 0.6.0 to 0.6.2
2 participants