[PR #928] [MERGED] Release 2.0.41 #2757

Closed
opened 2026-03-01 18:41:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/928
Author: @antonym
Created: 7/8/2021
Status: Merged
Merged: 7/9/2021
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 796fe7b Update version.txt
  • e8b2c6d Update CHANGELOG.md
  • 7afb046 External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-unstable"
  • 4219ab5 update nixos menu to ingest all of their external tags and boot off of their IPXE files
  • a098713 Merge pull request #915 from netbootxyz/nixos-changes
  • 80ea2fd External Version bump for ipfire new version string "2.25-core156"
  • 57dd095 External Version bump for coreos new version string "34.20210518.3.0"
  • 1b25515 External Version bump for alpinelinux new version string "3.14"
  • c928fe9 External Version bump for archlinux new version string "2021.06.01"
  • f682de4 External Version bump for smartos new version string "20210520T001536Z,20210508T051936Z,20210506T001621Z,20210422T002312Z"

📊 Changes

77 files changed (+270 additions, -142 deletions)

View changed files

📝 CHANGELOG.md (+11 -0)
📝 README.md (+23 -6)
📝 endpoints.yml (+36 -18)
📝 etc/netbootxyz/custom/README.md (+2 -2)
📝 roles/netbootxyz/defaults/main.yml (+40 -20)
📝 roles/netbootxyz/files/ipxe/local/general.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+1 -0)
📝 roles/netbootxyz/templates/index.html.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/4mlinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/almalinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/anarchy.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/blackarch.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/clonezilla.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/coreos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/debian.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/devuan.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/endeavouros.ipxe.j2 (+1 -1)

...and 57 more files

📄 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/netbootxyz/netboot.xyz/pull/928 **Author:** [@antonym](https://github.com/antonym) **Created:** 7/8/2021 **Status:** ✅ Merged **Merged:** 7/9/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`796fe7b`](https://github.com/netbootxyz/netboot.xyz/commit/796fe7bf9cc9396b7d5c19582548ce702dbf5586) Update version.txt - [`e8b2c6d`](https://github.com/netbootxyz/netboot.xyz/commit/e8b2c6d6521a4a51fd4db1973cb313b6713c0e71) Update CHANGELOG.md - [`7afb046`](https://github.com/netbootxyz/netboot.xyz/commit/7afb04678323592edffa7f41d2b0c74b79a1c09c) External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-unstable" - [`4219ab5`](https://github.com/netbootxyz/netboot.xyz/commit/4219ab5a3dadde47be03e6b85e5eeb2fb7a641eb) update nixos menu to ingest all of their external tags and boot off of their IPXE files - [`a098713`](https://github.com/netbootxyz/netboot.xyz/commit/a09871327257fd56b1225943f8f3d270ad1a5329) Merge pull request #915 from netbootxyz/nixos-changes - [`80ea2fd`](https://github.com/netbootxyz/netboot.xyz/commit/80ea2fd4d2cb66da9026d80d46acccf3839e7b07) External Version bump for ipfire new version string "2.25-core156" - [`57dd095`](https://github.com/netbootxyz/netboot.xyz/commit/57dd0952905a33b2b7a17ce01a237f16d907d457) External Version bump for coreos new version string "34.20210518.3.0" - [`1b25515`](https://github.com/netbootxyz/netboot.xyz/commit/1b25515b98fc3ec1555341254c04add043558185) External Version bump for alpinelinux new version string "3.14" - [`c928fe9`](https://github.com/netbootxyz/netboot.xyz/commit/c928fe9137502088dc5d631f6f69946d2db0ec43) External Version bump for archlinux new version string "2021.06.01" - [`f682de4`](https://github.com/netbootxyz/netboot.xyz/commit/f682de405544a021cc6d85aaf83f2496ceb518b7) External Version bump for smartos new version string "20210520T001536Z,20210508T051936Z,20210506T001621Z,20210422T002312Z" ### 📊 Changes **77 files changed** (+270 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+11 -0) 📝 `README.md` (+23 -6) 📝 `endpoints.yml` (+36 -18) 📝 `etc/netbootxyz/custom/README.md` (+2 -2) 📝 `roles/netbootxyz/defaults/main.yml` (+40 -20) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+1 -0) 📝 `roles/netbootxyz/templates/index.html.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/4mlinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/almalinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/anarchy.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/blackarch.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/clonezilla.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/coreos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/debian.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/devuan.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/endeavouros.ipxe.j2` (+1 -1) _...and 57 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:41:21 +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/netboot.xyz#2757
No description provided.