forked from kubernetes-sigs/gateway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
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
shaneutt/1822 #3
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.12 to 9.1.14. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.1.12...9.1.14) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@9.11...10.0.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.15.0-alpha.0 to 0.15.0-beta.0. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.15.0-alpha.0...v0.15.0-beta.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
The go comment for the Gateway's AttachedRoutes field has been updated by adding the condition that the Routes need to be accepted to be considered successfully attached to a listener. Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
…ot/pip/mkdocs-material-9.1.14 build(deps): bump mkdocs-material from 9.1.12 to 9.1.14
…ot/go_modules/sigs.k8s.io/controller-runtime-0.15.0-beta.0 build(deps): bump sigs.k8s.io/controller-runtime from 0.15.0-alpha.0 to 0.15.0-beta.0
…ot/pip/pymdown-extensions-10.0.1 build(deps): bump pymdown-extensions from 9.11 to 10.0.1
We previously considered mesh an "alternatives considered" topic, as we didn't have tests available for mesh. We have tests now, and we also already added "mesh" as a profile so mesh is now in scope.
We decided to make ReferenceGrant part of profiles such as HTTP for the time being, so no action needs to be taken on this for the time being.
…-gep-1709-cleanup chore: cleanup TODO list and alternatives considered for GEP 1709
…-docs docs: `AttachedRoutes` docs update
…atch Clarifying HTTPRoute exact match behavior
…hod-matching-to-priority Add method matching to HTTPRoute matching precedence order
The GEP-1709 has been updated with content on how to detect the APIVersion and the channel and how to check their consistency. Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Update flagger integration to show v1beta1 support
Co-authored-by: Shane Utt <shane@shaneutt.com>
GEP-1619: Add to mkdocs
Since this test creates a new Gateway, wait for the namespace/contained pods to be ready before proceeding. Signed-off-by: Steve Kriss <krisss@vmware.com>
…wait-ns conformance: wait for namespace to be ready in TLSRoute test
Signed-off-by: Nick Young <nick@isovalent.com>
Fetches the Gateway from the client each time through the polling loop in GatewayMustHaveLatestConditions, so updates to the conditions can be observed. Signed-off-by: Steve Kriss <krisss@vmware.com>
…teway-api-impl Add Kuadrant to integrations
Signed-off-by: Steve Kriss <krisss@vmware.com>
…site-page Remove Policy Attachment details from site docs, point to GEP
…thavelatestconditions conformance: fetch Gateway in GatewayMustHaveLatestConditions loop
…alidation-gateway GEP: Client Certificate Validation for TLS terminating at the Gateway Listener
- fix manifest file names - gateway names/typos - move to testify require statements to prevent tests to continue to execute when preconditions not met (to prevent panics) and to simplify test logic Other issues still remain, this does not make a guarantee the logic of these tests is correct since there is no implementation that supports them yet. Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
…ility-tests-runnable conformance: Make routability tests runnable
Should be covered by hack/invalid-examples/gateway/invalid-routability.yaml Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
…wayUnsupportedRoutabilityMutation-test Remove GatewayUnsupportedRoutabilityMutation test
…-server to IfNotPresent
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.3 to 0.27.4. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.27.3...v0.27.4) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.18 to 9.1.19. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.1.18...9.1.19) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ot/go_modules/k8s.io/client-go-0.27.4 build(deps): bump k8s.io/client-go from 0.27.3 to 0.27.4
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.3 to 0.27.4. - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.27.3...v0.27.4) --- updated-dependencies: - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…sion-webhook-image-pull-policy enhancement: change default imagePullPolicy for gateway-api-admission-server to IfNotPresent
…ot/go_modules/k8s.io/apiextensions-apiserver-0.27.4 build(deps): bump k8s.io/apiextensions-apiserver from 0.27.3 to 0.27.4
…ot/pip/mkdocs-material-9.1.19 build(deps): bump mkdocs-material from 9.1.18 to 9.1.19
…gs#2223) Bumps [mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/datarobot/mkdocs-redirects/releases) - [Commits](mkdocs/mkdocs-redirects@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: mkdocs-redirects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [click](https://github.com/pallets/click) from 8.1.5 to 8.1.6. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](pallets/click@8.1.5...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rovers Adding new approvers for conformance tests
shaneutt
pushed a commit
that referenced
this pull request
Sep 18, 2023
…Gateway to Backend...) Update with API details (kubernetes-sigs#2113) * GEP-1897 Update with API details * GEP-1897 Update with API details - suggested changes #1 * Update geps/gep-1897.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> * Update geps/gep-1897.md Co-authored-by: Rob Scott <rob.scott87@gmail.com> * GEP-1897 Update with API details - suggested changes #2 * GEP-1897 Update with API details - suggested changes #3 * GEP-1897 Update with API details - suggested changes 4 * GEP-1897 Update with API details - suggested changes 5 * GEP-1897 Update with API details - suggested changes 7 * GEP-1897 Update with API details - suggested changes 8 * GEP-1897 Update with API details - suggested changes 9 * GEP-1897 Update with API details - suggested changes 10 * GEP-1897 Update with API details - suggested changes 11 --------- Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
all-features
flag to add ability to enable all supported feature conformance tests.ParentRefNotPermitted
route reason in conformance test kubernetes-sigs/gateway-api#1694 from mlavacca/parentref-not-permitted-conformance"Prototyping
GEP statusWhat type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: