Skip to content

Commit

Permalink
3.112.1 (#2634)
Browse files Browse the repository at this point in the history
* 3.112.1

* Changelog adjusted
  • Loading branch information
Razz4780 authored Aug 5, 2024
1 parent 2071535 commit c64b4ae
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 33 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.112.1](https://github.com/metalbear-co/mirrord/tree/3.112.1) - 2024-08-05


### Added

- Added `experimental.enable_exec_hooks_linux` switch to the mirrord config.


### Changed

- Change operator port from 3000 to 443 to work without any FW exceptions


### Fixed

- Fixed execve hook (fix data race on process initialization, might fix more stuff)
[#2624](https://github.com/metalbear-co/mirrord/issues/2624)
- Added new VSCode debugpy args layout to debugger port detection


### Internal

- Pinned `towncrier` version to `23.11.0` due to breaking update.

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


Expand Down
54 changes: 27 additions & 27 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.112.0"
version = "3.112.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+debugger-detection.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+linux-exec-hooks.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-port.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+pin-towncrier.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit c64b4ae

Please sign in to comment.