Skip to content

Commit

Permalink
3.82.0 (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jan 8, 2024
1 parent a5eee7a commit 5804f38
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 32 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.82.0](https://github.com/metalbear-co/mirrord/tree/3.82.0) - 2024-01-08


### Removed

- Removed `http_header_filter`. Please use `http_filter` with key
`header_filter` instead.


### Added

- `mirrord operator setup` defines a `MirrordPolicy` CRD so that admins can
block certain features by creating policies. When recieving a forbidden error
from the operator for trying to steal traffic, mirrord shows an error and
exits.


### Fixed

- Added userextras/oid to mirrord operator role to solve issues in some AKS
clusters [#2152](https://github.com/metalbear-co/mirrord/issues/2152)


### Internal

- Add function to load agentfileconfig from path


## [3.81.0](https://github.com/metalbear-co/mirrord/tree/3.81.0) - 2024-01-01


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.81.0"
version = "3.82.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+deprecate-header-filter.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+load-agent-config-from-file.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 5804f38

Please sign in to comment.