Skip to content

Commit

Permalink
3.121.0 (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Oct 22, 2024
1 parent e7ce491 commit 96e1ca2
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 37 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ 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

- Improve 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)
- Improve error checking for InvalidCertificate errors in mirrord-cli.
[#2824](https://github.com/metalbear-co/mirrord/issues/2824)
- Ignore CATALINA_HOME env by default
- Skip mirrord injections into `bazel-real`, considering it a build tool.


### Fixed

- Fix a bug where file mode was ignored when Go applications were creating
local files. [#2614](https://github.com/metalbear-co/mirrord/issues/2614)
- Update mirrord-container sidecar logs command to improve printing of errors.
[#2726](https://github.com/metalbear-co/mirrord/issues/2726)
- Fix SIP detection on scripts with no shebang, SIP of default interpreter is
now used [#2797](https://github.com/metalbear-co/mirrord/issues/2797)
- Bump dependencies, fix 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/+add_catalina_home_ignore.changed.md

This file was deleted.

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/2614.fixed.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 96e1ca2

Please sign in to comment.