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