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

Release v0.6.2 #1814

Merged

Conversation

shaneutt
Copy link
Member

What type of PR is this?

/kind test

What this PR does / why we need it:

This adds the content for the v0.6.2 release.

k8s-ci-robot and others added 12 commits March 14, 2023 10:59
conformance: check reason in HTTPRouteInvalidCrossNamespaceParentRef test
test: add not matching sectioName test
…e-k8s.gcr.io-registry

chore: replace usage of the deprecated k8s.gcr.io registry
…nd-error

chore: cleanup err check in conformance tests
…ormance_observed_gen

conformance: use Patch to make ObservedGeneration tests robust against conflicts
…mples

fix: remove invalid redirect examples
…Routes

conformance: add attachedRoutes to conformance tests
…olvedrefs-httproute

conformance: HTTPRoute resolvedRefs condition always checked
@shaneutt shaneutt added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 14, 2023
@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/test needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 14, 2023
@shaneutt shaneutt added this to the v0.6.2 milestone Mar 14, 2023
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 14, 2023
@shaneutt shaneutt changed the base branch from main to release-0.6 March 14, 2023 15:25
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Mar 14, 2023
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 14, 2023
@shaneutt shaneutt requested a review from sunjayBhatia March 14, 2023 18:11
@sunjayBhatia
Copy link
Member

sunjayBhatia commented Mar 14, 2023

running conformance with contour now, will update here on what goes on

failing test TestConformance/HTTPRouteDisallowedKind commented here: https://github.com/kubernetes-sigs/gateway-api/pull/1814/files#r1136075762

failing test TestConformance/GatewayWithAttachedRoutes commented here: #1814 (comment)

redirect tests that include the port number in expected Location header fail, due to issues related to #1806 (and previous #1725)

@shaneutt
Copy link
Member Author

Will consider @sunjayBhatia's upcoming report along with the reviews from @mlavacca and @robscott enough to unhold 👍

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 14, 2023
@shaneutt shaneutt requested a review from arkodg March 14, 2023 19:08
@shaneutt shaneutt requested a review from sunjayBhatia March 14, 2023 20:08
@shaneutt shaneutt force-pushed the shaneutt/release-v0.6.2 branch from b9d5351 to 0822959 Compare March 14, 2023 20:13
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Mar 14, 2023
@shaneutt shaneutt force-pushed the shaneutt/release-v0.6.2 branch from 0822959 to b9d5351 Compare March 14, 2023 20:15
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 14, 2023
@shaneutt shaneutt requested a review from mlavacca March 14, 2023 20:16
Kind: v1beta1.Kind("HTTPRoute"),
}},
Conditions: []metav1.Condition{{
Type: string(v1beta1.ListenerConditionAccepted),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coincidentally this is the first conformance test that actually asserts on ListenerConditionAccepted so it might cause a little friction, there are a few tests using Programmed for similar assertions (e.g. GatewaySecretReferenceGrantAllInNamespace)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I understand it this is more of a calling out than a request for change. Let me know if I'm misunderstood, however.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah just a callout in case anyone else sees an issue with it

…ndition-fix

resolvedRefs condition additional checks
@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 15, 2023
@shaneutt shaneutt requested a review from sunjayBhatia March 15, 2023 14:49
@shaneutt
Copy link
Member Author

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 15, 2023
Copy link
Member

@mlavacca mlavacca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 15, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mlavacca, shaneutt, sunjayBhatia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 7042cd8 into kubernetes-sigs:release-0.6 Mar 15, 2023
@shaneutt shaneutt deleted the shaneutt/release-v0.6.2 branch March 15, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/test lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

5 participants