[PR #2391] [MERGED] initial capver packet tracking version #2641

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2391
Author: @kradalby
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @kradalby

Base: mainHead: kradalby/capver-pkg


📝 Commits (6)

  • bc8d6e1 initial capver packet tracking version
  • 95ef6e7 Log the minimum version as client version, not only capver
  • 60d6900 remove old versions
  • fbb48c3 use capver for integration tests
  • 655ba66 changelog
  • 3656a8b patch through m and n key

📊 Changes

8 files changed (+397 additions, -68 deletions)

View changed files

📝 CHANGELOG.md (+19 -13)
📝 hscontrol/app.go (+6 -0)
hscontrol/capver/capver.go (+92 -0)
hscontrol/capver/capver_generated.go (+54 -0)
hscontrol/capver/capver_test.go (+53 -0)
hscontrol/capver/gen/main.go (+157 -0)
📝 hscontrol/noise.go (+14 -4)
📝 integration/scenario.go (+2 -51)

📄 Description

No description provided


🔄 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/2391 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/capver-pkg` --- ### 📝 Commits (6) - [`bc8d6e1`](https://github.com/juanfont/headscale/commit/bc8d6e186294a7f1a21603b147c48d564fada103) initial capver packet tracking version - [`95ef6e7`](https://github.com/juanfont/headscale/commit/95ef6e734c24a28d63532cd69503c8b92c3b9df3) Log the minimum version as client version, not only capver - [`60d6900`](https://github.com/juanfont/headscale/commit/60d6900847f899c4c5db21d60a9d2ee48a34a0cc) remove old versions - [`fbb48c3`](https://github.com/juanfont/headscale/commit/fbb48c3c908e0da4bda9663afccc8c893bcf7aff) use capver for integration tests - [`655ba66`](https://github.com/juanfont/headscale/commit/655ba667dfbf550fe1bb5f3a30a07223c38a05f4) changelog - [`3656a8b`](https://github.com/juanfont/headscale/commit/3656a8b69a1a8cafd91162f0b65b3c32981ba428) patch through m and n key ### 📊 Changes **8 files changed** (+397 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+19 -13) 📝 `hscontrol/app.go` (+6 -0) ➕ `hscontrol/capver/capver.go` (+92 -0) ➕ `hscontrol/capver/capver_generated.go` (+54 -0) ➕ `hscontrol/capver/capver_test.go` (+53 -0) ➕ `hscontrol/capver/gen/main.go` (+157 -0) 📝 `hscontrol/noise.go` (+14 -4) 📝 `integration/scenario.go` (+2 -51) </details> ### 📄 Description _No description provided_ --- <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:22:10 +01:00
adam closed this issue 2025-12-29 03:22:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2641