Merge remote-tracking branch 'origin/main' into fix-bug-in-excludecorrectlytaggednodes

This commit is contained in:
Adrien Raffin-Caboisse
2022-08-11 12:49:26 +02:00
27 changed files with 544 additions and 472 deletions

View File

@@ -1,5 +1,4 @@
//go:build integration
// +build integration
package headscale
@@ -20,6 +19,7 @@ import (
)
const (
headscaleHostname = "headscale-derp"
DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
)
@@ -30,9 +30,10 @@ var (
IpPrefix6 = netaddr.MustParseIPPrefix("fd7a:115c:a1e0::/48")
tailscaleVersions = []string{
"head",
"unstable",
"1.26.0",
// "head",
// "unstable",
"1.28.0",
"1.26.2",
"1.24.2",
"1.22.2",
"1.20.4",