[PR #2149] [MERGED] remove versions older than 1.56 #2525

Closed
opened 2025-12-29 03:21:39 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2149
Author: @kradalby
Created: 9/24/2024
Status: Merged
Merged: 9/24/2024
Merged by: @kradalby

Base: mainHead: kradalby/remove-tailscale-versions


📝 Commits (3)

  • 90a5ac3 remove versions older than 1.56
  • c0648d3 remove code no longer needed for new clients
  • 921c6f2 update changelog

📊 Changes

8 files changed (+52 additions, -152 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 hscontrol/mapper/mapper_test.go (+10 -10)
📝 hscontrol/mapper/tail.go (+6 -24)
📝 hscontrol/mapper/tail_test.go (+9 -8)
📝 hscontrol/metrics.go (+0 -5)
📝 hscontrol/noise.go (+9 -10)
📝 hscontrol/poll.go (+0 -81)
📝 integration/scenario.go (+16 -14)

📄 Description

From 0.23.0, headscale has a goal of supporting the 10 latest versions of tailscale, this PR removes versions older than 1.56.

This allows us to remove a bunch of code, some duplicate! 🎉

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/2149 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/remove-tailscale-versions` --- ### 📝 Commits (3) - [`90a5ac3`](https://github.com/juanfont/headscale/commit/90a5ac329a7ec0d04843a366d2ac4b696060c7ab) remove versions older than 1.56 - [`c0648d3`](https://github.com/juanfont/headscale/commit/c0648d34f4ba9efd172519e1319f173cd2097e05) remove code no longer needed for new clients - [`921c6f2`](https://github.com/juanfont/headscale/commit/921c6f260d67e6b9fe80ec20e8a87707712e8bb1) update changelog ### 📊 Changes **8 files changed** (+52 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `hscontrol/mapper/mapper_test.go` (+10 -10) 📝 `hscontrol/mapper/tail.go` (+6 -24) 📝 `hscontrol/mapper/tail_test.go` (+9 -8) 📝 `hscontrol/metrics.go` (+0 -5) 📝 `hscontrol/noise.go` (+9 -10) 📝 `hscontrol/poll.go` (+0 -81) 📝 `integration/scenario.go` (+16 -14) </details> ### 📄 Description From 0.23.0, headscale has a goal of supporting the 10 latest versions of tailscale, this PR removes versions older than 1.56. This allows us to remove a bunch of code, some duplicate! 🎉 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <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 03:21:39 +01:00
adam closed this issue 2025-12-29 03:21:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2525