Skip to content

Commit

Permalink
3.115.1 (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 21, 2024
1 parent 8143558 commit c6e6bdc
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 30 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Fixed

- Add retry for checking intproxy logs to get its listening port, Prevents any
issues when it takes a bit of time for intproxy to start when running in
container mode. [#2687](https://github.com/metalbear-co/mirrord/issues/2687)
- Fixed `mirrord-agent` not picking up graceful shutdown signal.
[#2690](https://github.com/metalbear-co/mirrord/issues/2690)

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


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.115.0"
version = "3.115.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2687.fixed.md

This file was deleted.

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

This file was deleted.

0 comments on commit c6e6bdc

Please sign in to comment.