Skip to content

Commit

Permalink
3.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 10, 2024
1 parent 7e35718 commit 3d5a5c4
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 34 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- `MirrordPolicy` can now block traffic mirroring (requires operator support).


### Changed

- Updated dependencies.
[#2952](https://github.com/metalbear-co/mirrord/issues/2952)


### Fixed

- Fixed link to operator docs.


### Internal

- Added `mirrord-protocol` message for rejecting mirror port subscription due
to `MirrordPolicy`.
- Updated hickory dependency version.

## [3.126.0](https://github.com/metalbear-co/mirrord/tree/3.125.3) - 2024-12-06


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+block-mirroring-response-error.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+link-to-operator-docs.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+update-deps.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit 3d5a5c4

Please sign in to comment.