Skip to content

Conversation

@k8s-infra-cherrypick-robot
Copy link
Contributor

This is an automated cherry-pick of #4304

/assign youngnick

NONE

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]>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 3, 2025
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 3, 2025
@youngnick
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 3, 2025
@kflynn
Copy link
Contributor

kflynn commented Dec 3, 2025

/lgtm

assuming tests will pass...

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 3, 2025
@k8s-ci-robot k8s-ci-robot merged commit 466bd38 into kubernetes-sigs:release-1.4 Dec 3, 2025
16 checks passed
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. ([#&#8203;4316], [#&#8203;4298])
- SAN validation in BackendTLSPolicy is correctly marked as standard. ([#&#8203;4194])
- BackendTLSPolicy `status` is correctly marked as a subresource. ([#&#8203;4245])

##### Conformance

- Conformance tests for mesh routing with weights have been made faster. ([#&#8203;4315])
- BackendTLSPolicy conformance tests are included in the GATEWAY-HTTP profile. ([#&#8203;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

[#&#8203;4194]: kubernetes-sigs/gateway-api#4194

[#&#8203;4223]: kubernetes-sigs/gateway-api#4223

[#&#8203;4245]: kubernetes-sigs/gateway-api#4245

[#&#8203;4298]: kubernetes-sigs/gateway-api#4298

[#&#8203;4315]: kubernetes-sigs/gateway-api#4315

[#&#8203;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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants