Skip to content

Commit

Permalink
3.119.0 (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Oct 7, 2024
1 parent 7fb6204 commit be70a5a
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 43 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.119.0](https://github.com/metalbear-co/mirrord/tree/3.119.0) - 2024-10-07


### Added

- Add reverse port forwarding which can be used to proxy data from a remote
port on the target pod to a local one -
if only one port is specified, it will be used for both.
```
mirrord port-forward [options] -R [remote_port:]local_port
```

To use the incoming network mode and filters from a config file, use -f as
normal:
```
mirrord port-forward [options] -R [remote_port:]local_port -f
config_file.toml
``` [#2609](https://github.com/metalbear-co/mirrord/issues/2609)
### Changed
- Dependency tree does not contain tonic 0.11.
- Use forked version of apple-codesign to remove RSA dependency
### Fixed
- Collect and pass environment variables to the process to be executed locally
instead of setting them for the entire local environment, which was causing
interference with analytics instrumentation.
[#2783](https://github.com/metalbear-co/mirrord/issues/2783)
- Don't drop RSTs, makes long-lived connections drop on steal start
[#2794](https://github.com/metalbear-co/mirrord/issues/2794)
## [3.118.1](https://github.com/metalbear-co/mirrord/tree/3.118.1) - 2024-10-02
Expand Down
56 changes: 28 additions & 28 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 @@ -26,7 +26,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.118.1"
version = "3.119.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+update-tonic-deps.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+use-apple-codesign-mini.changed.md

This file was deleted.

10 changes: 0 additions & 10 deletions changelog.d/2609.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2783.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2794.fixed.md

This file was deleted.

0 comments on commit be70a5a

Please sign in to comment.