Skip to content

Commit

Permalink
3.116.3 (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Sep 5, 2024
1 parent 4d7c218 commit b89f9c5
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 33 deletions.
17 changes: 16 additions & 1 deletion 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.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


Expand All @@ -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)
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 @@ -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"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2713.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/ls-concurrency.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/mirrord-ls-hanging.fixed.md

This file was deleted.

0 comments on commit b89f9c5

Please sign in to comment.