3.155.0 - 2025-08-05
Added
- When picking a target container automatically, mirrord now takes the
kubectl.kubernetes.io/default-container
annotation into consideration.
Changed
- mirrord policy CRDs now allow for blocking scale down when using the copy target feature.
Fixed
- Fixed a bug where mirrord-layer was encountering issues due to
vfork
in the
user application. The fix is hidden behind theexperimental.vfork_emulation
mirrord config flag. - Fixed issues with default mirrord CLI progress mode and interactive cluster auth plugins.