[PR #2394] [MERGED] add 1.80 to capver and update deps #2644

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/2394
Author: @kradalby
Created: 1/31/2025
Status: Merged
Merged: 2/5/2025
Merged by: @kradalby

Base: mainHead: kradalby/update-versions


📝 Commits (6)

  • 7d477ff add 1.80 to capver
  • 07b38bf Update dependencies
  • 1bc4eed fixup 1.80 changes to tailscale as lib
  • f68851b add new ssh premission denied message to test
  • 935245b handle panic in network creation for integrations
  • bb31387 look for docker, not ts

📊 Changes

13 files changed (+136 additions, -121 deletions)

View changed files

📝 flake.nix (+1 -1)
📝 go.mod (+21 -23)
📝 go.sum (+54 -64)
📝 hscontrol/capver/capver_generated.go (+2 -0)
📝 hscontrol/capver/capver_test.go (+2 -2)
📝 hscontrol/mapper/mapper_test.go (+4 -2)
📝 hscontrol/mapper/tail.go (+17 -11)
📝 hscontrol/mapper/tail_test.go (+6 -4)
📝 hscontrol/types/users.go (+0 -2)
📝 integration/dns_test.go (+1 -1)
📝 integration/dockertestutil/network.go (+7 -1)
📝 integration/ssh_test.go (+17 -3)
📝 integration/utils.go (+4 -7)

📄 Description

Fixes CVE in go/net

Closes https://github.com/juanfont/headscale/pull/2392
Closes https://github.com/juanfont/headscale/pull/2334


🔄 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/2394 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/update-versions` --- ### 📝 Commits (6) - [`7d477ff`](https://github.com/juanfont/headscale/commit/7d477ffd3fd37907b91183c4225523b522509b2f) add 1.80 to capver - [`07b38bf`](https://github.com/juanfont/headscale/commit/07b38bfdcc0387c88015a7ec4459686896aedb20) Update dependencies - [`1bc4eed`](https://github.com/juanfont/headscale/commit/1bc4eedfa1be4df5a85c8f106a8e5e36749768a7) fixup 1.80 changes to tailscale as lib - [`f68851b`](https://github.com/juanfont/headscale/commit/f68851b7a025a01d695ffaeae05412d8a16f9db6) add new ssh premission denied message to test - [`935245b`](https://github.com/juanfont/headscale/commit/935245b0aa438650323108a2fc751bda28196eb5) handle panic in network creation for integrations - [`bb31387`](https://github.com/juanfont/headscale/commit/bb31387d4d92b60c80dc0a1f5b1a7f64468ea8ba) look for docker, not ts ### 📊 Changes **13 files changed** (+136 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `flake.nix` (+1 -1) 📝 `go.mod` (+21 -23) 📝 `go.sum` (+54 -64) 📝 `hscontrol/capver/capver_generated.go` (+2 -0) 📝 `hscontrol/capver/capver_test.go` (+2 -2) 📝 `hscontrol/mapper/mapper_test.go` (+4 -2) 📝 `hscontrol/mapper/tail.go` (+17 -11) 📝 `hscontrol/mapper/tail_test.go` (+6 -4) 📝 `hscontrol/types/users.go` (+0 -2) 📝 `integration/dns_test.go` (+1 -1) 📝 `integration/dockertestutil/network.go` (+7 -1) 📝 `integration/ssh_test.go` (+17 -3) 📝 `integration/utils.go` (+4 -7) </details> ### 📄 Description Fixes CVE in go/net Closes https://github.com/juanfont/headscale/pull/2392 Closes https://github.com/juanfont/headscale/pull/2334 --- <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#2644