Skip to content

Commit

Permalink
Update to 2.10.1 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Aug 30, 2022
1 parent 9064cc5 commit 7d9624a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## 2.10.1
### Fixed
- CI:Release - Fix typo that broke the build

## 2.10.0
### Added
- New feature, [tcp outgoing traffic](https://github.com/metalbear-co/mirrord/issues/27). It's now possible to make requests to a remote host from the staging environment context. You can enable this feature setting the `MIRRORD_TCP_OUTGOING` variable to true, or using the `-o` option in mirrord-cli.
Expand Down
12 changes: 6 additions & 6 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 @@ -13,7 +13,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "2.10.0"
version = "2.10.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion intellij-ext/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 2.10.0
pluginVersion = 2.10.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
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.10.0",
"version": "2.10.1",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 7d9624a

Please sign in to comment.