Skip to content

Commit

Permalink
3.131.1 (#3042)
Browse files Browse the repository at this point in the history
* 3.131.1

* Changelog fix
  • Loading branch information
Razz4780 authored Jan 28, 2025
1 parent 9684324 commit 77761d8
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 77761d8

Please sign in to comment.