Skip to content

Commit

Permalink
Update to 3.83.0 (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 committed Jan 11, 2024
1 parent ff20310 commit bb660bc
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 34 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.83.0](https://github.com/metalbear-co/mirrord/tree/3.83.0) - 2024-01-11


### Changed

- Filesystem: File not found default filter happens after checking local filter
- The `copy_target` feature is now officialy stable.
- `mirrord operator status` reports active copy targets.


### Fixed

- Remove guard from dlopen, making calls from within dlopen hookable,
potentially fixing issues


### Internal

- Moved the docs from `CopyTargetFileConfig` to `CopyTargetConfig` so that
medschool reads them.
[#2164](https://github.com/metalbear-co/mirrord/issues/2164)
- Fixed layer panics in trace only mode.


## [3.82.0](https://github.com/metalbear-co/mirrord/tree/3.82.0) - 2024-01-08


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 @@ -23,7 +23,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.82.0"
version = "3.83.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+change-not-found-order-filter.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+copies-in-status.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+dlopen-fix.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+stable-copy-target.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+trace-only-fix.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit bb660bc

Please sign in to comment.