Skip to content

Commit

Permalink
Update to 3.117.0 (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 committed Sep 12, 2024
1 parent e61fc82 commit 0f40856
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 34 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- Detect Telepresence's traffic-agent and warn user about incompatibility
[#2738](https://github.com/metalbear-co/mirrord/issues/2738)


### Internal

- Suggest mfT when user uses HTTP filter, only show user one warning for
multipod/ HTTP filter.
[#2701](https://github.com/metalbear-co/mirrord/issues/2701)
- Add attribution to docs links using query parameters.
[#2703](https://github.com/metalbear-co/mirrord/issues/2703)
- Add patch to allow a user to reuse copy-target and fix issue where prelauch
commands in intellij prevented execution.
- Sort the targets from mirrord ls in a more user friendly way, starting from
pods.


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


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.116.3"
version = "3.117.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 0f40856

Please sign in to comment.