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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
mirrord-cli exec subcommand accepts --extract-path argument to set the directory to extract the library to. Used for tests mainly.
mirrord-layer provides MIRRORD_IMPERSONATED_CONTAINER_NAME environment variable to specify container name to impersonate. mirrord-cli accepts argument to set variable.
vscode-ext provides quick-select for setting MIRRORD_IMPERSONATED_CONTAINER_NAME
Changed
Refactor e2e, enable only Node HTTP mirroring test.
E2E: add macOS to E2E, support using minikube by env var.
E2E: Skip loading to docker before loading to minikube (load directly to minikube..)
layer: Environment variables now load before process starts, no more race conditions.
Fixed
Support connections that start with tcp flags in addition to Syn (on macOS CI we saw CWR + NS)