Skip to content

Commit

Permalink
3.90.0 (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Feb 27, 2024
1 parent 032ff53 commit 9671f87
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.90.0](https://github.com/metalbear-co/mirrord/tree/3.90.0) - 2024-02-27


### Added

- Add agent configuration to use nftables instead of iptables-legacy to make it
work in mesh that uses nftables.
[#2272](https://github.com/metalbear-co/mirrord/issues/2272)
- The agent now processes all DNS queries concurrently. Also, client sessions
in the agent do not block on the DNS queries.


### Changed

- change kubeconfig path expansion to use env as well
[#2262](https://github.com/metalbear-co/mirrord/issues/2262)
- Increase internal proxy timeout from 5 seconds to 10 seconds to fix long
agent ops


### Internal

- Add information how to use config file in config docs


## [3.89.1](https://github.com/metalbear-co/mirrord/tree/3.89.1) - 2024-02-22


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.89.1"
version = "3.90.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+change-config-docs.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+concurrent-dns-queries.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+internal-proxy-timeout.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2262.changed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 9671f87

Please sign in to comment.