Skip to content

Commit

Permalink
Update to 3.96.0 (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Apr 9, 2024
1 parent a516f1b commit 47c6460
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 33 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Changed

- mirrord now listens on 0.0.0.0 when requested and changes address to
localhost only when needed.
[#2319](https://github.com/metalbear-co/mirrord/issues/2319)


### Internal

- Adjusted `mirrord-kube` and `mirrord-agent` crates to allow wrapping
client-agent connections in TLS.
[#2299](https://github.com/metalbear-co/mirrord/issues/2299)
- Removed dummy span name from logs.


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


Expand Down
58 changes: 29 additions & 29 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.95.2"
version = "3.96.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+removed-span-name.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 47c6460

Please sign in to comment.