Skip to content

Commit

Permalink
3.87.0 (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Feb 15, 2024
1 parent c237430 commit 0cb01ba
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 37 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.87.0](https://github.com/metalbear-co/mirrord/tree/3.87.0) - 2024-02-15


### Removed

- Remove pause tests as part of deprecation


### Added

- Changed internal proxy to allow for HTTP upgrades with filtered HTTP steal.
[#2224](https://github.com/metalbear-co/mirrord/issues/2224)
- Added support for selecting malfunctioning targets with `copy_target`
feature. [#2239](https://github.com/metalbear-co/mirrord/issues/2239)
- Added configuration option `feature.env.load_from_process`, which allows for
changing the way mirrord loads environment variables from the remote target.


### Fixed

- Add missing permissions needed by operator for copy and scaledown


### Internal

- Add IDE release e2e to the ci-success job
[#2184](https://github.com/metalbear-co/mirrord/issues/2184)
- Change cleanup to delete without grace
- Removed `#![allow(incomplete_features)]` from the code - no longer needed.
- Reorganized `TcpSubscriptionStealer` code - extracted port subscriptions into
a separate struct.


## [3.86.1](https://github.com/metalbear-co/mirrord/tree/3.86.1) - 2024-02-05


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.86.1"
version = "3.87.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+2239.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+delete-forcefully-on-tests.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+loading-env-from-inside-layer.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-role-issue.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+remove-pause-tests.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+removed-incomplete-features.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+tcp-stealer-reorganized.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 0cb01ba

Please sign in to comment.