Skip to content

Releases: glothriel/wormhole

1.2.0

19 Nov 13:50
af7460a
Compare
Choose a tag to compare

What's Changed

  • #47: Added documentation entry about admin API by @glothriel in #79
  • 80 prefer certificate pairing when available by @glothriel in #81
  • Split hello package into syncing and pairing packages by @glothriel in #83
  • #68 Exposed services that were deleted will now be properly unexposed… by @glothriel in #84

Full Changelog: 1.1.0...1.2.0

1.1.0

21 Jun 09:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

04 Jun 08:04
663552b
Compare
Choose a tag to compare

First release, that can be at least tested near to production. The tunnels were rewritten to use well-known technologies like NGINX and wireguard instead of custom-written websockets.

Install it via

helm install -n wormhole wh oci://ghcr.io/glothriel/wormhole/wormhole --version 1.0.0 --set server.enabled=true --set server.service.type=LoadBalancer --set server.wg.publicHost="0.0.0.0"