v0.15.0
Breaking Changes
New: Embedded DERP which is enabled by default
This embedded DERP can be disabled and additional DERP map sources can be set in the configuration, e.g.
derp:
server:
disabled: true
sources:
- https://controlplane.tailscale.com/derpmap/default
listener_addr and public_addr changes
The configuration for the listen_addr and server_url has been change:
http_listen_addr
andhttps_listen_addr
is replaced with a single entrylisten_addr
server_url
is replaced withpublic_addr
(eg.server_url: https://ionscale.example.com
becomespublic_addr: ionscale.example.com:443
HuJson support for ACL and IAM policies
The API has changed to support this; make sure you use the same version for your server and your cli client
Changelog
New Features
- 248b75c feat: embedded derp
- a1debdf feat: use env variable for setting a default tailnet id when using a system admin key
- 6173621 feat: use hujson as data format for ACL and IAM policy