Skip to content

Commit

Permalink
Update to 3.92.1 (metalbear-co#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Mar 17, 2024
1 parent bf4a50b commit 53cce9c
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 33 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.92.1](https://github.com/metalbear-co/mirrord/tree/3.92.1) - 2024-03-17


### Removed

- Removed problematic DNS cache from internal proxy.


### Fixed

- Fixed a bug with handling hints passed to `getaddrinfo` function.


### Internal

- stealer to steal in incoming mode typo
[#docs-incoming-stealer](https://github.com/metalbear-co/mirrord/issues/docs-incoming-stealer)
- Add `kuma-sidecar` `kuma-init` to default list of skipped containers. (no
need to target these containers)
[#skip-kuma-containers](https://github.com/metalbear-co/mirrord/issues/skip-kuma-containers)
- Added a unit test to internal proxy DNS cache. Added more tracing to internal
proxy.


## [3.92.0](https://github.com/metalbear-co/mirrord/tree/3.92.0) - 2024-03-13


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.92.0"
version = "3.92.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+dns-cache-test.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+dns-cache.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+getaddrinfo-hints-bug.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/docs-incoming-stealer.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/skip-kuma-containers.internal.md

This file was deleted.

0 comments on commit 53cce9c

Please sign in to comment.