Skip to content

Commit

Permalink
Update to 3.97.0 (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Apr 16, 2024
1 parent 556dc24 commit e667ab9
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 33 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.97.0](https://github.com/metalbear-co/mirrord/tree/3.97.0) - 2024-04-16


### Added

- Agent now authenticates TLS connections, using a provided X509 certificate
(mirrord for Teams only).
[#2362](https://github.com/metalbear-co/mirrord/issues/2362)


### Changed

- Changed port stealing configuration:
1. Added new `ports` field to the `incoming` configuration. The field lists
ports that should be stolen/mirrored. Other ports remain local.
2. Changed the way `incoming.http_filter.ports` field is interpreted. Ports
not listed in this field are not stolen, unless listed in `incoming.ports`.
[#2366](https://github.com/metalbear-co/mirrord/issues/2366)


### Fixed

- Change reqwest to use rustls with native certificates to work in more cases


## [3.96.1](https://github.com/metalbear-co/mirrord/tree/3.96.1) - 2024-04-14


Expand Down
54 changes: 27 additions & 27 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 @@ -24,7 +24,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.96.1"
version = "3.97.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+reqwest-trust-ca.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2362.added.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2366.changed.md

This file was deleted.

0 comments on commit e667ab9

Please sign in to comment.