Skip to content

Commit

Permalink
3.118.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Sep 30, 2024
1 parent c2b40ef commit d8f1934
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 74 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- internal proxy now logs exit error explicitly


### Changed

- Enable readlink hook by default.
[#2518](https://github.com/metalbear-co/mirrord/issues/2518)
- Adds .log as a file type for intproxy default log file.
[#2750](https://github.com/metalbear-co/mirrord/issues/2750)
- Refactor how mirrord gets a target when the operator is enabled, and warn
when randomly selecting a container in multi-container situations (if the
user did not specify a container).


### Fixed

- Handle cases where pod has IPv6
[#2788](https://github.com/metalbear-co/mirrord/issues/2788)


### Internal

- Fix CI failures due to "externally-managed-environment" error
- Run go mod tidy on all go stuff

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


Expand Down
102 changes: 36 additions & 66 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 @@ -26,7 +26,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.118.0"
version = "3.118.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
Loading

0 comments on commit d8f1934

Please sign in to comment.