| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-12 | cmd/tailscale: add tailnet info to status outputwill/status-tailnet | Will Norris | 1 | -0/+6 |
| 2024-12-11 | cmd/containerboot: don't attempt to patch a Secret field without permissions ... | Irbe Krumina | 3 | -1/+3 |
| 2024-12-11 | cmd/k8s-operator,k8s-operator: operator integration tests (#12792) | Tom Proctor | 3 | -0/+458 |
| 2024-12-11 | cmd/containerboot: add more tests, check that egress service config only set ... | Irbe Krumina | 2 | -8/+119 |
| 2024-12-11 | cmd/containerboot: don't attempt to write kube Secret in non-kube environment... | Irbe Krumina | 1 | -2/+4 |
| 2024-12-11 | cmd/containerboot: guard kubeClient against nil dereference (#14357) | Bjorn Neergaard | 1 | -2/+4 |
| 2024-12-06 | cmd/stunc: enforce read timeout deadline (#14309) | Mike O'Driscoll | 1 | -7/+27 |
| 2024-12-06 | cmd,{get-authkey,tailscale}: remove unnecessary scope qualifier from OAuth cl... | Percy Wegmann | 2 | -2/+0 |
| 2024-12-05 | cmd/gitops-pusher: default previousEtag to controlEtag (#14296) | Andrew Lytvynov | 1 | -6/+6 |
| 2024-12-05 | cmd/derper: allow absent SNI when using manual certs and IP literal for hostname | Brad Fitzpatrick | 4 | -7/+108 |
| 2024-12-05 | cmd/k8s-operator: don't error for transient failures (#14073) | Tom Proctor | 8 | -17/+84 |
| 2024-12-04 | cmd/tailscale,net/netcheck: add debug feature to force preferred DERP | James Tucker | 1 | -0/+25 |
| 2024-12-04 | cmd/{containerboot,k8s-operator},kube/kubetypes: kube Ingress L7 proxies only... | Irbe Krumina | 11 | -128/+428 |
| 2024-12-04 | cmd/k8s-operator: fix a bunch of status equality checks (#14270) | Irbe Krumina | 8 | -15/+15 |
| 2024-12-03 | cmd/k8s-operator/deploy/chart: allow reading OAuth creds from a CSI driver's ... | Oliver Rahner | 3 | -4/+30 |
| 2024-12-03 | cmd/k8s-operator: avoid port collision with metrics endpoint (#14185) | Tom Proctor | 1 | -7/+7 |
| 2024-12-03 | cmd/k8s-operator,k8s-operator,go.mod: optionally create ServiceMonitor (#14248) | Irbe Krumina | 16 | -19/+813 |
| 2024-12-03 | cmd/k8s-operator,docs/k8s: run tun mode proxies in privileged containers (#14... | Irbe Krumina | 4 | -26/+26 |
| 2024-12-02 | cmd/containerboot: serve health on local endpoint (#14246) | Tom Proctor | 7 | -66/+251 |
| 2024-12-02 | cmd/checkmetrics: add command for checking metrics against kb | Brad Fitzpatrick | 1 | -0/+131 |
| 2024-11-29 | cmd/k8s-operator: always set stateful filtering to false (#14216) | Irbe Krumina | 3 | -22/+11 |
| 2024-11-29 | cmd/k8s-operator: fix port name change bug for egress ProxyGroup proxies (#14... | Irbe Krumina | 3 | -24/+77 |
| 2024-11-26 | cmd/tailscale/cli: fix format string | Nick Khyl | 1 | -2/+2 |
| 2024-11-23 | cmd/containerboot: preserve headers of metrics endpoints responses (#14204) | Irbe Krumina | 1 | -1/+1 |
| 2024-11-22 | cmd/tailscaled: log SCM interactions if the policy setting is enabled at the ... | Nick Khyl | 1 | -5/+4 |
| 2024-11-22 | cmd/tailscaled: flush DNS if FlushDNSOnSessionUnlock is true upon receiving a... | Nick Khyl | 1 | -11/+10 |
| 2024-11-22 | cmd/{containerboot,k8s-operator},k8s-operator: new options to expose user met... | Tom Proctor | 11 | -32/+408 |
| 2024-11-22 | cmd/k8s-operator/deploy: ensure that operator can write kube state Events (#1... | Irbe Krumina | 2 | -0/+16 |
| 2024-11-21 | cli: present risk warning when setting up app connector on macOS (#14181) | Andrea Gottardo | 3 | -3/+23 |
| 2024-11-20 | cmd/tailscale/cli: create netmon in debug ts2021 | Andrew Dunham | 1 | -0/+7 |
| 2024-11-20 | tsweb: change RequestID format to have a date in it | Brad Fitzpatrick | 3 | -8/+5 |
| 2024-11-20 | cmd/k8s-operator,kube/kubeclient,docs/k8s: update rbac to emit events + small... | Irbe Krumina | 1 | -0/+17 |
| 2024-11-20 | Make the deployment of an IngressClass optional, default to true (#14153) | James Stocker | 2 | -0/+5 |
| 2024-11-19 | kube/{kubeapi,kubeclient},ipn/store/kubestore,cmd/{containerboot,k8s-operator... | Irbe Krumina | 8 | -17/+44 |
| 2024-11-18 | ipn/ipnlocal: add IPN Bus NotifyRateLimit watch bit NotifyRateLimit | Brad Fitzpatrick | 1 | -0/+5 |
| 2024-11-15 | cmd/derpprobe,prober: add ability to restrict derpprobe to a single region | Percy Wegmann | 1 | -0/+4 |
| 2024-11-13 | cmd/tailscale/cli: add "help" alias for --help | Brad Fitzpatrick | 2 | -2/+38 |
| 2024-11-12 | cmd/{k8s-operator,containerboot},k8s-operator: remove support for proxies bel... | Irbe Krumina | 4 | -45/+9 |
| 2024-11-12 | cmd/k8s-operator: restart ProxyGroup pods less (#14045) | Tom Proctor | 3 | -26/+66 |
| 2024-11-11 | all: use iterators over slice views more | Brad Fitzpatrick | 1 | -4/+4 |
| 2024-11-11 | cmd/k8s-operator,k8s-operator,kube/kubetypes: add an option to configure app ... | Irbe Krumina | 7 | -38/+294 |
| 2024-11-07 | derp/derphttp: don't link websockets other than on GOOS=js | Brad Fitzpatrick | 4 | -17/+2 |
| 2024-11-07 | control/controlhttp/controlhttpserver: split out Accept to its own package | Brad Fitzpatrick | 3 | -15/+18 |
| 2024-11-07 | cmd/tailscaled: support "ts_omit_ssh" build tag to remove SSH | Brad Fitzpatrick | 2 | -1/+31 |
| 2024-11-07 | envknob,kube/kubetypes,cmd/k8s-operator: add app type for ProxyGroup (#14029) | Irbe Krumina | 2 | -1/+6 |
| 2024-11-06 | cmd/derper: show more information on home page | Percy Wegmann | 3 | -19/+92 |
| 2024-11-05 | types/result, util/lineiter: add package for a result type, use it | Brad Fitzpatrick | 5 | -5/+10 |
| 2024-11-04 | cmd/k8s-operator: allow to optionally configure tailscaled port (#14005) | Irbe Krumina | 1 | -0/+8 |
| 2024-11-03 | cmd/tsconnect: block after starting esbuild dev server | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-11-01 | wgengine/netstack: remove unused taildrive deps | Brad Fitzpatrick | 2 | -3/+1 |