Skip to content

Releases: costela/wesher

v0.3.0-alpha.2

30 Jun 21:34
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release
fix: ignore existing routes

v0.3.0-alpha.1

30 Jun 20:13
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

Changes:

  • new release arch: MIPS
  • make the banner used to mark /etc/hosts entries configurable (thanks @kaiyou)
  • make path to cluster state configurable (thanks @kaiyou)
  • only test against go 1.18
  • switch to kong for CLI + config handling
  • migrate to Github Actions

v0.2.6

27 May 16:17
Compare
Choose a tag to compare
- add MIPS* arches to the releases

v0.2.5

26 Nov 20:57
v0.2.5
Compare
Choose a tag to compare
- make build reproducible (fixes #2)

v0.2.4

30 Sep 22:09
v0.2.4
Compare
Choose a tag to compare
- fix compatibility with linux >= 5.2

v0.2.3

24 Aug 18:44
v0.2.3
Compare
Choose a tag to compare
- fix race condition of cluster join
- fix permissions on state file

v0.2.2

06 Aug 20:26
v0.2.2
Compare
Choose a tag to compare
- failed join attempts are now retried; this enables simultaneous
cross-joining without deadlocks

v0.2.1

21 Jul 21:15
v0.2.1
Compare
Choose a tag to compare
- added option to bind to interface (--bind-iface)

v0.2.0

14 Jul 19:03
v0.2.0
7434feb
Compare
Choose a tag to compare
- Switch to using wgctrl lib instead of wrapping the wireguard cli
tools (no more interface recreation on node joins/parts)
- Do not attempt to remove entries on exit when `--no-etc-hosts`
is given
- Added end-to-end tests
- Added simple systemd unit file
- Minimal go version now 1.12

v0.1.2

29 Mar 21:24
v0.1.2
Compare
Choose a tag to compare
- fix ipv4 overlay address assignment; broken by ipv6 addition