[PR #423] [MERGED] July release #patch #435

Closed
opened 2026-03-04 01:36:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/423
Author: @lts-rad
Created: 7/6/2025
Status: Merged
Merged: 7/6/2025
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (9)

  • aeea163 [build] Remove clang dependency as no CGO is used
  • 56210d7 [build] gvisor kvm support
  • ccf0a5c [installer] Add runsc to builds
  • b687549 [api] Stricter uplink check
  • 6ee7c60 [dns] Update coredns version
  • e164d28 [api] Fix double negative on guest ap check
  • d91d864 [build] Add gvisor demo
  • f25bfc9 [build] Update release notes
  • cad07d9 [api] Add netlink package

📊 Changes

12 files changed (+668 additions, -6 deletions)

View changed files

📝 RELEASE-NOTES.md (+6 -0)
📝 api/code/api.go (+1 -1)
📝 api/code/firewall.go (+17 -0)
📝 api/code/go.mod (+2 -0)
📝 api/code/go.sum (+6 -0)
📝 dhcp/Dockerfile (+0 -2)
📝 dns/Dockerfile (+1 -1)
docker-compose-kvm.yml (+286 -0)
experiments/docker-compose-gvisor.yml (+286 -0)
📝 installer/scripts/install.sh (+31 -0)
📝 installer/scripts/pi-target-install.sh (+32 -0)
📝 multicast_udp_proxy/Dockerfile (+0 -2)

📄 Description

v1.0.15

Fixes

  • Bump build for guest ap fix
  • Add gvisor demo

🔄 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/spr-networks/super/pull/423 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/6/2025 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`aeea163`](https://github.com/spr-networks/super/commit/aeea1639f1263a94bf09716053b0fdae24d86a1e) [build] Remove clang dependency as no CGO is used - [`56210d7`](https://github.com/spr-networks/super/commit/56210d7083d05032606a5c5220f4d4497bb34baf) [build] gvisor kvm support - [`ccf0a5c`](https://github.com/spr-networks/super/commit/ccf0a5c060da12ba4e4efe3300c4af8cb5784fe1) [installer] Add runsc to builds - [`b687549`](https://github.com/spr-networks/super/commit/b68754945dfbb3c3b7bf11e84f65ef25d494e01c) [api] Stricter uplink check - [`6ee7c60`](https://github.com/spr-networks/super/commit/6ee7c60a974d5969927a77a640d19d306eee4754) [dns] Update coredns version - [`e164d28`](https://github.com/spr-networks/super/commit/e164d28d50eccc085bfa4c333abc4cca6b43ff67) [api] Fix double negative on guest ap check - [`d91d864`](https://github.com/spr-networks/super/commit/d91d8641553b651f14d0aac4c1149af9bab68a69) [build] Add gvisor demo - [`f25bfc9`](https://github.com/spr-networks/super/commit/f25bfc9b4b233f9f60420817ae4d7f441e32285d) [build] Update release notes - [`cad07d9`](https://github.com/spr-networks/super/commit/cad07d9df96a6f274cddc5128814e732e7641522) [api] Add netlink package ### 📊 Changes **12 files changed** (+668 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+6 -0) 📝 `api/code/api.go` (+1 -1) 📝 `api/code/firewall.go` (+17 -0) 📝 `api/code/go.mod` (+2 -0) 📝 `api/code/go.sum` (+6 -0) 📝 `dhcp/Dockerfile` (+0 -2) 📝 `dns/Dockerfile` (+1 -1) ➕ `docker-compose-kvm.yml` (+286 -0) ➕ `experiments/docker-compose-gvisor.yml` (+286 -0) 📝 `installer/scripts/install.sh` (+31 -0) 📝 `installer/scripts/pi-target-install.sh` (+32 -0) 📝 `multicast_udp_proxy/Dockerfile` (+0 -2) </details> ### 📄 Description ## v1.0.15 **Fixes** - Bump build for guest ap fix - Add gvisor demo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#435
No description provided.