Skip to content

Commit

Permalink
3.125.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Nov 27, 2024
1 parent a73fb72 commit 1d02b52
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 32 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.125.1](https://github.com/metalbear-co/mirrord/tree/3.125.1) - 2024-11-27


### Fixed

- Added retry of HTTP requests (intproxy) on hyper's `IncompleteMessage` error.


### Internal

- Updated `RolloutSpec` and operator setup.
- Added `expect_file_open_for_reading` for `/etc/resolv.conf` path in
`test_issue2283` test.
[#2935](https://github.com/metalbear-co/mirrord/issues/2935)

## [3.125.0](https://github.com/metalbear-co/mirrord/tree/3.125.0) - 2024-11-21


Expand Down
56 changes: 28 additions & 28 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 @@ -27,7 +27,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.125.0"
version = "3.125.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+retry-on-http-incomplete-message.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+scaledown-prep.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit 1d02b52

Please sign in to comment.