Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libmirrord_layer_linux_aarch64.so | 2025-08-05 | 16.9 MB | |
libmirrord_layer_linux_x86_64.so | 2025-08-05 | 10.0 MB | |
libmirrord_layer_mac_universal.dylib | 2025-08-05 | 37.5 MB | |
mirrord_linux_aarch64 | 2025-08-05 | 67.3 MB | |
mirrord_linux_aarch64.shasum256 | 2025-08-05 | 92 Bytes | |
mirrord_linux_aarch64.zip | 2025-08-05 | 20.7 MB | |
mirrord_linux_x86_64 | 2025-08-05 | 70.2 MB | |
mirrord_linux_x86_64.shasum256 | 2025-08-05 | 91 Bytes | |
mirrord_linux_x86_64.zip | 2025-08-05 | 22.6 MB | |
mirrord_mac_universal | 2025-08-05 | 209.2 MB | |
mirrord_mac_universal.shasum256 | 2025-08-05 | 92 Bytes | |
mirrord_mac_universal.zip | 2025-08-05 | 79.3 MB | |
3.155.0 source code.tar.gz | 2025-08-05 | 1.5 MB | |
3.155.0 source code.zip | 2025-08-05 | 1.8 MB | |
README.md | 2025-08-05 | 652 Bytes | |
Totals: 15 Items | 536.9 MB | 0 |
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.