Skip to content

Commit

Permalink
Merge branch 'main' into dimad/mbe-510-proxy-randomly-closes-during-c…
Browse files Browse the repository at this point in the history
…onnection
  • Loading branch information
DmitryDodzin authored Jan 28, 2025
2 parents 1e729b8 + 77761d8 commit 83bd575
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 32 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.131.1](https://github.com/metalbear-co/mirrord/tree/3.131.1) - 2025-01-28


### Changed

- mirrord commands now accept the `-f`/`--config-file` argument without the value as well.
When no value is provided, `./.mirrord/mirrord.json` is assumed.
[#1706](https://github.com/metalbear-co/mirrord/issues/1706)


### Fixed

- Added ping pong subtask to mirrord-extproxy to keep agent connection alive while it is
up. [#3030](https://github.com/metalbear-co/mirrord/issues/3030)
- `agent.privileged` no longer affects targetless agents' pods.

## [3.131.0](https://github.com/metalbear-co/mirrord/tree/3.131.0) - 2025-01-27


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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 83bd575

Please sign in to comment.