Changed
- Extended support for both
-s
and-x
wildcard matching, now supportsPREFIX_*
,*_SUFFIX
, ect. - Add to env default ignore
JAVA_HOME
,HOMEPATH
,CLASSPATH
,JAVA_EXE
as it's usually runtime that you don't want from remote. Possibly fixes issue discussed on Discord (used complained that they had to use absolute path and not relative). - Add
jvm.cfg
to default bypass for files. - Clarify wrong target error message.
- mirrord-layer: Improve error message in
connection::handle_error
.
Fixed
- Don't ignore passed
--pod-namespace
argument, closes
[#605] - Replace deprecated environment variables in IntelliJ plugin
- Issues with IntelliJ extension when debugging Kotlin applications
- Scrollable list for pods and namespaces for IntelliJ extension, closes [#610]
Deprecated
--impersonated-container-name
andMIRRORD_IMPERSONATED_CONTAINER_NAME
are
deprecated in favor of--target
orMIRRORD_IMPERSONATED_TARGET
--pod-namespace
andMIRRORD_AGENT_IMPERSONATED_POD_NAMESPACE
are deprecated in
favor of--target-namespace
andMIRRORD_TARGET_NAMESPACE