summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator
AgeCommit message (Expand)AuthorFilesLines
2025-10-17cmd/k8s-operator: allow pod tolerations on nameservers (#17260)David Bond4-7/+117
2025-10-16wgengine/netlog: merge connstats into package (#17557)Joe Tsai1-3/+2
2025-10-15net/connstats: prepare to remove package (#17554)Joe Tsai1-1/+2
2025-10-08go.toolchain.rev: bump Go to 1.25.2Brad Fitzpatrick1-1/+1
2025-10-08cmd/tsrecorder: adds sending api level logging to tsrecorder (#16960)Tom Meadows2-6/+28
2025-10-07feature/linkspeed: move cosmetic tstun netlink code out to modular featureBrad Fitzpatrick1-2/+1
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick1-1/+2
2025-10-06feature/condlite/expvar: add expvar stub package when metrics not neededBrad Fitzpatrick1-0/+1
2025-10-06feature/featuretags: make usermetrics modularBrad Fitzpatrick1-1/+1
2025-10-04wgengine: stop importing flowtrack when unusedBrad Fitzpatrick1-1/+1
2025-10-04feature/c2n: move answerC2N code + deps out of control/controlclientBrad Fitzpatrick1-1/+2
2025-10-03feature/ace: make ACE modularBrad Fitzpatrick1-1/+0
2025-10-03health: make it omittableBrad Fitzpatrick1-1/+1
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger1-2/+2
2025-10-02control/controlclient: remove x/net/http2, use net/httpBrad Fitzpatrick1-1/+1
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick1-1/+1
2025-10-02cmd/k8s-operator: add .gitignore for generated chart CRDs (#17406)Tom Proctor3-2/+20
2025-10-01control/ts2021: rename from internal/noiseconn in prep for controlclient splitBrad Fitzpatrick1-1/+1
2025-10-01Makefile, cmd/*/depaware.txt: split out vendor packages explicitlyBrad Fitzpatrick1-5/+19
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-1/+0
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-1/+3
2025-09-30ipn/ipnlocal: drop h2c package, use net/http's supportBrad Fitzpatrick1-2/+1
2025-09-30cmd/k8s-operator: add DNS policy and config support to ProxyClass (#16887)Raj Singh4-0/+131
2025-09-29ipn/ipnlocal, feature/posture: pull posture out into a modular featureBrad Fitzpatrick1-3/+1
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-29/+26
2025-09-29ipn/store, feature/condregister: move AWS + Kube store registration to condre...Brad Fitzpatrick1-87/+10
2025-09-29wgengine/router{,/osrouter}: split OS router implementations into subpackageBrad Fitzpatrick1-16/+1
2025-09-29cmd/tailscale/cli,client,ipn: add appc-routes cli commandFran Bull1-1/+1
2025-09-29feature/sdnotify: move util/systemd to a modular featureBrad Fitzpatrick1-2/+0
2025-09-29cmd/k8s-operator: add replica support to nameserver (#17246)David Bond4-2/+23
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick2-2/+2
2025-09-28tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconstBrad Fitzpatrick1-1/+1
2025-09-26doctor: add ts_omit_doctor supportBrad Fitzpatrick1-7/+2
2025-09-25feature/portlist: pull portlist service porting into extension, use eventbusBrad Fitzpatrick1-4/+1
2025-09-25k8s-operator: add IPv6 support for DNS records (#16691)Raj Singh4-54/+251
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-6/+5
2025-09-23client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tails...Jordan Whited1-0/+1
2025-09-22cmd/k8s-operator: send operator logs to tailscale (#17110)David Bond3-10/+44
2025-09-19feature/linuxdnsfight: move inotify watching of /etc/resolv.conf out to a fea...Brad Fitzpatrick1-2/+0
2025-09-19net/ace, control/controlhttp: start adding ACE dialing supportBrad Fitzpatrick1-0/+1
2025-09-19tsnet,internal/client/tailscale: resolve OAuth into authkeys in tsnet (#17191)Naman Sood1-2/+4
2025-09-17net/dns/recursive: remove recursive DNS resolverBrad Fitzpatrick1-4/+2
2025-09-16feature/portmapper: make the portmapper & its debugging tools modularBrad Fitzpatrick1-2/+5
2025-09-16all: add ts_omit_serve, start making tailscale serve/funnel be modularBrad Fitzpatrick1-0/+1
2025-09-15k8s-operator: reset service status before append (#17120)David Bond2-4/+10
2025-09-10cmd/k8s-operator: simplify scope of e2e tests (#17076)Tom Proctor4-225/+168
2025-09-03cmd/k8s-operator: update connector example (#17020)David Bond1-1/+2
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-1/+2
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick1-0/+1
2025-09-02cmd/k8s-operator: allow specifying replicas for connectors (#16721)David Bond10-193/+566