diff --git a/CHANGELOG.md b/CHANGELOG.md index d559a9b62b8..dcc2a2c6481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## 2.7.0 + ### Added - mirrord-layer: You can now pass `MIRRORD_AGENT_COMMUNICATION_TIMEOUT` as environment variable to control agent timeout. - Expand file system operations with `access` and `faccessat` hooks for absolute paths diff --git a/Cargo.lock b/Cargo.lock index db0f681b140..9518c364934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1396,7 +1396,7 @@ dependencies = [ [[package]] name = "mirrord" -version = "2.6.0" +version = "2.7.0" dependencies = [ "anyhow", "clap 3.2.17", @@ -1410,7 +1410,7 @@ dependencies = [ [[package]] name = "mirrord-agent" -version = "2.6.0" +version = "2.7.0" dependencies = [ "actix-codec", "bollard", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "mirrord-layer" -version = "2.6.0" +version = "2.7.0" dependencies = [ "actix-codec", "anyhow", @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "mirrord-macro" -version = "2.6.0" +version = "2.7.0" dependencies = [ "proc-macro2", "quote", @@ -1477,7 +1477,7 @@ dependencies = [ [[package]] name = "mirrord-protocol" -version = "2.6.0" +version = "2.7.0" dependencies = [ "actix-codec", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 7d5f9a98d7c..2ca2db649db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ # latest commits on rustls suppress certificate verification [workspace.package] -version = "2.6.0" +version = "2.7.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/vscode-ext/package-lock.json b/vscode-ext/package-lock.json index ebc1e06c591..89d7b987f0c 100644 --- a/vscode-ext/package-lock.json +++ b/vscode-ext/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mirrord", - "version": "2.6.0", + "version": "2.7.0", "dependencies": { "@kubernetes/client-node": "^0.16.3", "es5-ext": "<=0.10.53", diff --git a/vscode-ext/package.json b/vscode-ext/package.json index 627299d31fa..d21162677e7 100644 --- a/vscode-ext/package.json +++ b/vscode-ext/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Mirror live traffic from your Kubernetes cluster to your local debugged process.", "publisher": "MetalBear", - "version": "2.6.0", + "version": "2.7.0", "engines": { "vscode": "^1.63.0" },