Added
- The agent now replaces the
Cache-Controlheader of HTTP responses that went
through it withno-cache, no-store, must-revalidate, so that browsers and
caching proxies don't cache responses served while mirrord redirects a
target. Set the newagent.override_cache_controlconfig option tofalse
to turn this off.
Changed
- mirrord can now use
target.path.labelsto target every matching pod in a
namespace (requires operator), allowing one local session to intercept
traffic across multiple workloads that share the configured labels.
Fixed
- Fixed concurrency issues in mirrord-agent logic for outgoing connections.