Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Releases: metalbear-co/mirrord-agent

2.0.0-alpha-3

02 May 08:03
Compare
Choose a tag to compare
2.0.0-alpha-3 Pre-release
Pre-release

2.0.0-alpha-3 - 1/5/2022

Changed

  • Change behavior of namespace change - set the namespace only in the packet sniffing, in a new thread so "command" socket will listen on the original network namespace

2.0.0-alpha-2

30 Apr 10:40
Compare
Choose a tag to compare
2.0.0-alpha-2 Pre-release
Pre-release

2.0.0-alpha-2 - 30/4/2022

Fixed

  • Fixed obtaining namespace & setting it using container id (seems to be a bug in new containerd-client version?)

Misc

  • Add manual image build and push workflow
  • Add docker image build sanity

2.0.0-alpha-1

28 Apr 16:32
Compare
Choose a tag to compare
2.0.0-alpha-1 Pre-release
Pre-release

2.0.0-alpha-1 - 28/4/2022

Misc

  • Fix image build lacks cmake

2.0.0-alpha

28 Apr 15:03
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

2.0.0-alpha - 27/4/2022

Refactor

  • The code was refactored to support new upcoming features.
  • The agent support multiple connections at once.
  • Protocol is now binary for better performance (bincode).
  • Changed the command line interface.
  • Port and connections subscription is done when connecting.

1.0.1

10 Mar 12:29
Compare
Choose a tag to compare

1.0.1 - 10/3/2022

Changed

  • Update dependencies
  • CI now builds from tag also.