[PR #630] [MERGED] Add 1.26 to tests #1538

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/630
Author: @kradalby
Created: 6/11/2022
Status: Merged
Merged: 6/11/2022
Merged by: @juanfont

Base: mainHead: test-126


📝 Commits (7)

  • bfb58de Add 1.26 to tests
  • a058f17 Merge branch 'main' into test-126
  • f2a8bfe Merge branch 'main' into test-126
  • 43fa7f9 Upgrade tailscale lib to 1.26
  • 8d58894 Tailscale 1.26 uses dnstype pointer
  • 50bdf9d Update vendor sha
  • 257c025 Update build system

📊 Changes

8 files changed (+642 additions, -60 deletions)

View changed files

📝 app.go (+1 -1)
📝 config.go (+5 -5)
📝 dns_test.go (+10 -10)
📝 flake.lock (+6 -6)
📝 flake.nix (+1 -1)
📝 go.mod (+15 -15)
📝 go.sum (+602 -21)
📝 integration_common_test.go (+2 -1)

📄 Description

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 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/630 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 6/11/2022 **Status:** ✅ Merged **Merged:** 6/11/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `test-126` --- ### 📝 Commits (7) - [`bfb58de`](https://github.com/juanfont/headscale/commit/bfb58de7b8aa63785044f7805ce6242a5436a113) Add 1.26 to tests - [`a058f17`](https://github.com/juanfont/headscale/commit/a058f17946acf2b0b16f9f750ee53dbcd52ed394) Merge branch 'main' into test-126 - [`f2a8bfe`](https://github.com/juanfont/headscale/commit/f2a8bfeb9f097b86fdfabc4ebe5d350e85dfcb6d) Merge branch 'main' into test-126 - [`43fa7f9`](https://github.com/juanfont/headscale/commit/43fa7f9fd5456c5d041ea809e87b3b80281903ae) Upgrade tailscale lib to 1.26 - [`8d58894`](https://github.com/juanfont/headscale/commit/8d58894daaa9b5bed71ddb959a82eebb6694a1a5) Tailscale 1.26 uses dnstype pointer - [`50bdf9d`](https://github.com/juanfont/headscale/commit/50bdf9d3b95ed0f652d1360889971a4e9549f402) Update vendor sha - [`257c025`](https://github.com/juanfont/headscale/commit/257c025975585ddbcac794d9b74d7253662be53d) Update build system ### 📊 Changes **8 files changed** (+642 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+1 -1) 📝 `config.go` (+5 -5) 📝 `dns_test.go` (+10 -10) 📝 `flake.lock` (+6 -6) 📝 `flake.nix` (+1 -1) 📝 `go.mod` (+15 -15) 📝 `go.sum` (+602 -21) 📝 `integration_common_test.go` (+2 -1) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [ ] read the [CONTRIBUTING guidelines](README.md#contributing) - [ ] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> --- <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:30:28 +01:00
adam closed this issue 2025-12-29 02:30:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1538