Skip to content

Commit

Permalink
3.98.1 (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Apr 23, 2024
1 parent accf0bf commit 6cde613
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.98.1](https://github.com/metalbear-co/mirrord/tree/3.98.1) - 2024-04-23


### Changed

- Internal proxy now emits plain text instead of ANSI


### Fixed

- don't re-resolve when connecting to loopback on outgoing filter
[#2389](https://github.com/metalbear-co/mirrord/issues/2389)
- Added `JetBrains.Debugger.Worker` to the list of known build tools, fixing
compatibility with Rider 2024.1.


### Internal

- Added getters to `KubernetesAPI`.
- Improved tracing in the agent connection task.
- Sending client certificate public key instead of fingerprint in the analytics
to match operator's behavior.


## [3.98.0](https://github.com/metalbear-co/mirrord/tree/3.98.0) - 2024-04-18


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.98.0"
version = "3.98.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+agent-conn-logging.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+exposed-kubernetes-api-config.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fixed-analytics-used-id.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ignoring-intellij-debug-worker.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+log-format-internal-proxy.changed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 6cde613

Please sign in to comment.