Releases: metalbear-co/mirrord
Releases · metalbear-co/mirrord
3.124.2
3.124.1
3.124.0
3.123.0
3.122.1
3.122.0
3.121.1
3.121.1 - 2024-10-22
Changed
- Improve error logging and reporting when a getaddrinfo-adjacent failure
happens due to IO in the agent.
#2287 - Improve error checking for InvalidCertificate errors in mirrord-cli.
#2824 - Ignore CATALINA_HOME env by default
- Skip mirrord injections into
bazel-real
, considering it a build tool.
Fixed
- Fix a bug where file mode was ignored when Go applications were creating
local files. #2614 - Update mirrord-container sidecar logs command to improve printing of errors.
#2726 - Fix SIP detection on scripts with no shebang, SIP of default interpreter is
now used #2797 - Bump dependencies, fix empty user in a kube context
3.121.0
3.121.0 - 2024-10-17
Added
- Added support for Istio CNI
#2851 - Added
nodeSelector
option to agent config.
Changed
- Allowed filtered steal requests to be retried when we get a Reset from
hyper(h2).
Fixed
- Fixed an issue where
mirrord exec ... -- npm run serve
in a Vue project was
failing withEAFNOSUPPORT: address family not supported ::1:80
. Added new
.experimental.hide_ipv6_interfaces
configuration entry that allows for
hiding local IPv6 interface addresses from the user application.
#2807 - Fixed wrong warning being displayed when binding UDP port 0 and filtering HTTP.
#2812 - mirrord now respects
insecure-skip-tls-verify
option set in the kubeconfig
whenaccept_invalid_certificates
is not provided in the mirrord config.
#2825
3.120.1
3.120.0
Added
- Added Kafka splitting feature.
#2601
Changed
- Add analytics about usage of experimental features
- Add option to have logs when running ext commands
- update dependencies