github solo-io/gloo v1.13.0-beta10

20 months ago

New Features

  • Consul EDS discovery query mode is now configurable (blocking vs non-blocking consul queries) via eds_blocking_queries on the Gloo Settings. The default remains the same (non-blocking queries) becuase this is more performant with cache hits on the consul agent (caching also enabled by default) but can be more performant when caching is disabled since blocking queries should result in fewer network calls. (#6599)
  • Expose extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.InternalAddressConfig This change was previously reverted due to issues bumping the go-control-plane dependency which have since been fixed. (#6470)

Fixes

  • Fix consul DNS polling interval to honor configuration on the Gloo Settings (default 5s). (#7037)
  • Trivy no longer scans nonexistant gateway image for Gloo >=1.12 (#7040)
  • Enable HCM options to support 0-value overrides. (#6476)
  • Change debug logs in validating webhook to not reference the Proxy
    It might be slightly less readable but will cause less memory overhead (#7031)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.