Added
- Add more configuration values to the VS Code extension.
- Warning when using remote tcp without remote DNS (can cause ipv6/v4 issues). Closes #327
Fixed
- VS Code needed restart to apply kubectl config/context change. Closes 316.
- Fixed DNS feature causing crash on macOS on invalid DNS name due to mismatch of return codes. #321.
- Fixed DNS feature not using impersonated container namespace, resulting with incorrect resolved DNS names.
- mirrord-agent: Use
IndexAllocator
to properly generateConnectionId
s for the tcp outgoing feature. - tests: Fix outgoing and DNS tests that were passing invalid flags to mirrord.
- Go Hooks - use global ENABLED_FILE_OPS
- Support macOS with apple chip in the IntelliJ plugin. Closes #337.
New Contributors
- @t4lz made their first contribution in #313
- @IsaacCloos made their first contribution in #318