Added
- aarch64 release binaries (no go support yet, no IntelliJ also).
- mirrord-layer: Add
FileFilter
that allows the user to include or exclude file paths (with regex support) for file operations.
Changed
- mirrord-layer: Improve error message when user tries to run a program with args without
--
. - Add tests for environment variables passed to KubeApi for authentication feature for cli credential fetch
- Remove openssl/libssl dependency, cross compilation is easier now. (It wasn't needed/used)
- mirrord-config: Changed the way
fs
works: now it supports 2 modesSimple
andAdvanced
, whereSimple
is similar to the old behavior (enables read-only, read-write, or disable file ops), andAdvanced
allows the user to specify include and exclude (regexes) filters forFileFilter
. - 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