Skip to content

components/ingress 1.0.10

Pre-release
Pre-release

Choose a tag to compare

@Pangjiping Pangjiping released this 12 Jul 00:45
34653f7

What's New

🐛 Bug Fixes

  • Dedicated http.ServeMux instead of http.DefaultServeMux. Prevents transitive dependencies from silently exposing endpoints (e.g. net/http/pprof, expvar) via init()-time http.Handle on the global mux. Only / and /status.ok are reachable now; /debug/pprof/ correctly returns 404. (#1224)

🔧 Improvements

  • OTel metrics normalized. Attribute keys ._ (http_method, http_status_code, routing_result); OTLP export switched to delta temporality; removed redundant ingress.proxy.http.requests_total and ingress.proxy.websocket.connections_total (already covered by generic HTTP request metrics from v1.0.9). Update dashboards/alerts accordingly. (#1209)

👥 Contributors

Thanks to these contributors ❤️


  • Docker Hub: opensandbox/ingress:v1.0.10
  • GHCR: ghcr.io/opensandbox-group/opensandbox/ingress:v1.0.10
  • Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/ingress:v1.0.10