Skip to content

Commit 88102d5

Browse files
committed
3.0.20-alpha (#554)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent 61d995c commit 88102d5

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10+
## 3.0.20-alpha
11+
1012
### Added
1113
- `pread` hook (used by `dotnet`);
1214
- mirrord-layer: ignore opening self-binary (temporal SDK calculates the hash of the binary, and it fails because it happens remotely)
@@ -35,6 +37,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3537
- Fix IntelliJ Extension artifact - use glob pattern
3638
- Use LabelSelector instead of app=* to select pods from deployments
3739
- Added another protection [to not execute in child processes from k8s auth](https://github.com/metalbear-co/mirrord/issues/531) by setting an env flag to avoid loading then removing it after executing the api.
40+
3841
## 3.0.19-alpha
3942

4043
### Added

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717

1818
# latest commits on rustls suppress certificate verification
1919
[workspace.package]
20-
version = "3.0.19-alpha"
20+
version = "3.0.20-alpha"
2121
edition = "2021"
2222
license = "MIT"
2323
readme = "README.md"

intellij-ext/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.metalbear.mirrord
55
pluginName = mirrord
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.0.19-alpha
7+
pluginVersion = 3.0.20-alpha
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
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": "3.0.19",
6+
"version": "3.0.20",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)