Skip to content

Releases: nshalman/tailscale

v1.74.0-sunos

15 Sep 16:51
Compare
Choose a tag to compare

Builds

Commits

  • 1e8f8ee: VERSION.txt: this is v1.73.0 (tailscale#13181) (Andrea Gottardo) #13181
  • 8fad8c4: tstest/tailmac: add customized macOS virtualization tooling (tailscale#13146) (Jonathan Nobels) #13146
  • f95785f: util/winutil: add constants from Win32 SDK for dll blocking mitigation policies (Aaron Klotz) #13183
  • 16bb541: wgengine/magicsock: replace deprecated poly1305 (tailscale#13184) (tomholford) #13175
  • support setting authkey at login using syspolicy (tailscale#13061) #13061 (Andrea Gottardo)
  • 01aa01f: ipn/ipnlocal: network-lock, error if no pubkey instead of panic (Kristoffer Dalby) #12505
  • 2105773: cmd/k8s-operator/deploy: replace wildcards in Kubernetes Operator RBAC role definitions with verbs (pierig-n3xtio) #13169
  • 8f6a235: util/winutil: add GetRegUserString/SetRegUserString accessors for storage and retrieval of string values in HKEY_CURRENT_USER (Aaron Klotz) #13188
  • 93dc2de: cmd/k8s-operator: support default proxy class in k8s-operator (tailscale#12711) (ChandonPierre) #12711
  • df6014f: net/tstun,wgengine{/netstack/gro}: refactor and re-enable gVisor GRO for Linux (tailscale#13172) (Jordan Whited) #13172
  • 7675c3e: wgengine/netstack/gro: exclude importation of gVisor GRO pkg on iOS (tailscale#13202) (Jordan Whited) #13202
  • 7d83056: ssh/tailssh: fix SSH on busybox systems (Percy Wegmann) #13040
  • 151b77f: cmd/tl-longchain: tool to re-sign nodes with long rotation signatures (Anton Tolchanov) #13201
  • af3d3c4: types/prefs: add a package containing generic preference types (Nick Khyl) #12830
  • 4b525fd: ssh/tailssh: only chdir incubator process to user's homedir when necessary and possible (Percy Wegmann) #13171
  • 8e42510: wgengine/netstack: disable gVisor GSO on Linux (tailscale#13215) (Jordan Whited) #13215
  • 690d3bf: cmd/tailscale/cli: add debug command to do DNS lookups portably (Brad Fitzpatrick) #13219
  • 4637ac7: ipn/ipnlocal: remember last notified taildrive shares and only notify if they've changed (Percy Wegmann) #13210
  • fix new lint warnings from bumping staticcheck #13220 (Brad Fitzpatrick)
  • switch to and require Go 1.23 #13220 (Brad Fitzpatrick)
  • 0cb7eb9: net/dns: updated gonotify dependency to v2 that supports closable context (Ilarion Kovalchuk) #13221
  • aedfb82: go.mod.sri: update SRI hash for go.mod changes (Flakes Updater) #13227
  • e54c81d: types/views: add Slice.All iterator (Brad Fitzpatrick) #12913
  • d00d6d6: go.mod: update to github.com/tailscale/netlink library that doesn't require vishvananda/netlink (Percy Wegmann) #13228
  • 743d296: update to github.com/tailscale/netlink library that doesn't require vishvananda/netlink (Percy Wegmann) #13228
  • 1191eb0: tstest/natlab: add unix address to writer for dgram mode (Jonathan Nobels) #13229
  • 6280c44: go.mod.sri: update SRI hash for go.mod changes (Flakes Updater) #13234
  • 3c66ee3: cmd/systray: add a basic linux systray app (Will Norris) #13237
  • b091264: cmd/systray: set ipn.NotifyNoPrivateKeys, permit non-operator use (Brad Fitzpatrick) #13244
  • d862898: go.mod.sri: update SRI hash for go.mod changes (Flakes Updater) #13238
  • 3904e4d: cmd/tta, tstest/natlab/vnet: remove unneeded port 124 log hack, add log buffer (Brad Fitzpatrick) #13247
  • 3b70968: cmd/vnet: add --blend and --pcap flags (Brad Fitzpatrick) #13247
  • 5a99940: tstest/natlab/vnet: explicitly ignore PCP and SSDP UDP queries (Brad Fitzpatrick) #13247
  • aa42ae9: tstest/natlab: make a new virtualIP type in prep for IPv6 support (Brad Fitzpatrick) #13248
  • a9dc6e0: util/codegen, cmd/cloner, cmd/viewer: update codegen.LookupMethod to support alias type nodes (Nick Khyl) #13232
  • 03acab2: cmd/cloner, cmd/viewer, util/codegen: add support for aliases of cloneable types (Nick Khyl) #13236
  • e5fd36a: tstest/natlab: respect NATTable interface's invalid-means-drop everywhere (Brad Fitzpatrick) #13250
  • 475ab1f: cmd/vnet: omit log spam when backend status hasn't changed (Brad Fitzpatrick) #13251
  • 641693d: ipn/ipnlocal: install IPv6 service addr route (tailscale#13252) (Jordan Whited) #13252
  • 367bfa6: tstest/integration: exercise TCP DNS queries against quad-100 (tailscale#13231) (Jordan Whited) #13231
  • 9783065: tstest/integration: change log.Fatal() to t.Fatal() (tailscale#13253) (Jordan Whited) #13253
  • 31b5239: tstest/natlab/vnet: flush and sync pcap file after every packet (Maisem Ali) #13255
  • b78df4d: tstest/natlab/vnet: add start of IPv6 support (Brad Fitzpatrick) #13167
  • 8af50fa: ipn/ipnlocal: update routes on link change with ExitNodeAllowLANAccess (James Tucker) #13246
  • cccacff: types/opt: add BoolFlag for setting Bool value as a flag (Will Norris) #13264
  • e0bdd5d: tstest/natlab: simplify a defer (Brad Fitzpatrick) #13259
  • 3a8cfbc: tstest/natlab: be more paranoid about IP versions from gvisor (Brad Fitzpatrick) #13259
  • 6dd1af0: tstest/natlab: refactor HandleEthernetPacketForRouter a bit (Brad Fitzpatrick) #13259
  • 2636a83: cmd/tta: pull out test driver dialing into a type, fix bugs (Brad Fitzpatrick) #13259
  • extend the gokrazy/natlab wait-for-network delay for IPv6 #13259 (Brad Fitzpatrick)
  • 0157000: tstest/natlab: fix IPv6 tests, remove TODOs (Brad Fitzpatrick) #13259
  • f99f970: tstest/natlab/vnet: rename some things for clarity (Brad Fitzpatrick) #13259
  • 6d4973e: wgengine/netstack: use types/logger.Logf instead of stdlib log.Printf (tailscale#13267) (Jordan Whited) #13267
  • d097096: net/tstun,wgengine/netstack: make inbound synthetic packet injection GSO-aware (tailscale#13266) (Jordan Whited) #13266
  • bfcb356: wgengine/netstack: re-enable gVisor GSO on Linux (tailscale#13269) (Jordan Whited) #13269
  • 06c31f4: tsweb/varz: remove pprof (Kristoffer Dalby) #12990
  • add initial user-facing metrics #12990 (Kristoffer Dalby)
  • 31cdbd6: net/tstun: fix gvisor inbound GSO packet injection (tailscale#13283) (Jordan Whited) #13283
  • ff1d0aa: tstest/natlab/vnet: start adding tests (Brad Fitzpatrick) #13282
  • 8b23ba7: tstest/natlab/vnet: add qemu + Virtualization.framework protocol tests (Brad Fitzpatrick) #13290
  • 961ee32: ipn/{ipnauth,ipnlocal,ipnserver,localapi}: start baby step toward moving access checks from the localapi.Handler to the LocalBackend (Nick Khyl) #13281
  • 73b3c8f: tstest/natlab/vnet: add IPv6 all-nodes support (Brad Fitzpa...
Read more

v1.72.1-sunos

25 Aug 21:08
Compare
Choose a tag to compare

Commits

  • eb07c60: wgengine/netstack: disable gVisor GSO on Linux (tailscale#13213) (Jordan Whited) #13213
  • f4a9566: VERSION.txt: this is v1.72.1 (Andrea Gottardo)
  • 9a90bca: Merge tag 'v1.72.1' into sunos-1.72 (Nahum Shalman)

v1.72.0-sunos

21 Aug 12:30
Compare
Choose a tag to compare

Builds

Commits

Read more

v1.70.0-sunos

08 Aug 01:51
Compare
Choose a tag to compare
sunos: update go modules

v1.70.0-beta-sunos

21 Jul 13:39
Compare
Choose a tag to compare

Bug Fixes

Builds

Continuous Integration

Commits

Read more

v1.68.2-sunos

04 Jul 00:28
Compare
Choose a tag to compare

Commits

  • test SigCredential signatures and netmap filtering #12684 (Anton Tolchanov)
  • 1b92ce1: ipn/ipnlocal: allow multiple signature chains from the same SigCredential (Anton Tolchanov) #12684
  • 0629929: net/dns: recheck DNS config on SERVFAIL errors (tailscale#12547) (Jonathan Nobels) #12685
  • c79c500: VERSION.txt: this is v1.68.2 (Anton Tolchanov)
  • c061a7c: Merge tag 'v1.68.2' into sunos-1.68 (Nahum Shalman)

v1.68.1-sunos

19 Jun 19:55
Compare
Choose a tag to compare

Commits

Read more

v1.66.4-sunos

26 May 01:42
Compare
Choose a tag to compare

Commits

v1.66.3-sunos

19 May 12:05
Compare
Choose a tag to compare

Commits

  • c88abff: cmd/k8s-operator,cmd/containerboot,ipn,k8s-operator: turn off stateful filter for egress proxies. (tailscale#12088) (Irbe Krumina) #12088
  • 32cb8a3: ipn/ipnlocal: simplify authURL vs authURLSticky, remove interact field (Brad Fitzpatrick)
  • 9d2768a: util/linuxfw: fix IPv6 availability check for nftables (tailscale#12009) (tailscale#12123) (Irbe Krumina) #12123
  • 78566fd: VERSION.txt: this is v1.66.2 (Nick O'Neill)
  • fix macOS uploads by increasing build number prefix (tailscale#12134) (Andrea Gottardo)
  • eae73f8: VERSION.txt: this is v1.66.3 (Nick O'Neill)
  • 5a2a40e: Merge tag 'v1.66.3' into sunos-1.66 (Nahum Shalman)

v1.66.1-sunos

12 May 01:54
Compare
Choose a tag to compare

Builds

Commits

Read more