This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
Containers & Orchestration
โ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-agent
ai-infra
kubernetes
sandbox
Affected surfaces
auth
Summary
AI summaryUpdates ๐ Bug Fixes, โจ Features, and What's New across a mixed release.
Full changelog
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 โค๏ธ
- @Pangjiping
- Docker Hub: opensandbox/ingress:v1.0.8
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/ingress:v1.0.8
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Earlier breaking changes
- vpython/sandbox/v0.1.14 Removes `CredentialMatch.ports`; port now derived from scheme.
- vjava/sandbox/v1.0.16 Removes CredentialMatch.ports; port derived from scheme instead.
- vdocker/egress/v1.1.4 `Match.Ports` field removed from Credential Vault bindings; ports derived from scheme.
- vdocker/egress/v1.1.4 'X-Forwarded-Proto' is trusted only from configured proxy CIDRs.
- vdocker/egress/v1.1.4 Credential Vault requires `dns+nft` enforcement for egress connections.
Beta — feedback welcome: [email protected]