You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mirrord-config: Changed the way fs works: now it supports 2 modes Simple and Advanced, where Simple is similar to the old behavior (enables read-only, read-write, or disable file ops), and Advanced allows the user to specify include and exclude (regexes) filters for FileFilter.
Lint README and update it for --target flag.
mirrord-layer: improve error message for invalid targets.
Removed
--pod-name, --pod-namespace, --impersonated_container_name have been removed in favor of --target, --target-namespace
Fixed
Env var to ignore ports used by a debugger for intelliJ/VSCode, refer #644