[PR #2966] [CLOSED] V0.27.1.skitz0 #2972

Closed
opened 2025-12-29 04:19:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2966
Author: @skitzo2000
Created: 12/16/2025
Status: Closed

Base: mainHead: v0.27.1.skitz0


📝 Commits (2)

  • 063b6ea Implement static IP assignment for nodes and add related configurations
  • d43bbe5 Remove temp_repo subproject reference

📊 Changes

51 files changed (+7121 additions, -102 deletions)

View changed files

.github/workflows/nix-module-test.yml (+55 -0)
.pre-commit-config.yaml (+68 -0)
AGENTS.md (+129 -0)
Dockerfile.integration-ci (+17 -0)
📝 cmd/headscale/cli/nodes.go (+133 -0)
cmd/hi/README.md (+6 -0)
📝 config-example.yaml (+12 -0)
docs/assets/favicon.png (+0 -0)
docs/assets/images/headscale-acl-network.png (+0 -0)
docs/assets/logo/headscale3-dots.pdf (+0 -0)
docs/assets/logo/headscale3-dots.png (+0 -0)
docs/assets/logo/headscale3-dots.svg (+1 -0)
docs/assets/logo/headscale3_header_stacked_left.pdf (+0 -0)
docs/assets/logo/headscale3_header_stacked_left.png (+0 -0)
docs/assets/logo/headscale3_header_stacked_left.svg (+1 -0)
docs/ref/api.md (+128 -0)
📝 gen/go/headscale/v1/headscale.pb.go (+71 -66)
📝 gen/go/headscale/v1/headscale.pb.gw.go (+81 -0)
📝 gen/go/headscale/v1/headscale_grpc.pb.go (+38 -0)
📝 gen/go/headscale/v1/node.pb.go (+130 -17)

...and 31 more files

📄 Description

  • have read the CONTRIBUTING.md file
  • 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/2966 **Author:** [@skitzo2000](https://github.com/skitzo2000) **Created:** 12/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `v0.27.1.skitz0` --- ### 📝 Commits (2) - [`063b6ea`](https://github.com/juanfont/headscale/commit/063b6eae410b63443e2c036791150c109d73e45f) Implement static IP assignment for nodes and add related configurations - [`d43bbe5`](https://github.com/juanfont/headscale/commit/d43bbe5d9e801bbee132b198f77ec945d1edad68) Remove temp_repo subproject reference ### 📊 Changes **51 files changed** (+7121 additions, -102 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/nix-module-test.yml` (+55 -0) ➕ `.pre-commit-config.yaml` (+68 -0) ➕ `AGENTS.md` (+129 -0) ➕ `Dockerfile.integration-ci` (+17 -0) 📝 `cmd/headscale/cli/nodes.go` (+133 -0) ➕ `cmd/hi/README.md` (+6 -0) 📝 `config-example.yaml` (+12 -0) ➕ `docs/assets/favicon.png` (+0 -0) ➕ `docs/assets/images/headscale-acl-network.png` (+0 -0) ➕ `docs/assets/logo/headscale3-dots.pdf` (+0 -0) ➕ `docs/assets/logo/headscale3-dots.png` (+0 -0) ➕ `docs/assets/logo/headscale3-dots.svg` (+1 -0) ➕ `docs/assets/logo/headscale3_header_stacked_left.pdf` (+0 -0) ➕ `docs/assets/logo/headscale3_header_stacked_left.png` (+0 -0) ➕ `docs/assets/logo/headscale3_header_stacked_left.svg` (+1 -0) ➕ `docs/ref/api.md` (+128 -0) 📝 `gen/go/headscale/v1/headscale.pb.go` (+71 -66) 📝 `gen/go/headscale/v1/headscale.pb.gw.go` (+81 -0) 📝 `gen/go/headscale/v1/headscale_grpc.pb.go` (+38 -0) 📝 `gen/go/headscale/v1/node.pb.go` (+130 -17) _...and 31 more files_ </details> ### 📄 Description <!-- Headscale is "Open Source, acknowledged contribution", this means that any contribution will have to be discussed with the Maintainers before being submitted. This model has been chosen to reduce the risk of burnout by limiting the maintenance overhead of reviewing and validating third-party code. Headscale is open to code contributions for bug fixes without discussion. If you find mistakes in the documentation, please submit a fix to the documentation. --> <!-- Please tick if the following things apply. You… --> - [ ] have read the [CONTRIBUTING.md](./CONTRIBUTING.md) file - [ ] 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 04:19:52 +01:00
adam closed this issue 2025-12-29 04:19:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2972