Skip to content

Commit

Permalink
Update to 2.6.0 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Aug 3, 2022
1 parent 363b2bf commit 5cf31df
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## 2.6.0

### Added
- 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 `/`.

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

### Fixed
- Fix filesystem tests to only run if the default path exists.


### Changed
- `mirrord-layer/socket` now uses `socket2::SockAddr` to comply with Rust's new IP format.
- Fix extension not running due to the node_modules directory not being packaged.

## 2.5.0

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "2.5.0"
version = "2.6.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions vscode-ext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "mirrord",
"description": "Mirror live traffic from your Kubernetes cluster to your local debugged process.",
"publisher": "MetalBear",
"version": "2.5.0",
"version": "2.6.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 5cf31df

Please sign in to comment.