Skip to content

Tunnet v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:51
· 69 commits to main since this release

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 tunnet Rust 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 status control monitoring directly to the CLI.

Bug Fixes

  • Windows Integration: Fixed the SCM service getting stuck on "Starting" (sc create exit 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 | sh

Windows (PowerShell as Administrator)

irm https://github.com/tunnetio/Tunnet/releases/latest/download/install.ps1 | iex

Full Changelog: v0.6.0...v0.7.0