Skip to content

Commit

Permalink
Merge branch 'main' into operator-client-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Nov 27, 2024
2 parents ad547c9 + 0480087 commit 02e1105
Show file tree
Hide file tree
Showing 11 changed files with 170 additions and 69 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/+scaledown-prep.internal.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/2927.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manually call `docker start <sidecar_id>` if after our sidecar `run` command the container hasn't started yet and is in "created" status.
Loading

0 comments on commit 02e1105

Please sign in to comment.