Releases: glothriel/wormhole
Releases · glothriel/wormhole
1.2.0
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
What's Changed
- #71: Helm chart fixes by @glothriel in #72
- #62 Client now restarts after sync failures by @glothriel in #74
- #34 restart k8s watcher every 5 minutes by @glothriel in #75
- #28: Initial integration with network policies by @glothriel in #69
Full Changelog: 1.0.0...1.1.0
1.0.0
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"