What's New
✨ Features
- OTLP endpoint auto-discovery from node IP — When no
OTEL_EXPORTER_OTLP_METRICS_ENDPOINTorOTEL_EXPORTER_OTLP_ENDPOINTis configured, ingress now resolves the node IP from theHOST_IPenv var (then/etc/hostinfoas fallback) and points the OTLP/HTTP exporter at<node-ip>:4318over plaintext. This lets ingress emit metrics in environments where only a node IP is available, without requiring callers to template the full endpoint URL. (#963)
🐛 Bug Fixes
- WebSocket proxy forwards all headers — Replaced the hardcoded header whitelist (
Origin,Sec-WebSocket-Protocol,Cookie) with a blacklist approach that forwards all headers except hop-by-hop (RFC 7230 §6.1) and dialer-managed WebSocket handshake headers. This fixesX-EXECD-ACCESS-TOKENbeing silently dropped, which caused execd to return 401 on PTY WebSocket connections through ingress URI mode. (#1058)
👥 Contributors
Thanks to these contributors ❤️
- Docker Hub: opensandbox/ingress:v1.0.8
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/ingress:v1.0.8