generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 632
[release-1.4] Fix incorrect spec change for Policy objects #4316
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
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-sigs:release-1.4
from
k8s-infra-cherrypick-robot:cherry-pick-4304-to-release-1.4
Dec 3, 2025
Merged
[release-1.4] Fix incorrect spec change for Policy objects #4316
k8s-ci-robot
merged 1 commit into
kubernetes-sigs:release-1.4
from
k8s-infra-cherrypick-robot:cherry-pick-4304-to-release-1.4
Dec 3, 2025
+32
−10
Conversation
This file contains hidden or 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
This commit fixes a change made in error to the XBackendTrafficPolicy object, and moves that change to the BackendTLSPolicy object. The change in question marks the supported number of targetRefs for BackendTLSPolicy as one, until we can talk through edge cases in targetRef handling and status updates. Signed-off-by: Nick Young <[email protected]>
Contributor
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k8s-infra-cherrypick-robot, youngnick 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 |
Contributor
|
/lgtm assuming tests will pass... |
dadezzz
pushed a commit
to dadezzz/kubernetes
that referenced
this pull request
Dec 5, 2025
…(#224) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kubernetes-sigs/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | Kustomization | patch | `v1.4.0` -> `v1.4.1` | --- >⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/gateway-api (kubernetes-sigs/gateway-api)</summary> ### [`v1.4.1`](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.1) [Compare Source](kubernetes-sigs/gateway-api@v1.4.0...v1.4.1) **Warning**: Regarding the **Experimental CRDs** - please note that the experimental CRDs for this release are too large for a standard `kubectl apply`. You may receive an error like `metadata.annotations: Too long: may not be more than 262144 bytes`. To work around this please use `kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/experimental-install.yaml`. We're looking into ways to reduce the size for future releases to avoid this. #### Changes Since v1.4.0 ##### BackendTLSPolicy - BackendTLSPolicy supports only a single `targetRef` per policy while Gateway API works through edge cases around representing the status of multiple `targetRefs` in a single policy. This restriction is expected to be lifted in a future release. ([#​4316], [#​4298]) - SAN validation in BackendTLSPolicy is correctly marked as standard. ([#​4194]) - BackendTLSPolicy `status` is correctly marked as a subresource. ([#​4245]) ##### Conformance - Conformance tests for mesh routing with weights have been made faster. ([#​4315]) - BackendTLSPolicy conformance tests are included in the GATEWAY-HTTP profile. ([#​4223]) ##### Thanks to [Ciara Stacke], [Lior Lieberman], [Nick Young], [Norwin Schnyder], [Ricardo Pchevuzinske Katz], and [zirain] [Ciara Stacke]: https://github.com/ciarams87 [Lior Lieberman]: https://github.com/LiorLieberman [Nick Young]: https://github.com/youngnick [Norwin Schnyder]: https://github.com/snorwin [Ricardo Pchevuzinske Katz]: https://github.com/rikatz [zirain]: https://github.com/zirain [#​4194]: kubernetes-sigs/gateway-api#4194 [#​4223]: kubernetes-sigs/gateway-api#4223 [#​4245]: kubernetes-sigs/gateway-api#4245 [#​4298]: kubernetes-sigs/gateway-api#4298 [#​4315]: kubernetes-sigs/gateway-api#4315 [#​4316]: kubernetes-sigs/gateway-api#4316 #### Full Changelog **Full Changelog**: <kubernetes-sigs/gateway-api@v1.4.0...v1.4.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
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.
lgtm
"Looks good to me", indicates that a PR is ready to be merged.
release-note-none
Denotes a PR that doesn't merit a release note.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
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.
This is an automated cherry-pick of #4304
/assign youngnick