Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/gateway-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: kubernetes-sigs/gateway-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 10 commits
  • 41 files changed
  • 8 contributors

Commits on Oct 22, 2025

  1. [release-1.4] cleanup: Add missing BackendTLSPolicy GA reference and …

    …switch SAN validation feature to standard (#4194)
    
    * cleanup: add BackendTLSPolicy as GA in README.md
    
    Signed-off-by: Norwin Schnyder <[email protected]>
    
    * cleanup: SAN validation in BTLSP is no longer experimental
    
    Signed-off-by: Norwin Schnyder <[email protected]>
    
    ---------
    
    Signed-off-by: Norwin Schnyder <[email protected]>
    Co-authored-by: Norwin Schnyder <[email protected]>
    k8s-infra-cherrypick-robot and snorwin authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    f3a5ea8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. fix: add BackendTLSPolicy features to GATEWAY-HTTP profile (#4223)

    Signed-off-by: Norwin Schnyder <[email protected]>
    Co-authored-by: Norwin Schnyder <[email protected]>
    k8s-infra-cherrypick-robot and snorwin authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    c6f0cf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    8efa378 View commit details
    Browse the repository at this point in the history
  2. fix: use correct API version in BackendTLSPolicy conformance tests (#…

    …4248)
    
    Signed-off-by: Norwin Schnyder <[email protected]>
    Co-authored-by: Norwin Schnyder <[email protected]>
    k8s-infra-cherrypick-robot and snorwin authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    93d4bf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Fix Airlock link checks in conformance reports (#4299)

    Signed-off-by: Nick Young <[email protected]>
    youngnick authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    407d04d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Make single TargetRef Core for BackendTLSPolicy (#4298)

    Make Core conformance for BackendTLSPolicy only support
    a single TargetRef for now, while we figure out what to
    do about representing some edge cases in status.
    
    Signed-off-by: Nick Young <[email protected]>
    Co-authored-by: Nick Young <[email protected]>
    k8s-infra-cherrypick-robot and youngnick authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    dd7fb4a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Fix GCL version with bugfix for git problem (#4314)

    Co-authored-by: Ricardo Pchevuzinske Katz <[email protected]>
    k8s-infra-cherrypick-robot and rikatz authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2bd9fed View commit details
    Browse the repository at this point in the history
  2. [release-1.4] Optimize mesh (GRPC|HTTP)RouteWeight tests (#4315)

    * Optimize mesh weight conformance tests using batch requests
    
    The mesh weight conformance tests were executing 500 separate kubectl exec
    commands with random delays, resulting in very slow test execution. This
    optimization uses the echo client's --count flag to execute all 500 requests
    in a single batch, dramatically reducing test time.
    
    * Wrong count warning should be an error
    
    * add simple log line
    
    ---------
    
    Co-authored-by: Ciara Stacke <[email protected]>
    Co-authored-by: Lior Lieberman <[email protected]>
    3 people authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    a88ca94 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect spec change for Policy objects (#4316)

    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]>
    Co-authored-by: Nick Young <[email protected]>
    k8s-infra-cherrypick-robot and youngnick authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    466bd38 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. [release-1.4] chore(1.4.1): CHANGELOG and version updates (#4318)

    * chore(CHANGELOG): 1.4.1 (and, honestly, final 1.4.0) CHANGELOG
    
    Signed-off-by: Flynn <[email protected]>
    
    * chore(v1.4.1): bump version numbers for 1.4.1
    
    Signed-off-by: Flynn <[email protected]>
    
    ---------
    
    Signed-off-by: Flynn <[email protected]>
    Co-authored-by: Flynn <[email protected]>
    k8s-infra-cherrypick-robot and kflynn authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    477d172 View commit details
    Browse the repository at this point in the history
Loading