Skip to content

Commit

Permalink
3.0.10-alpha - macOS binaries should be okay now. (#469)
Browse files Browse the repository at this point in the history
* 3.0.10-alpha 
* macOS binaries should be okay now.
  • Loading branch information
aviramha authored Sep 22, 2022
1 parent 940e097 commit 3795e75
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target/${{matrix.target}}/release/libmirrord_layer.${{matrix.extension}}
if-no-files-found: error
build_binaries_macos:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## 3.0.10-alpha

### Added
- Test that verifies that outgoing UDP traffic (only with a bind to non-0 port and a
call to `connect`) is successfully intercepted and forwarded.

### Fixed
- macOS binaries should be okay now.


### Fixed

## 3.0.9-alpha

### Changed
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 = "3.0.9-alpha"
version = "3.0.10-alpha"
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 = 3.0.9-alpha
pluginVersion = 3.0.10-alpha

# 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": "3.0.9",
"version": "3.0.10",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit 3795e75

Please sign in to comment.