[PR #42] [MERGED] Update Headscale to Tailscale 1.10 #1219

Closed
opened 2025-12-29 02:29:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/42
Author: @juanfont
Created: 6/25/2021
Status: Merged
Merged: 6/26/2021
Merged by: @juanfont

Base: mainHead: tailscale-1.8.x


📝 Commits (2)

  • 736182f Update dependencies, including Tailscale 1.10.x
  • aa27709 Update code to Tailscale 1.10

📊 Changes

8 files changed (+729 additions, -252 deletions)

View changed files

📝 api.go (+13 -14)
📝 app.go (+4 -4)
📝 cli.go (+2 -2)
📝 go.mod (+10 -18)
📝 go.sum (+689 -202)
📝 machine.go (+5 -5)
📝 namespaces.go (+0 -1)
📝 utils.go (+6 -6)

📄 Description

The tailscale dependencies broke some stuff after 1.6 (our previous target version).

This PR sets Headscale to use the newly released Tailscale 1.10


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/42 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 6/25/2021 **Status:** ✅ Merged **Merged:** 6/26/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `tailscale-1.8.x` --- ### 📝 Commits (2) - [`736182f`](https://github.com/juanfont/headscale/commit/736182f6514a6c8d3ca1015b5789b9c370d26267) Update dependencies, including Tailscale 1.10.x - [`aa27709`](https://github.com/juanfont/headscale/commit/aa27709e602ffd39727fb2b8b3ed95d650fce74a) Update code to Tailscale 1.10 ### 📊 Changes **8 files changed** (+729 additions, -252 deletions) <details> <summary>View changed files</summary> 📝 `api.go` (+13 -14) 📝 `app.go` (+4 -4) 📝 `cli.go` (+2 -2) 📝 `go.mod` (+10 -18) 📝 `go.sum` (+689 -202) 📝 `machine.go` (+5 -5) 📝 `namespaces.go` (+0 -1) 📝 `utils.go` (+6 -6) </details> ### 📄 Description The tailscale dependencies broke some stuff after 1.6 (our previous target version). This PR sets Headscale to use the newly released Tailscale 1.10 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:15 +01:00
adam closed this issue 2025-12-29 02:29:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1219