Skip to content

Commit

Permalink
3.107.0 (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jun 25, 2024
1 parent ff665e1 commit 7eea823
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 31 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.107.0](https://github.com/metalbear-co/mirrord/tree/3.107.0) - 2024-06-25


### Added

- Added support for intercepting streaming HTTP requests with an HTTP filter.
[#2478](https://github.com/metalbear-co/mirrord/issues/2478)
- mirrord now queries kube discovery API to confirm that mirrord operator is
not installed (when an attempt to use operator API fails).
[#2487](https://github.com/metalbear-co/mirrord/issues/2487)


### Fixed

- Fix network interface configuration not propagating to agent
[#2539](https://github.com/metalbear-co/mirrord/issues/2539)


## [3.106.0](https://github.com/metalbear-co/mirrord/tree/3.106.0) - 2024-06-18


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.106.0"
version = "3.107.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2478.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 7eea823

Please sign in to comment.