Skip to content

Commit

Permalink
3.118.1 (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Oct 2, 2024
1 parent c1b1579 commit 3a9f3b8
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 75 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ 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-10-02


### Added

- Internal proxy now explicitly logs exit error.


### Changed

- Enabled readlink hook by default.
[#2518](https://github.com/metalbear-co/mirrord/issues/2518)
- Prompt user for intproxy logs (when intproxy crashes).
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 target 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.

Loading

0 comments on commit 3a9f3b8

Please sign in to comment.