Skip to content

Commit 433ac29

Browse files
committed
Update to 3.0.21-alpha (#569)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent 3c296c2 commit 433ac29

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.21-alpha
11+
1012
### Added
1113
- Reuse agent - first process that runs will create the agent and its children will be able to reuse the same one to avoid creating many agents.
1214
- Don't print progress for child processes to avoid confusion.
@@ -15,6 +17,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1517
- mirrord-layer: support `-target deployment/deployment_name/container/container_name` flag to run on a specific container.
1618
- `/nix/*` path is now ignored for file operations to support NixOS.
1719
- Shortcut `deploy` for `deployment` in target argument.
20+
- Added the ability to override environment variables in the config file.
1821

1922

2023
### Changed
@@ -31,7 +34,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3134
- Layer integration tests with more apps (testing with Go only on MacOS because of
3235
known crash on Linux - [[#380](https://github.com/metalbear-co/mirrord/issues/380)]).
3336
Closes [[#472](https://github.com/metalbear-co/mirrord/issues/472)].
34-
- Added the ability to override environment variables in the config file.
3537
- Added progress reporting to the CLI.
3638
- CI: use [bors](https://bors.tech/) for merging! woohoo.
3739

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.20-alpha"
20+
version = "3.0.21-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.20-alpha
7+
pluginVersion = 3.0.21-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.20",
6+
"version": "3.0.21",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)