3.164.0 - 2025-10-06
Added
- Added a new command to generate mirrord CI API key for operator users.
Changed
- Improves the agent handling of background tasks by having them run in a
separate tokio runtime. Also adds a timeout for waiting on these tasks to
finish (timeout of 5 seconds). - Removed the outdated operator version check.
Fixed
- Disallow nested
mirrord exec
andmirrord container
executions. - Fixed an issue where mirrord sessions would sometimes fail after reconnecting
to the operator.
Internal
- Added a new CRD for persisting workload patches.
- Allow config to be printed in IDE that supports it
- Pinned
ci-agent-runtime
image to specific commit. - Removed an unused
test.json
file from the repo. - Removed legacy
MirrordOperatorUser
CRD. - The
dirty_iptables::agent_exits_on_dirty_tables
E2E test no longer depends
on/bin/sh
being present in the agent image. - Verify correct Prometheus metrics in SQS E2E tests.