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

v1.15 Author Backports 2024-04-04 for Gateway API #31769

Merged
merged 3 commits into from
Apr 5, 2024

Commits on Apr 4, 2024

  1. bugfix: hostname config in httproute and gateway

    [ upstream commit a052869 ]
    
    This fixes a bug where the hostname config isn't
    respected when set on a Gateway Listener and
    on an HTTPRoute's spec.
    
    Fixes: #30685
    
    Signed-off-by: CJ Virtucio <cjv287@gmail.com>
    cjvirtucio87 authored and sayboras committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3249f5f View commit details
    Browse the repository at this point in the history
  2. gateway-api: shorten the length of the value of the svc's label.

    [ upstream commit d6fbccf ]
    
    Fixes #31285
    
    When creating a gateway-api with a name exceeding 64 characters, it is impossible to create svc.
    
    This is because the label of svc references the name of gateway-api.
    
    Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
    chaunceyjiang authored and sayboras committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dcfe7bd View commit details
    Browse the repository at this point in the history
  3. gateway-api: RequestRedirect picks wrong port with multiple listeners

    [ upstream commit 74119be ]
    
    Fixes: 29099
    
    If RequestRedirect does not specify a port and schem is empty. The port of the listener is used by default.
    
    Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
    Signed-off-by: Tam Mach <tam.mach@cilium.io>
    chaunceyjiang authored and sayboras committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e546df1 View commit details
    Browse the repository at this point in the history