-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Git bot
committed
Nov 21, 2024
1 parent
0b39a18
commit a8cb4f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tailscale
updated
18 files
+2 −4 | cmd/derper/depaware.txt | |
+1 −0 | cmd/derper/derper_test.go | |
+2 −0 | cmd/k8s-operator/deploy/chart/templates/ingressclass.yaml | |
+3 −0 | cmd/k8s-operator/deploy/chart/values.yaml | |
+17 −0 | cmd/k8s-operator/tsrecorder_specs.go | |
+2 −4 | cmd/stund/depaware.txt | |
+8 −0 | docs/k8s/proxy.yaml | |
+3 −0 | docs/k8s/role.yaml | |
+8 −0 | docs/k8s/sidecar.yaml | |
+8 −0 | docs/k8s/subnet.yaml | |
+8 −0 | docs/k8s/userspace-sidecar.yaml | |
+1 −1 | kube/kubeclient/client_test.go | |
+8 −2 | net/tsaddr/tsaddr.go | |
+68 −0 | net/tsaddr/tsaddr_test.go | |
+8 −5 | tsweb/request_id.go | |
+22 −0 | tsweb/tsweb_test.go | |
+0 −56 | util/fastuuid/fastuuid.go | |
+0 −72 | util/fastuuid/fastuuid_test.go |