Skip to content

Releases: netbirdio/netbird

v0.3.1

03 Dec 09:54
3dca2d6
Compare
Choose a tag to compare

Changelog

  • Wireguard PreSharedKey support.

This feature brings additional security to the system. The pre-shared key is generated by the network admin and stays private.
This means that even if the Management service is compromised and tries to add a malicious peer to the system, that peer won't be able to establish a connection to other network members without a pre-shared key.

PreSharedKey has to be a Wireguard key. Generate a new one with wg genpsk

Fresh run:
wiretrustee up --setup-key <SETUP KEY> --preshared-key <PRESHARED KEY>

Can be also added manually to the config file /etc/wiretrustee/config.json, e.g.:
"PreSharedKey": "iDglzWMp6quPoaQNnH2uqpljYHnjVpl5Jn1vYOWXNEo="

Note: Once set for a peer, all other peers will need it set as well in order to connect. Otherwise, connections won't work.
E.g. having 3 peers: A, B, and C. If peer A has a Preshared key set, but B and C not, then connection:

B <-> C works
A <-> B doesn't work
A <-> C doesn't work

Docker images

  • docker pull wiretrustee/wiretrustee:0.3.1
  • docker pull wiretrustee/signal:0.3.1
  • docker pull wiretrustee/management:0.3.1
  • docker pull wiretrustee/management:debug-latest

v0.3.0

15 Nov 08:20
7bf9793
Compare
Choose a tag to compare

Changelog

  • Client can run as a docker container now. Setup key can be provided via env allowing for the deployment automation (e.g. ansible, cloud formation, terraform, etc). See examples.
    docker run --rm -d  \
      --network host \
      --privileged \
      -e WT_SETUP_KEY=<SETUP KEY> \
      -v wiretrustee-client:/etc/wiretrustee \
      wiretrustee/wiretrustee:0.3.0
  • Client bug fixes

Docker images

  • docker pull wiretrustee/wiretrustee:0.3.0
  • docker pull wiretrustee/signal:0.3.0
  • docker pull wiretrustee/management:0.3.0
  • docker pull wiretrustee/management:debug-latest

v0.2.3

06 Nov 16:12
ed1e4df
Compare
Choose a tag to compare

Changelog

  • Removed beta tag from release
  • Client stability improvements

Docker images

  • docker pull wiretrustee/signal:0.2.3
  • docker pull wiretrustee/management:0.2.3
  • docker pull wiretrustee/management:debug-latest

v0.2.2-beta.1

02 Nov 14:02
Compare
Choose a tag to compare

Changelog

minor client connectivity improvements

Docker images

  • docker pull wiretrustee/signal:0.2.2-beta.1
  • docker pull wiretrustee/management:0.2.2-beta.1
  • docker pull wiretrustee/management:debug-latest

v0.2.1-beta.5

01 Nov 19:42
1fb8b74
Compare
Choose a tag to compare

Changelog

1fb8b74 set IF arm6 and empty attribute for package (#146)

Docker images

  • docker pull wiretrustee/signal:0.2.1-beta.5
  • docker pull wiretrustee/management:0.2.1-beta.5
  • docker pull wiretrustee/management:debug-latest

v0.2.0-beta.5

01 Nov 08:45
d040cfe
Compare
Choose a tag to compare

Changelog

Fixes a critical bug described in #143 that caused a client app to stop after a while.

Docker images

  • docker pull wiretrustee/signal:0.2.0-beta.5
  • docker pull wiretrustee/management:0.2.0-beta.5
  • docker pull wiretrustee/management:debug-latest

v0.2.0-beta.4

31 Oct 11:30
Compare
Choose a tag to compare

Changelog

e9066b4 chore: increase signal and management gRPC clients timeouts
673e807 chore: set default key expiration if not provided by frontend (#142)
892080b docs: update key features

Docker images

  • docker pull wiretrustee/signal:0.2.0-beta.4
  • docker pull wiretrustee/management:0.2.0-beta.4
  • docker pull wiretrustee/management:debug-latest

v0.2.0-beta.3

27 Oct 09:23
Compare
Choose a tag to compare

Changelog

2d39f6c fix: remove ICE port limits

Docker images

  • docker pull wiretrustee/signal:0.2.0-beta.3
  • docker pull wiretrustee/management:0.2.0-beta.3
  • docker pull wiretrustee/management:debug-latest

v0.2.0-beta.2

26 Oct 19:57
0b2c268
Compare
Choose a tag to compare

Changelog

Fixes a bug with a hanging connection on the client-side.

Docker images

  • docker pull wiretrustee/signal:0.2.0-beta.2
  • docker pull wiretrustee/management:0.2.0-beta.2
  • docker pull wiretrustee/management:debug-latest

v0.2.0-beta.1

20 Oct 20:08
Compare
Choose a tag to compare

Changelog

  • enhanced up command
    After installation, the client app can be started with a single command:
    sudo wiretrustee up --setup-key <SETUP KEY>
  • bug fixes

Docker images

  • docker pull wiretrustee/signal:0.2.0-beta.1
  • docker pull wiretrustee/management:0.2.0-beta.1
  • docker pull wiretrustee/management:debug-latest