Headscale v0.12.1 Release Notes

Release Date: 2021-12-24 // over 3 years ago
  • (We are skipping 0.12.0 to correct a mishap done weeks ago with the version tagging)

    ๐Ÿ’ฅ BREAKING

    • โฌ†๏ธ Upgrade to Tailscale 1.18 #229
      • This change requires a new format for private key, private keys are now generated automatically:
      • Delete your current key
      • Restart headscale, a new key will be generated.
      • Restart all Tailscale clients to fetch the new key

    ๐Ÿ”„ Changes

    • ๐Ÿ”ง Unify configuration example #197
    • โž• Add stricter linting and formatting #223

    ๐Ÿ”‹ Features

    • โž• Add gRPC and HTTP API (HTTP API is currently disabled) #204
    • ๐Ÿ‘‰ Use gRPC between the CLI and the server #206, #212
    • ๐Ÿ‘ Beta OpenID Connect support #126, #227