Skip to content

Releases: metalbear-co/mirrord

3.85.1

29 Jan 11:43
3c4f4dc
Compare
Choose a tag to compare

Fixed

  • Running mirrod exec go run EXECUTABLE on macOS with go1.21.
    #2202
  • Fixed a compilation bug in mirrord-operator crate tests.

3.85.0

24 Jan 17:47
60be8e3
Compare
Choose a tag to compare

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

  • Running R on macOS.
    #2186
  • Running scripts with whitespaces in the shebang.
    #2193

3.84.1

19 Jan 10:45
1d70049
Compare
Choose a tag to compare

Fixed

  • Add support for shebang containing spaces like asdf's node does
    #2181

3.84.0

18 Jan 15:56
3df3392
Compare
Choose a tag to compare

Added

  • Report namespace for operator sessions

Fixed

  • add preadv and readv to fix erlang file reading
    #2178

3.83.0

11 Jan 09:51
bb660bc
Compare
Choose a tag to compare

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

08 Jan 20:35
5804f38
Compare
Choose a tag to compare

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

3.81.0

01 Jan 15:55
0181847
Compare
Choose a tag to compare

Changed

  • Changed setup to not create self signed, letting operator fallback to it
    automatically on runtime
  • Update dependencies

Fixed

  • Fix opendir not being hooked on macOS arm64

3.80.0

27 Dec 08:04
717afb5
Compare
Choose a tag to compare

3.80.0 - 2023-12-27

Changed

  • Remove unstable from ignore localhost

Fixed

  • Allow license key that starts with -
    #2140
  • Fix job lingering by exiting always successfuly on agent

3.79.2

24 Dec 20:13
59106cf
Compare
Choose a tag to compare

Fixed

  • Added hook for realpath function, fixing issues on files not found in Java

3.79.1

24 Dec 09:32
4190594
Compare
Choose a tag to compare

Fixed

  • Fix dirfd crashing on macOS