Skip to content

Commit

Permalink
3.129.0 (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Jan 14, 2025
1 parent 6668e3c commit 1aca642
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 43 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,49 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.129.0](https://github.com/metalbear-co/mirrord/tree/3.129.0) - 2025-01-14


### Added

- Support for stealing incoming connections that are over IPv6.
[#2956](https://github.com/metalbear-co/mirrord/issues/2956)
- mirrord policy to control file ops from the operator.
- mirrord policy to restrict fetching remote environment variables.


### Changed

- Updated how intproxy is outputing logfile when using container mode, now logs
will be written on host machine.
[#2868](https://github.com/metalbear-co/mirrord/issues/2868)
- Changed log level for debugger ports detection.
[#2986](https://github.com/metalbear-co/mirrord/issues/2986)
- Readonly file buffering is not enabled by default to improve performance
[#3004](https://github.com/metalbear-co/mirrord/issues/3004)
- Extended docs for HTTP filter in the mirrord config.


### Fixed

- Fixed panic when Go >=1.23.3 verifies pidfd support on Linux.
[#2988](https://github.com/metalbear-co/mirrord/issues/2988)
- Fix misleading agent IO operation error that always mentioned getaddrinfo.
[#2992](https://github.com/metalbear-co/mirrord/issues/2992)
- Fixed a bug where port mirroring block (due to active mirrord policies) would
terminate the mirrord session.


### Internal

- Added lint for unused crate dependencies.
[#2843](https://github.com/metalbear-co/mirrord/issues/2843)
- Fixed fs policy E2E test.
- Pinned `cargo-chef` version to `0.1.68` in the dockerfiles.
- Added available namespaces to `mirrord ls` output. New output format is
enabled with a flag in an environment variable.
[#2999](https://github.com/metalbear-co/mirrord/issues/2999)

## [3.128.0](https://github.com/metalbear-co/mirrord/tree/3.128.0) - 2024-12-19


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.128.0"
version = "3.129.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+103-policy-env-vars-exclude.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+104-policy-fs.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fs-policy-test.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+http-filter-docs.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+mirrord-policy-rejection.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+pinned-cargo-chef.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2843.internal.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2956.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2999.added.md

This file was deleted.

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

This file was deleted.

0 comments on commit 1aca642

Please sign in to comment.