Releases: metalbear-co/mirrord
Releases · metalbear-co/mirrord
3.85.1
3.85.0
3.85.0 - 2024-01-24
Added
- Added license subscription id to operator status CRD. Adjusted
CredentialStore
to preserve signing key pair for the same operator license
subscription id. #2190 - CLI now sends machine host + username to show in mirrord operator status
(not sent to our cloud!) - Report port locks and filters in operator status
Changed
- Change configuration parsing to be strict unallowing unknown fields
- Cluster DNS resolving now happens by nameserver order rather by statistics
Fixed
3.84.1
3.84.0
3.83.0
3.83.0 - 2024-01-11
Changed
- Filesystem: File not found default filter happens after checking local filter
- The
copy_target
feature is now officialy stable. mirrord operator status
reports active copy targets.
Fixed
- Remove guard from dlopen, making calls from within dlopen hookable,
potentially fixing issues
3.82.0
Removed
- Removed
http_header_filter
. Please usehttp_filter
with key
header_filter
instead.
Added
mirrord operator setup
defines aMirrordPolicy
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