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

feat(listens) support multiple addresses and IPv6 #986

Merged
merged 4 commits into from
Jan 19, 2024
Merged

Commits on Jan 19, 2024

  1. feat(listens) support multiple addresses and IPv6

    Configure default IPv6 listens for Kong listeners by default. The
    controller defaults are unchanged as the controller settings do not
    support multiple listen addresses.
    
    Replace the hidden .address service setting with a new hidden .addresses
    setting. The new setting is a list whereas the old setting was a single
    string.
    
    Honor address overrides for the admin listen. It previously forced you
    to the default 0.0.0.0 address or 127.0.0.1 when disabled.
    rainest committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b5be081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd6b171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9f7cd5 View commit details
    Browse the repository at this point in the history
  4. chore(*) release kong 2.34.0

    rainest committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e5c4c5f View commit details
    Browse the repository at this point in the history