summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator
AgeCommit message (Expand)AuthorFilesLines
2026-04-23go.mod: bump github.com/google/go-containerregistry (#19500)Andrew Lytvynov1-1/+2
2026-04-17cmd/k8s-operator: add e2e test setup and l7 ingress test for multi-tailnet (#...BeckyPauley2-27/+328
2026-04-17cmd/k8s-operator: add priorityClassName support to helm chart (#19236)Bjorn Stange2-0/+5
2026-04-15cmd/k8s-operator: add affinity rules to DNSConfig (#19360)David Bond4-0/+1783
2026-04-15control/controlclient: enable request signatures on macOS (#19317)Jonathan Nobels1-1/+1
2026-04-09cmd/k8s-operator: set PreferDualStack on ProxyGroup egress services (#19194)Fernando Serboncini2-3/+5
2026-04-09cmd/k8s-operator: migrate to tailscale-client-go-v2 (#19010)David Bond22-880/+644
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick4-26/+30
2026-04-02cmd/k8s-operator: add further E2E tests for Ingress (#19219)BeckyPauley4-74/+416
2026-03-24derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067)Mike O'Driscoll1-0/+1
2026-03-20wgengine/magicsock,control/controlclient: do not overwrite discokey with old ...Claus Lensbøl1-0/+1
2026-03-13cmd/k8s-operator: fix Service reconcile triggers for default ProxyClass (#18983)Tom Proctor5-90/+331
2026-03-11cmd/{containerboot,k8s-operator}: reissue auth keys for broken proxies (#16450)Tom Proctor6-102/+434
2026-03-10ipn/ipnlocal, feature/ssh: move SSH code out of LocalBackend to featureBrad Fitzpatrick1-8/+5
2026-03-10cmd/k8s-operator: use correct tailnet client for L7 & L3 ingresses (#18749)David Bond12-322/+403
2026-03-09appc,feature/conn25: conn25: send address assignments to connectorFran Bull1-1/+1
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick15-66/+42
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick26-187/+155
2026-03-05cmd/k8s-proxy: use L4 TCPForward instead of L7 HTTP proxy (#18179)Raj Singh1-1/+1
2026-03-05cmd/k8s-operator: remove deprecated TS_EXPERIMENTAL_KUBE_API_EVENTS (#18893)BeckyPauley1-0/+10
2026-03-04go.toolchain.branch: switch to Go 1.26Brad Fitzpatrick1-16/+22
2026-03-04cmd/tailscale,ipn,net/netutil: remove rp_filter strict mode warnings (#18863)Mike O'Driscoll1-1/+1
2026-02-26go.mod: bump gvisorBrad Fitzpatrick1-2/+2
2026-02-25cmd/k8s-operator: add exit node example (#18087)Chris Mosetick2-2/+28
2026-02-20cmd/containerboot,kube: enable autoadvertisement of Tailscale services on con...Tom Meadows3-0/+10
2026-02-20cmd/k8s-operator/e2e: mark TestIngress flaky (#18773)Tom Proctor2-1/+69
2026-02-18cmd/k8s-operator,k8s-operator: define ProxyGroupPolicy reconciler (#18654)David Bond15-20/+379
2026-02-17ipn/ipnlocal: add basic support for netmap caching (#18530)M. J. Fromberger1-0/+1
2026-02-13k8s-operator,cmd/k8s-operator: define ProxyGroupPolicy CRD (#18614)David Bond1-0/+139
2026-02-09go.mod: update bart dep to v0.26.1 (#18659)Amal Bansode1-2/+7
2026-02-03cmd/k8s-operator,k8s-operator:ensure that recorder replicas default to 1 (#18...Tom Meadows2-0/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris64-64/+64
2026-01-21cmd/k8s-operator,k8s-operator: Allow the use of multiple tailnets (#18344)David Bond17-64/+548
2026-01-14cmd,feature: add identity token auto generation for workload identity (#18373)Danni Popova1-0/+72
2026-01-09go.mod: bump github.com/containerd/containerd@v1.7.29 (#18374)Patrick O'Doherty1-4/+4
2026-01-08net/portmapper, go.mod: unfork our goupnp dependencyAndrew Dunham1-6/+6
2026-01-08cmd/k8s-operator/e2e,go.mod: remove client v2 dependencyTom Proctor1-31/+50
2026-01-08cmd/k8s-operator/e2e: run self-contained e2e tests with devcontrol (#17415)Tom Proctor12-196/+1349
2026-01-06wgengine/magicsock: extract IMDS utilities into a standalone package (#18334)Alex Valiushko1-0/+1
2025-12-19cmd/k8s-operator,ipn/ipnlocal: allow opting out of ACME order replace extensi...Irbe Krumina3-0/+26
2025-12-17cmd/k8s-operator: fixes helm template for oauth secret volume mount (#18230)Tom Meadows2-23/+27
2025-12-15cmd/k8s-operator: fix statefulset template yaml indentation (#18194)Tom Meadows5-21/+62
2025-12-08cmd/k8s-operator: warn if users attempt to expose a headless Service (#18140)Irbe Krumina2-86/+88
2025-12-08cmd/k8s-operator: don't log errors on not found objects. (#18142)Irbe Krumina1-3/+10
2025-12-02tsnet: enable node registration via federated identityGesa Stupperich1-0/+2
2025-12-02cleanup: fix typos across multiple filesNaasir1-1/+1
2025-12-01k8s-operator: Fix typos in egress-pod-readiness.goShaikh Naasir1-2/+2
2025-11-28cmd/k8s-operator fix populateTLSSecret on tests (#18088)Fernando Serboncini1-2/+2
2025-11-28cmd/k8s-operator: add support for taiscale.com/http-redirect (#17596)Fernando Serboncini5-36/+429
2025-11-25cmd/k8s-operator: allow HA ingresses to be deleted when VIP service does not ...David Bond3-26/+71