Releases: juanfont/headscale
Releases · juanfont/headscale
v0.20.0
Changelog
- 26edf24 Allow split DNS configuration without requiring global nameservers
- cffa040 Cancel old builds if new commits appear
- 640bb94 Do not show IsPrimary field as false in exit nodes
- 3ac2e0b Enable both exit node routes (IPv4 and IPv6) at the same time.
- 727d95b Improve generated integration tests
- ca12533 Remove all tests before generating new ones
- e1eb300 Remove new line at start of test template
- 83a538c Rename IP specific function, add missing test case
- da48cf6 Set OpenID Connect Expiry
- 385fd93 Update changelog
- ce587d2 Update test workflows
- 0f65918 Update tests
- b322cdf Updated changelog for v0.20.0
- 673638a Use ripgrep to find list of tests
v0.19.0
v0.19.0-beta2
Changelog
- cb25f0d Add hint for reverse proxying with Apache
- 8dadb04 Mark -n and --namespace as deprecated
- 6d669c6 Migrate namespace_id to user_id column in machine and pak
- 9714900 Target Tailscale 1.36.0
- 0ffff2c Update the node join instruction to reference "username"
- 9f6e546 modify the test to reflect the changes on the webinterface
- c720af6 permalink in the limitations section to tailscale
- 9c2e580 put Where before Find
v0.19.0-beta1
Changelog
- f19e8aa Fix failing tests
- da5c051 Lint fix
- 5da0963 Migrate DB: rename namespace, automigrate user
- 9eaa8dd Migrate DB: rename table is plural, order matters
- b98bf19 Regenerate go from proto
- af1ec5a Rename .go namespace files
- e3a2593 Rename [Nn]amespace -> [Uu]ser in go code
- bf0b85f Rename acl test file
- 428d7c8 Rename namespace in protobuf files
- fb3e2dc Rename namespace to user in docs
- 86a7129 Update changelog, more explicit backup note
- 90287a6 gofumpt
- 81441af update changelog
v0.18.0
Changelog
- Reworked routing and added support for subnet router failover #1024
- Added an OIDC AllowGroups Configuration options and authorization check #1041
- Set
db_ssl
to false by default #1052 - Fix duplicate nodes due to incorrect implementation of the protocol #1058
- Report if a machine is online in CLI more accurately #1062
- Added config option for custom DNS records #1035
- Expire nodes based on OIDC token expiry #1067
- Remove ephemeral nodes on logout #1098
- Performance improvements in ACLs #1129
- OIDC client secret can be passed via a file #1127
v0.18.0-beta4
Changelog
- Reworked routing and added support for subnet router failover #1024
- Added an OIDC AllowGroups Configuration options and authorization check #1041
- Set
db_ssl
to false by default #1052 - Fix duplicate nodes due to incorrect implementation of the protocol #1058
- Report if a machine is online in CLI more accurately #1062
- Added config option for custom DNS records #1035
- Expire nodes based on OIDC token expiry #1067
- Remove ephemeral nodes on logout #1098
- Performance improvements in ACLs #1129
v0.18.0-beta3
- Reworked routing and added support for subnet router failover #1024
- Added an OIDC AllowGroups Configuration options and authorization check #1041
- Set
db_ssl
to false by default #1052 - Fix duplicate nodes due to incorrect implementation of the protocol #1058
- Report if a machine is online in CLI more accurately #1062
- Added config option for custom DNS records #1035
- Expire nodes based on OIDC token expiry #1067
- Remove ephemeral nodes on logout #1098
v0.18.0-beta2
Changelog
- Reworked routing and added support for subnet router failover #1024
- Added an OIDC AllowGroups Configuration options and authorization check #1041
- Set
db_ssl
to false by default #1052 - Fix duplicate nodes due to incorrect implementation of the protocol #1058
- Report if a machine is online in CLI more accurately #1062
v0.18.0-beta1
Changes
- Reworked routing and added support for subnet router failover #1024
- Added an OIDC AllowGroups Configuration options and authorization check #1041
- Set
db_ssl
to false by default #1052
Changelog
- 7b8cf5e Add 1.34.0 to integration tests
- fba77de Add Route DB model and migration from existing field
- 63cd312 Add breaking change about noise private path
- bd4b2da Add changelog entry to correct version
- 95d3062 Add github action updater
- 4de676c Add instructions for macOS GUI
- 70f2f5d Added an OIDC AllowGroups option for authorization.
- 6718ff7 Added helper methods for subnet failover + unit tests
- ac8bff7 Call processMachineRoutes when a new Map is received
- 5a70ea7 Correct typo on standalone (fixes #1021)
- 6c2d6fa Do not explicitly set the protocols when ommited in ACL
- 6f4c6c1 Ignore tparallel where it doesnt make sense
- 19f12f9 Make goreleaser use Nix
- 946d38e Minor linting fixes
- 4453728 Murder docker container and network before run
- 52862b8 Port integration tests routes CLI to v2
- 68c72d0 Prep changelog for new release
- b62acff Refactor machine.go, and move functionality to routes.go + unit tests
- 34631df Refactored route grpc glue code
- 8170f5e Removed unused code and linting fixes
- a506d0f Run handlePrimarySubnetFailover() with a ticker when Serve
- 134c72f Set db_ssl to false by default, fixes #1043
- 06f7e7c Tag dockerfiles to minor version so we dont have to care about patch
- a58a552 Update macos/windows doc
- 0db16c7 Update nix deps, get go 1.19.3 in
- 1b557ac Update protobuf definitions + support methods for the API
- 34107f9 Updated changelog
- 8fa9755 Updated generated pb code
- 86fa136 Upgrade go dependencies
- 1015bc3 Upgrade to Tailscale 1.34.0
- 78819be Use the new routes API from the CLI
- 89c1207 added changelog for 0.17.1
- d1bca10 docs(README): update contributors
- 638a3d4 fix nix run
- 54f701f generateACLPolicy() no longer a Headscale method