Skip to content

Commit 5cf31df

Browse files
authored
Update to 2.6.0 (#232)
1 parent 363b2bf commit 5cf31df

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10+
## 2.6.0
1011

1112
### Added
1213
- Add a flag for the agent, `--ephemeral-container`, to correctly refer to the filesystem i.e. refer to root path as `/proc/1/root` when the flag is on, otherwise `/`.
1314

1415
### Changed
1516
- Assign a random port number instead of `61337`. (Reason: A forking process creates multiple agents sending traffic on the same port, causing addrinuse error.)
17+
- `mirrord-layer/socket` now uses `socket2::SockAddr` to comply with Rust's new IP format.
1618

1719
### Fixed
1820
- Fix filesystem tests to only run if the default path exists.
19-
20-
21-
### Changed
22-
- `mirrord-layer/socket` now uses `socket2::SockAddr` to comply with Rust's new IP format.
21+
- Fix extension not running due to the node_modules directory not being packaged.
2322

2423
## 2.5.0
2524

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
# latest commits on rustls suppress certificate verification
1313
[workspace.package]
14-
version = "2.5.0"
14+
version = "2.6.0"
1515
edition = "2021"
1616
license = "MIT"
1717
readme = "README.md"

vscode-ext/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "mirrord",
44
"description": "Mirror live traffic from your Kubernetes cluster to your local debugged process.",
55
"publisher": "MetalBear",
6-
"version": "2.5.0",
6+
"version": "2.6.0",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)