Skip to content

Commit

Permalink
Update to 3.56.0 (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Aug 7, 2023
1 parent 9d04879 commit b96288b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 25 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.56.0](https://github.com/metalbear-co/mirrord/tree/3.56.0) - 2023-08-07


### Added

- Added `internal_proxy` timeout configurations to allow users specify timeouts
in edge cases. [#1761](https://github.com/metalbear-co/mirrord/issues/1761)


### Changed

- Change operator / cli version mismatch to show only when mirrord is older
than operator


### Fixed

- Fix grpc errors caused by missing trailers on filtered http responses.
[#1731](https://github.com/metalbear-co/mirrord/issues/1731)


## [3.55.2](https://github.com/metalbear-co/mirrord/tree/3.55.2) - 2023-08-06


Expand Down
40 changes: 20 additions & 20 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 @@ -18,7 +18,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.55.2"
version = "3.56.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+no-message-on-old-operator.changed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/1731.fixed.md

This file was deleted.

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

This file was deleted.

0 comments on commit b96288b

Please sign in to comment.