From b89f9c5b63b205b3b84f9bd2004fb8c631c73087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Smolarek?= <34063647+Razz4780@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:46:30 +0200 Subject: [PATCH] 3.116.3 (#2736) --- CHANGELOG.md | 17 +++++++- Cargo.lock | 56 ++++++++++++------------- Cargo.toml | 2 +- changelog.d/2713.fixed.md | 1 - changelog.d/ls-concurrency.internal.md | 1 - changelog.d/mirrord-ls-hanging.fixed.md | 1 - 6 files changed, 45 insertions(+), 33 deletions(-) delete mode 100644 changelog.d/2713.fixed.md delete mode 100644 changelog.d/ls-concurrency.internal.md delete mode 100644 changelog.d/mirrord-ls-hanging.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 59559f5eddd..0ccfa889758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.116.3](https://github.com/metalbear-co/mirrord/tree/3.116.3) - 2024-09-05 + + +### Fixed + +- Fixed `mirrord ls` hanging when there is a lot of possible targets in the + cluster. +- Update detour for `dns_configuration_copy` to return remote value from + "/etc/resolv.conf" to fix nodejs dns resolution not working on macos. + [#2713](https://github.com/metalbear-co/mirrord/issues/2713) + + +### Internal + +- Restored concurrency in `mirrord ls` list requests. + ## [3.116.2](https://github.com/metalbear-co/mirrord/tree/3.116.2) - 2024-09-05 @@ -23,7 +39,6 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang - Fixed upload of mirrord binaries' shasums to homebrew repository in the release action. - [#homebrew-shasum-ci](https://github.com/metalbear-co/mirrord/issues/homebrew-shasum-ci) - Fix mirrord ls hanging by making so `KubeResourceSeeker` will list different kinds of resources sequentially instead of in parallel. [#2724](https://github.com/metalbear-co/mirrord/issues/2724) diff --git a/Cargo.lock b/Cargo.lock index 00e4b099252..b6a744b4d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "fileops" -version = "3.116.2" +version = "3.116.3" dependencies = [ "libc", ] @@ -3107,7 +3107,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "issue1317" -version = "3.116.2" +version = "3.116.3" dependencies = [ "actix-web", "env_logger 0.11.5", @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "issue1776" -version = "3.116.2" +version = "3.116.3" dependencies = [ "errno 0.3.9", "libc", @@ -3126,7 +3126,7 @@ dependencies = [ [[package]] name = "issue1776portnot53" -version = "3.116.2" +version = "3.116.3" dependencies = [ "libc", "socket2", @@ -3134,14 +3134,14 @@ dependencies = [ [[package]] name = "issue1899" -version = "3.116.2" +version = "3.116.3" dependencies = [ "libc", ] [[package]] name = "issue2001" -version = "3.116.2" +version = "3.116.3" dependencies = [ "libc", ] @@ -3466,7 +3466,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "listen_ports" -version = "3.116.2" +version = "3.116.3" [[package]] name = "local-channel" @@ -3694,7 +3694,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "mirrord" -version = "3.116.2" +version = "3.116.3" dependencies = [ "actix-codec", "clap", @@ -3746,7 +3746,7 @@ dependencies = [ [[package]] name = "mirrord-agent" -version = "3.116.2" +version = "3.116.3" dependencies = [ "actix-codec", "async-trait", @@ -3803,7 +3803,7 @@ dependencies = [ [[package]] name = "mirrord-analytics" -version = "3.116.2" +version = "3.116.3" dependencies = [ "assert-json-diff", "base64 0.22.1", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "mirrord-auth" -version = "3.116.2" +version = "3.116.3" dependencies = [ "bcder", "chrono", @@ -3838,7 +3838,7 @@ dependencies = [ [[package]] name = "mirrord-config" -version = "3.116.2" +version = "3.116.3" dependencies = [ "bimap", "bitflags 2.6.0", @@ -3860,7 +3860,7 @@ dependencies = [ [[package]] name = "mirrord-config-derive" -version = "3.116.2" +version = "3.116.3" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -3870,7 +3870,7 @@ dependencies = [ [[package]] name = "mirrord-console" -version = "3.116.2" +version = "3.116.3" dependencies = [ "bincode", "drain", @@ -3886,7 +3886,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy" -version = "3.116.2" +version = "3.116.3" dependencies = [ "bytes", "futures", @@ -3913,7 +3913,7 @@ dependencies = [ [[package]] name = "mirrord-intproxy-protocol" -version = "3.116.2" +version = "3.116.3" dependencies = [ "bincode", "mirrord-protocol", @@ -3923,7 +3923,7 @@ dependencies = [ [[package]] name = "mirrord-kube" -version = "3.116.2" +version = "3.116.3" dependencies = [ "actix-codec", "async-stream", @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "mirrord-layer" -version = "3.116.2" +version = "3.116.3" dependencies = [ "actix-codec", "base64 0.22.1", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "mirrord-layer-macro" -version = "3.116.2" +version = "3.116.3" dependencies = [ "proc-macro2", "quote", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "mirrord-macros" -version = "3.116.2" +version = "3.116.3" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -4018,7 +4018,7 @@ dependencies = [ [[package]] name = "mirrord-operator" -version = "3.116.2" +version = "3.116.3" dependencies = [ "base64 0.22.1", "bincode", @@ -4052,7 +4052,7 @@ dependencies = [ [[package]] name = "mirrord-progress" -version = "3.116.2" +version = "3.116.3" dependencies = [ "enum_dispatch", "indicatif", @@ -4086,7 +4086,7 @@ dependencies = [ [[package]] name = "mirrord-sip" -version = "3.116.2" +version = "3.116.3" dependencies = [ "apple-codesign", "object 0.36.3", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "mirrord-vpn" -version = "3.116.2" +version = "3.116.3" dependencies = [ "futures", "ipnet", @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "outgoing" -version = "3.116.2" +version = "3.116.3" [[package]] name = "overload" @@ -5517,21 +5517,21 @@ dependencies = [ [[package]] name = "rust-bypassed-unix-socket" -version = "3.116.2" +version = "3.116.3" dependencies = [ "tokio", ] [[package]] name = "rust-e2e-fileops" -version = "3.116.2" +version = "3.116.3" dependencies = [ "libc", ] [[package]] name = "rust-unix-socket-client" -version = "3.116.2" +version = "3.116.3" dependencies = [ "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index bbce8b98ea5..e4949442bf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ resolver = "2" # latest commits on rustls suppress certificate verification [workspace.package] -version = "3.116.2" +version = "3.116.3" edition = "2021" license = "MIT" readme = "README.md" diff --git a/changelog.d/2713.fixed.md b/changelog.d/2713.fixed.md deleted file mode 100644 index 372f71fdc05..00000000000 --- a/changelog.d/2713.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Update detour for `dns_configuration_copy` to return remote value from "/etc/resolv.conf" to fix nodejs dns resolution not working on macos. diff --git a/changelog.d/ls-concurrency.internal.md b/changelog.d/ls-concurrency.internal.md deleted file mode 100644 index 7792fabe87e..00000000000 --- a/changelog.d/ls-concurrency.internal.md +++ /dev/null @@ -1 +0,0 @@ -Restored concurrency in `mirrord ls` list requests. \ No newline at end of file diff --git a/changelog.d/mirrord-ls-hanging.fixed.md b/changelog.d/mirrord-ls-hanging.fixed.md deleted file mode 100644 index 9dda409dfc7..00000000000 --- a/changelog.d/mirrord-ls-hanging.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed `mirrord ls` hanging when there is a lot of possible targets in the cluster. \ No newline at end of file