3.162.0 - 2025-09-16
Added
-
Mirroring incoming TCP traffic now supports using an HTTP filter.
#2538 -
mirrord now retries failed Kubernetes API requests made during startup. This
should improve stability when facing transient errors, like cluster
connectivity issues.The retry policy can be adjusted in startup_retry mirrord config section.
Changed
- Agent->layer message logs will no longer contain environment variables.
- Update TELEMETRY.md to include the machine_id metric in the OSS.
- Updated so if the PingPong will not attempt to request restart if not
connected to operator.
Fixed
- Intproxy now no longer runs as a child of the user process so it doesn't get
reaped by wait/waitall calls.
#3563