Releases: mudler/edgevpn
Releases · mudler/edgevpn
v0.22.0
Changelog
- c14adc6 Update actions/checkout action to v3
- 0007c49 Update actions/download-artifact action to v3
- fffb19e Update actions/upload-artifact action to v3
- abdf88d Update codecov/codecov-action action to v3
- c5f6cdb Update dependency font-awesome to v6.3.0
- 86e77a4 Update dependency postcss-cli to v10
- 2dbae7e Update docker/build-push-action action to v4
- 54f52f5 Update docker/login-action action to v2
- 1fd3c01 Update golang Docker tag to v1.20
- 6d18836 Update goreleaser/goreleaser-action action to v4
- 9a2d1d4 Update module github.com/cenkalti/backoff/v4 to v4.2.0
- b252e9f Update module github.com/hashicorp/golang-lru to v0.6.0
- 97bf5c9 Update module github.com/hashicorp/golang-lru to v2
- 2f0b81c Update module github.com/labstack/echo/v4 to v4.10.2
- fd620ba Update module github.com/libp2p/go-libp2p to v0.26.1
- d350f0c Update module github.com/libp2p/go-libp2p to v0.26.2
- dcf0c35 Update module github.com/libp2p/go-libp2p-kad-dht to v0.21.1
- 9b147b4 Update module github.com/libp2p/go-libp2p-pubsub to v0.9.1
- fc8f0c8 Update module github.com/libp2p/go-libp2p-pubsub to v0.9.2
- 92d1362 Update module github.com/miekg/dns to v1.1.51
- e943fe6 Update module github.com/miekg/dns to v1.1.52
- 957c903 Update module github.com/onsi/ginkgo/v2 to v2.8.4
- e6787f3 Update module github.com/onsi/ginkgo/v2 to v2.9.0
- 1c565ee Update module github.com/onsi/gomega to v1.27.1
- a0565e7 Update module github.com/onsi/gomega to v1.27.2
- daf8147 Update module github.com/urfave/cli to v1.22.12
- 93e2852 Update module github.com/urfave/cli to v2
- f0699ab Update module github.com/urfave/cli/v2 to v2.25.0
- d46f318 Update module golang.org/x/sys to v0.6.0
- 98b3953 Update module gopkg.in/yaml.v2 to v3
v0.21.0
v0.20.0
v0.19.2
Changelog
- 2dabdcb ⬆️ Bump deps
- 6cc1798 🤖 Pin to go 1.19
- 964d2f1 🌱 Allow to specify minNodes in services
- d2f8809 🌱 Bind API to localhost by default
- 3ba313a 🌱 Do not use deprecated module
- 170dbcf 🌱 Drop fork
- 56c1ba1 🌱 Improve node service error
- 9f123db 🌱 Improve service discovery error
- 8259b5f Fix broken icon for services
- 48b08b7 Fix broken icons for GUI and WebUI
v0.19.1
v0.19.0
v0.18.2
v0.18.1
v0.18.0
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
v0.17.0
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"