Skip to content

Commit

Permalink
3.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed May 22, 2024
1 parent fff30a2 commit 850e202
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 36 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Removed

- Remove deprecated unstable pause feature
[#2458](https://github.com/metalbear-co/mirrord/issues/2458)


### Added

- Added json_log config under agent to control whether the agent produces logs
as normal tracing or json.
[#2155](https://github.com/metalbear-co/mirrord/issues/2155)
- Added config info printout at session start.
[#2367](https://github.com/metalbear-co/mirrord/issues/2367)


### Fixed

- Fixed agent crashing when mirrord target is explicitly set to `targetless`.
[#2444](https://github.com/metalbear-co/mirrord/issues/2444)
- Fixed confusing errors produced when creating an agent.


### Internal

- Agent compiles on macOS
[#2453](https://github.com/metalbear-co/mirrord/issues/2453)
- Added `uses_operator` flag to `mirrord ext` output (to be inspected in the
plugin/extension).
- Skip tests from running twice


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


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.101.0"
version = "3.102.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+mirrord-kube-errors.fixed.md

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2458.removed.md

This file was deleted.

0 comments on commit 850e202

Please sign in to comment.