Skip to content

Commit

Permalink
3.111.0 (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Jul 17, 2024
1 parent e03ed77 commit 60fa79e
Show file tree
Hide file tree
Showing 8 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.111.0](https://github.com/metalbear-co/mirrord/tree/3.111.0) - 2024-07-17


### Added

- Extended `feature.network.dns` config with an optional local/remote filter,
following `feature.network.outgoing` pattern.
[#2581](https://github.com/metalbear-co/mirrord/issues/2581)


### Fixed

- Update loopback detection to include pod ip's
[#2572](https://github.com/metalbear-co/mirrord/issues/2572)
- Fixed a bug where enabling remote DNS prevented making a local connection
with telnet. [#2579](https://github.com/metalbear-co/mirrord/issues/2579)
- Remove automatic ignore of incoming/outgoing traffic for ports 50000-60000
[#2597](https://github.com/metalbear-co/mirrord/issues/2597)


### Internal

- Add test to ensure empty streamed request doesn't hang if empty
[#2593](https://github.com/metalbear-co/mirrord/issues/2593)

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


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 @@ -25,7 +25,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.110.0"
version = "3.111.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2572.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2593.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit 60fa79e

Please sign in to comment.