Skip to content

Commit

Permalink
3.122.0 (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 30, 2024
1 parent de4d6d2 commit c5144ec
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 38 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,43 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.122.0](https://github.com/metalbear-co/mirrord/tree/3.122.0) - 2024-10-30


### Added

- Added serviceAccount option to agent config
[#2876](https://github.com/metalbear-co/mirrord/issues/2876)


### Changed

- Allow targetless mode to run with local fs-mode.
[#2368](https://github.com/metalbear-co/mirrord/issues/2368)
- Remove unstable tags on feature.network.outgoing.filter config
[#2862](https://github.com/metalbear-co/mirrord/issues/2862)
- Add option to have logs when running ext commands


### Fixed

- Added experimental disable_reuseaddr to bypass the issue
[#2819](https://github.com/metalbear-co/mirrord/issues/2819)
- `mirrord-intproxy` no longer lingers forever when the user tries to execute a
non-existent binary.
[#2869](https://github.com/metalbear-co/mirrord/issues/2869)


### Internal

- Extended GitHub bug report template.
[#2664](https://github.com/metalbear-co/mirrord/issues/2664)
- Switch building layer on macos arm64 to use code shim.
[#2872](https://github.com/metalbear-co/mirrord/issues/2872)
- Added CRD for `MirrordOperatorUser`, adjusted operator setup.
- Changed debug display of operator session ID. Now it's printed in upper HEX
to match operator status display.

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


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.121.1"
version = "3.122.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+operator-session-id-display.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-user-crd.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2368.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2862.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c5144ec

Please sign in to comment.