Skip to content

Commit

Permalink
Update to 3.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 committed Nov 8, 2023
1 parent 62ceb1a commit 88a047c
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 34 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.75.0](https://github.com/metalbear-co/mirrord/tree/3.75.0) - 2023-11-08


### Added

- Added 'copy pod' operator feature to the CLI.
[#1974](https://github.com/metalbear-co/mirrord/issues/1974)
- Added option to scale down target deployment when using `copy target`
feature. [#2053](https://github.com/metalbear-co/mirrord/issues/2053)


### Fixed

- Don't drop mutex in child on fork_detour, fixes bug with elixir.
[#2047](https://github.com/metalbear-co/mirrord/issues/2047)
- Fixed `port_mapping` feature.
[#2058](https://github.com/metalbear-co/mirrord/issues/2058)
- Local file filter now applies to directory listing [regex] and not just
underlying files


### Internal

- Improved crates structure around internal proxy and mirrord console.
[#2039](https://github.com/metalbear-co/mirrord/issues/2039)


## [3.74.1](https://github.com/metalbear-co/mirrord/tree/3.74.1) - 2023-10-31


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.74.1"
version = "3.75.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+local-file-filter.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 88a047c

Please sign in to comment.