Skip to content

Releases: mudler/edgevpn

v0.18.1

26 Nov 21:27
Compare
Choose a tag to compare

Changelog

  • bf06501 ⬆️ Bump libp2p to v0.23.4
  • 362afe6 🐛 Do not try to find a leader with no nodes
  • 5588b52 Disable low-profile by default

v0.18.0

28 Oct 15:17
042b7b2
Compare
Choose a tag to compare

Breaking change

Due to 54ab0fe the generated tokens might not be compatible with previous versions of EdgeVPN.

This change is not retro-compatible with older EdgeVPN versions <0.18.0 and we apologize for any inconvenience, the change enhances the security of EdgeVPN networks, as such it is strongly suggested to rotate network keys or re-generate network tokens from scratch.

Changelog

  • e84bfbc 📖 Update README with a section of projects using EdgeVPN
  • ad0d66f ⚙️ Remove deprecated option, enhance default settings
  • 54ab0fe Increse otp digits generated by defaults
  • dfc5bf1 Support alphanumeric in RandString

v0.17.0

16 Oct 18:32
090f993
Compare
Choose a tag to compare

Changelog

  • 11765a8 🎨 Adaptations for wintun
  • e195406 🎨 Use fork with freebsd/wintun support in place of songgao/water
  • 7adff52 ⚙️ Naive attempt to set device on FreeBSD
  • 297d0a3 🐧 Add interface for freebsd (miss netlink)
  • 8aa6b14 Add Wintun workarounds
  • b1c89a2 Remove OpenVPN workarounds
  • c1f1b42 Revert ":art: Adaptations for wintun"

v0.16.3

26 Sep 10:07
Compare
Choose a tag to compare

Changelog

  • 2538123 ⬆️ Bump libp2p to 0.23.2

v0.16.2

21 Sep 21:20
Compare
Choose a tag to compare

Changelog

  • 7551842 ⬆️ Bump libp2p to 0.23.0

v0.16.1

05 Sep 23:09
Compare
Choose a tag to compare

Changelog

  • 66328e6 ⬆️ Bump go mod
  • 3ad31de ⬆️ Bump go-libp2p
  • 4375160 ⬆️ Bump libp2p-kad-dht to v0.18(unreleased)
  • d0adaf5 🎨 Use zap as logger
  • cd5d358 ⚙️ Disable unconfigured AutoRelay by default
  • f5ea51d 📝 Switch to Apachev2
  • b1356a1 🤖 Bump golang version used in workflows
  • 3e01187 🤖 Generate discovery services if not passed
  • 3ebc049 Handle static relays
  • ad7d46e WIP

v0.16.0

28 Aug 08:10
34ead68
Compare
Choose a tag to compare

Changelog

  • eff5564 ⬆️ Bump to go-libp2p 0.21.0

v0.15.3

06 Jul 20:45
Compare
Choose a tag to compare

Changelog

  • 9307c34 ⚙️ Handle termination signals gracefully
  • cdb8767 ⚙️ Switch to new mdns, but keep legacy around

v0.15.2

29 Jun 07:32
Compare
Choose a tag to compare

Changelog

  • e668448 ⬆️ Bump go-libp2p to v0.20.3

v0.15.1

28 Jun 16:43
Compare
Choose a tag to compare

Changelog

  • 1d59e1e ⬆️ Bump go-libp2p to v0.20.2
  • a1cd7fa ⬆️ Bump libp2p to 0.20.1
  • aa46675 ⚙️ Extend liveness probe also to file and services
  • 6d673de 🤖 Add container images
  • 853c0bb routing option: allow mesh and VPN behaviour coexist