Skip to content

Commit

Permalink
Update version to 2.8.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Aug 22, 2022
1 parent 0749e00 commit 10a3466
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ Previous versions had CHANGELOG per component, we decided to combine all reposit
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## 2.8.0

### Added
- E2E - add basic env tests for bash scripts

### Fixed
- mirrord-agent - Update pcap library, hopefully will fix dropped packets (syn sometimes missed in e2e).
- mirrord-agent/layer - Sometimes layer tries to conenct to agent before it finsihed loading, even though pod is running. Added watching the log stream for a "ready" log message before attempting to connect.
- mirrord-agent/layer - Sometimes layer tries to connect to agent before it finsihed loading, even though pod is running. Added watching the log stream for a "ready" log message before attempting to connect.

### Changed
- E2E - describe all pods on failure and add file name to print of logs.
Expand All @@ -17,9 +23,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- mirrord-agent - Don't use `tokio::spawn` for spawning `sniffer` (or any other namespace changing task) to avoid namespace-clashing/undefined behavior. Possibly fixing bugs.
- Change the version check on the VS Code extension to happen when mirrord is enabled rather than when the IDE starts up.

### Added
- E2E - add basic env tests for bash scripts


## 2.7.0

Expand Down
10 changes: 5 additions & 5 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 @@ -12,7 +12,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "2.7.0"
version = "2.8.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.7.0",
"version": "2.8.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 10a3466

Please sign in to comment.