diff --git a/CHANGELOG.md b/CHANGELOG.md index b701ad68919..ff067772e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [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 diff --git a/Cargo.lock b/Cargo.lock index 631580006e6..76ea7cf4306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2413,7 +2413,7 @@ dependencies = [ [[package]] name = "fileops" -version = "3.131.0" +version = "3.131.1" dependencies = [ "libc", ] @@ -3531,7 +3531,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "issue1317" -version = "3.131.0" +version = "3.131.1" dependencies = [ "actix-web", "env_logger 0.11.6", @@ -3541,7 +3541,7 @@ dependencies = [ [[package]] name = "issue1776" -version = "3.131.0" +version = "3.131.1" dependencies = [ "errno 0.3.10", "libc", @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "issue1776portnot53" -version = "3.131.0" +version = "3.131.1" dependencies = [ "libc", "socket2", @@ -3558,14 +3558,14 @@ dependencies = [ [[package]] name = "issue1899" -version = "3.131.0" +version = "3.131.1" dependencies = [ "libc", ] [[package]] name = "issue2001" -version = "3.131.0" +version = "3.131.1" dependencies = [ "libc", ] @@ -3886,7 +3886,7 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "listen_ports" -version = "3.131.0" +version = "3.131.1" [[package]] name = "litemap" @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "mirrord" -version = "3.131.0" +version = "3.131.1" dependencies = [ "actix-codec", "clap", @@ -4183,7 +4183,7 @@ dependencies = [ [[package]] name = "mirrord-agent" -version = "3.131.0" +version = "3.131.1" dependencies = [ "actix-codec", "async-trait", @@ -4241,7 +4241,7 @@ dependencies = [ [[package]] name = "mirrord-analytics" -version = "3.131.0" +version = "3.131.1" dependencies = [ "assert-json-diff", "base64 0.22.1", @@ -4255,7 +4255,7 @@ dependencies = [ [[package]] name = "mirrord-auth" -version = "3.131.0" +version = "3.131.1" dependencies = [ "bcder", "chrono", @@ -4276,7 +4276,7 @@ dependencies = [ [[package]] name = "mirrord-config" -version = "3.131.0" +version = "3.131.1" dependencies = [ "base64 0.22.1", "bimap", @@ -4300,7 +4300,7 @@ dependencies = [ [[package]] name = "mirrord-config-derive" -version = "3.131.0" +version = "3.131.1" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -4310,7 +4310,7 @@ dependencies = [ [[package]] name = "mirrord-console" -version = "3.131.0" +version = "3.131.1" dependencies = [ "bincode", "drain", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy" -version = "3.131.0" +version = "3.131.1" dependencies = [ "bytes", "exponential-backoff", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy-protocol" -version = "3.131.0" +version = "3.131.1" dependencies = [ "bincode", "mirrord-protocol", @@ -4364,7 +4364,7 @@ dependencies = [ [[package]] name = "mirrord-kube" -version = "3.131.0" +version = "3.131.1" dependencies = [ "actix-codec", "async-stream", @@ -4388,7 +4388,7 @@ dependencies = [ [[package]] name = "mirrord-layer" -version = "3.131.0" +version = "3.131.1" dependencies = [ "actix-codec", "base64 0.22.1", @@ -4431,7 +4431,7 @@ dependencies = [ [[package]] name = "mirrord-layer-macro" -version = "3.131.0" +version = "3.131.1" dependencies = [ "proc-macro2", "quote", @@ -4440,7 +4440,7 @@ dependencies = [ [[package]] name = "mirrord-macros" -version = "3.131.0" +version = "3.131.1" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -4450,7 +4450,7 @@ dependencies = [ [[package]] name = "mirrord-operator" -version = "3.131.0" +version = "3.131.1" dependencies = [ "base64 0.22.1", "bincode", @@ -4483,7 +4483,7 @@ dependencies = [ [[package]] name = "mirrord-progress" -version = "3.131.0" +version = "3.131.1" dependencies = [ "enum_dispatch", "indicatif", @@ -4517,7 +4517,7 @@ dependencies = [ [[package]] name = "mirrord-sip" -version = "3.131.0" +version = "3.131.1" dependencies = [ "apple-codesign", "object 0.36.7", @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "mirrord-vpn" -version = "3.131.0" +version = "3.131.1" dependencies = [ "futures", "ipnet", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "outgoing" -version = "3.131.0" +version = "3.131.1" [[package]] name = "outref" @@ -5985,14 +5985,14 @@ dependencies = [ [[package]] name = "rust-bypassed-unix-socket" -version = "3.131.0" +version = "3.131.1" dependencies = [ "tokio", ] [[package]] name = "rust-e2e-fileops" -version = "3.131.0" +version = "3.131.1" dependencies = [ "libc", ] @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "rust-unix-socket-client" -version = "3.131.0" +version = "3.131.1" dependencies = [ "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 4288306f5ca..6ac4dc9387a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/changelog.d/+targetless-privileged.fixed.md b/changelog.d/+targetless-privileged.fixed.md deleted file mode 100644 index e0208ff39e2..00000000000 --- a/changelog.d/+targetless-privileged.fixed.md +++ /dev/null @@ -1 +0,0 @@ -`agent.privileged` no longer affects targetless agent's pods. diff --git a/changelog.d/1706.fixed.md b/changelog.d/1706.fixed.md deleted file mode 100644 index cf8014919e2..00000000000 --- a/changelog.d/1706.fixed.md +++ /dev/null @@ -1 +0,0 @@ -make `-f` flag accept optional argument, defaulting to "./.mirrord/mirrord.json" when no argument is provided \ No newline at end of file diff --git a/changelog.d/3030.fixed.md b/changelog.d/3030.fixed.md deleted file mode 100644 index 1dc6f8097bb..00000000000 --- a/changelog.d/3030.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Add ping pong subtask to extproxy to keep agent connection alive while it is up.