3.30.0
Added
- mirrord-layer: Added
port_mapping
underincoming
configuration to allow mapping local ports to custom
remote port, for example you can listen on port 9999 locally and it will steal/mirror
the remote 80 port ifport_mapping: [[9999, 80]]
. See #1129
Fixed
- Fix issue when two (or more) containerd sockets exist and we use the wrong one. Fixes #1133.
- Invalid toml in environment variables configuration examples.
Changed
- Use container's runtime env instead of reading it from
/proc/{container_root_pid}/environ
as some processes (such as nginx) wipe it. Fixes #1135 - Removed the prefix "test" from all test names - #1065.
- Created symbolic link from the vscode directory to the
LICENSE
andCHANGELOG.md
files so that mirrord developers
don't need to copy them there before building the app. - mirrord-layer:
socket
hook will now block ipv6 requests and will return EAFNOSUPPORT. See #1121.
New Contributors
- @gautamprikshit1 made their first contribution in #1130
Full Changelog: 3.29.0...3.30.0