Skip to content

Commit

Permalink
3.116.1 (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Sep 4, 2024
1 parent c3bea39 commit a8ed16e
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 31 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.116.1](https://github.com/metalbear-co/mirrord/tree/3.116.1) - 2024-09-04


### Fixed

- 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)

## [3.116.0](https://github.com/metalbear-co/mirrord/tree/3.116.0) - 2024-09-03


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/homebrew-shasum-ci.fixed.md

This file was deleted.

0 comments on commit a8ed16e

Please sign in to comment.