Releases: metalbear-co/mirrord
Releases · metalbear-co/mirrord
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