Skip to content

Commit

Permalink
3.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 22, 2024
1 parent 62e7b19 commit ee992ca
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 35 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.121.1](https://github.com/metalbear-co/mirrord/tree/3.121.1) - 2024-10-22


### Changed

- Improved error logging and reporting when a getaddrinfo-adjacent failure
happens due to IO in the agent.
[#2287](https://github.com/metalbear-co/mirrord/issues/2287)
- Improved error checking for invalid cluster certificate errors in mirrord-cli.
[#2824](https://github.com/metalbear-co/mirrord/issues/2824)
- mirrord now skips injections into `bazel-real`, considering it a build tool.


### Fixed

- Updated mirrord-container sidecar logs command to improve printing of errors.
[#2726](https://github.com/metalbear-co/mirrord/issues/2726)
- Fixed SIP detection on scripts with no shebang, SIP of default interpreter is
now used [#2797](https://github.com/metalbear-co/mirrord/issues/2797)
- Bumped dependencies, fixed empty user in a kube context

## [3.121.0](https://github.com/metalbear-co/mirrord/tree/3.121.0) - 2024-10-17


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+skip-bazel.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2287.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2726.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2797.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2824.changed.md

This file was deleted.

0 comments on commit ee992ca

Please sign in to comment.