Skip to content

HAProxy Unified Gateway v1.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:39
· 262 commits to dev since this release

Release Notes

HAProxy Unified Gateway v1.0.7 4af11d1

Build date: 2026-08-10T08:21:01Z

Changelog

  • 0eed26d BUG/MEDIUM: write PlainValues map entries as a single comma-separated line
  • e61097d BUG/MINOR: HTTP Rule: avoid unnecessary reload when only maps are changed.
  • e77aa31 BUG/MINOR: prioritize exact host over wildcard in route selection
  • 4af11d1 BUILD/MINOR: bump gopherd version in Dockerfiles
  • 8346b3c BUILD/MINOR: bump k8s and development tools versions
  • 1c394dc BUILD/MINOR: go.mod: update golang.org/x packages
  • 8b878c5 BUILD/MINOR: go.mod: update k8s.io packages
  • 3b2269a BUILD/MINOR: go.mod: update k8s.io packages
  • e3c0371 CLEANUP/MINOR: add Apache 2.0 license header to route.lua
  • a883241 CLEANUP/MINOR: ci: refine pipeline cancel logs
  • 3520307 CLEANUP: fix typo on update status log
  • cc0f016 CLEANUP: use the same log level for all map operations
  • d83a5cf MAJOR: new configuration for matching across routes
  • 4469586 MAJOR: use in-memory patref for map lookups in Lua
  • a008948 MINOR: Update log format to include listener-route wildcard match and base listener route
  • 6313c6d MINOR: read CapBnd instead of CapEff for NET_BIND_SERVICE
  • 81dc0b6 MINOR: split HAProxy health checks into liveness and readiness
  • ffa980e REORG/MAJOR: replace pebble process manager with gopherd
  • 5319473 TEST/MEDIUM: collect HUG debug artifacts on conformance MR failures
  • c6a5536 TEST/MEDIUM: fix integration tests with the new configuration for match across routes
  • cec0f6b TEST/MEDIUM: lua: add tests for lua script
  • 9811d29 TEST: add end to end lua tests