Tunnet v0.7.0
Massive update introducing major architectural shifts, native Kubernetes & Terraform/GitOps support, an embedded SSH server, and our new SDKs. We've also squashed some critical Windows and networking bugs, and upgraded to Rust 1.97.
Features
- Kubernetes & Terraform/GitOps: Full support for modern cloud-native workflows and infrastructure-as-code management, accompanied by a new Go CLI.
- Built-in SSH Server: Native, full-featured SSH server support.
- Ecosystem SDKs: Released the native
tunnetRust SDK crate and introduced dedicated, automated mirrors for the Go SDK and Terraform provider. - Security & Governance: Added posture protection rules, organizational roles, and support for flexible layered configurations.
- CLI Improvements: Added
statuscontrol monitoring directly to the CLI.
Bug Fixes
- Windows Integration: Fixed the SCM service getting stuck on "Starting" (
sc createexit 1639 code), resolved Windows IPC quirks, and stabilized the Windows coordinator. - Networking: Fixed ICMP connection handling, self-ping bugs, and empty default DNS TLD edge cases.
- Git/CI Workflows: Fixed git hooks preparation errors when running outside a git checkout, and corrected stub version rewriting prior to Go mirror syncing.
- Fixed minor edge cases involving clock hints and stale modes.
Installation
Linux / macOS
curl -fsSL https://github.com/tunnetio/Tunnet/releases/latest/download/install.sh | shWindows (PowerShell as Administrator)
irm https://github.com/tunnetio/Tunnet/releases/latest/download/install.ps1 | iexFull Changelog: v0.6.0...v0.7.0