Releases: metalbear-co/mirrord
Releases · metalbear-co/mirrord
3.105.0
3.105.0 - 2024-06-12
Added
- Add readlink hook (under experimental config).
#2488 - Display filtered and unfiltered stolen ports when filter is set.
- When an http filter is set and a port is bound that is not included in the
filtered ports, and there are no unfiltered ports specified, emit a warning.
Changed
- Now not accepting configs with the same port in
feature.network.incoming.ports
and in
feature.network.incoming.http_filter.ports
.
Fixed
- Fixed SIP issue with Turbo
#2500 - Fixed mirrord-agent/cli protocol negotation
3.104.0
Added
- Emit a warning when the
port_mapping
field of the configuration contains an
unnecessary mapping of a port to itself.
Changed
- Update syn to version 2.
#1235
Fixed
- Fix HTTP2/1.1 translated messages dropping
#2497 - Clean hostname/name sent to operator to fix issue of hostname with linebreaks
- Fixed a bug where two mirrord sessions could not target the same pod while
stealing from different ports. - Fixed typo in auto-generated docs for mirrord config.
3.103.0
3.103.0 - 2024-05-29
Added
- Allows a Job to be used as a target when copy_target is enabled.
Changed
- Allows the user to set labels and annotations for the agent job and pod via
agent config.
Fixed
- mirrord now prints an informative error when the targeted pod is not in
correct state (e.g. is notRunning
or the target container is notready
).
When picking a pod from target deployment/rollout, mirrord filters out pods
that are not in correct state.
#462 - Fix config printout error showing repeated messages.
- Fixed listing targets when using operator ignoring namespace - always using default
- Fixed missing pods/deployments with more than 1 container when using operator ls
3.102.0
Removed
- Remove deprecated unstable pause feature
#2458
Added
- Added json_log config under agent to control whether the agent produces logs
as normal tracing or json.
#2155 - Added config info printout at session start.
#2367
Fixed
- Fixed agent crashing when mirrord target is explicitly set to
targetless
.
#2444 - Fixed confusing errors produced when creating an agent.
3.101.0
3.100.1
3.100.0
Added
- Added experimental, temp feature for supporting hazelcast pings
#2421 - Provide value hint to Clap for generating shell completions for config_file
to
only resolve to files, not just first match.
Changed
- Changed default env exclude to have
BUNDLE_WITHOUT
#2417 - Append more permissions to operator clusterrole
- Improve tera templating config error to dig into source and give out more
details. - env.unset feature is now case insensitive
3.99.2
3.99.1
3.99.0
3.99.0 - 2024-04-28
Added
- added configuration option to control (local) hostname resolving
#2395 - Add ability to configure DNS params for agent (timeout, attempts)
Changed
- Change ports and http_ports in incoming configuration to be checked upon
mapped port instead of local
#2371 - Read /Network locally by default on macOS
Fixed
- Fix DNS resolving case on macOS + Java Netty
#2400