[PR #998] [MERGED] Release 2.0.48-RC #2801

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/998
Author: @antonym
Created: 9/15/2021
Status: Merged
Merged: 9/17/2021
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • f787073 Update version.txt
  • c5b5cc2 Update CHANGELOG.md
  • 05fbd33 External Version bump for coreos new version string "34.20210808.3.0-stable,34.20210821.2.0-testing,34.20210821.1.1-next"
  • c802780 Version bump for netbootxyz/asset-mirror:endeavouros new tag 2021.08.27-d09b132d
  • f5ff7e0 Add initial support for Harvester
  • 599afd4 Merge pull request #984 from netbootxyz/harvester
  • 51a40d2 External Version bump for archlinux new version string "2021.09.01"
  • 107b8c5 Version bump for netbootxyz/ubuntu-squash:nitrux-release new tag 2021.09.01-e364d0a5
  • 0e2fdbf Version bump for netbootxyz/ubuntu-squash:linux-lite-5 new tag 5.6-75cb937c
  • be645ec External Version bump for archlinux-32 new version string "2021.02.25"

📊 Changes

24 files changed (+418 additions, -76 deletions)

View changed files

📝 CHANGELOG.md (+10 -0)
📝 README.md (+12 -6)
📝 endpoints.yml (+68 -25)
📝 roles/netbootxyz/defaults/main.yml (+48 -11)
📝 roles/netbootxyz/files/ipxe/local/general.h (+2 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+2 -0)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+34 -3)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+16 -0)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+23 -1)
📝 roles/netbootxyz/templates/menu/gentoo.ipxe.j2 (+8 -4)
roles/netbootxyz/templates/menu/harvester.ipxe.j2 (+67 -0)
📝 roles/netbootxyz/templates/menu/kali.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 (+2 -0)
roles/netbootxyz/templates/menu/live-hrmpf.ipxe.j2 (+39 -0)
📝 roles/netbootxyz/templates/menu/live-kali.ipxe.j2 (+4 -15)
roles/netbootxyz/templates/menu/live-tails.ipxe.j2 (+42 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+2 -0)
📝 roles/netbootxyz/templates/menu/openbsd.ipxe.j2 (+12 -2)
📝 roles/netbootxyz/templates/menu/talos.ipxe.j2 (+6 -3)

...and 4 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/998 **Author:** [@antonym](https://github.com/antonym) **Created:** 9/15/2021 **Status:** ✅ Merged **Merged:** 9/17/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`f787073`](https://github.com/netbootxyz/netboot.xyz/commit/f787073d5a74299b231a952e208da65b3ad0a464) Update version.txt - [`c5b5cc2`](https://github.com/netbootxyz/netboot.xyz/commit/c5b5cc2beca972705e9193e540ce077e9d062d98) Update CHANGELOG.md - [`05fbd33`](https://github.com/netbootxyz/netboot.xyz/commit/05fbd3399fb91550f9987ce2b2044758c9a14c45) External Version bump for coreos new version string "34.20210808.3.0-stable,34.20210821.2.0-testing,34.20210821.1.1-next" - [`c802780`](https://github.com/netbootxyz/netboot.xyz/commit/c80278082064f07f9ecfb5072f619cdce0a99c2f) Version bump for netbootxyz/asset-mirror:endeavouros new tag 2021.08.27-d09b132d - [`f5ff7e0`](https://github.com/netbootxyz/netboot.xyz/commit/f5ff7e0c34c30d6d0b438b054992f5679469c971) Add initial support for Harvester - [`599afd4`](https://github.com/netbootxyz/netboot.xyz/commit/599afd47f95b7be73fd41faf274c60595d72e92a) Merge pull request #984 from netbootxyz/harvester - [`51a40d2`](https://github.com/netbootxyz/netboot.xyz/commit/51a40d2470e446a0a31f9983f8dce6d97b943722) External Version bump for archlinux new version string "2021.09.01" - [`107b8c5`](https://github.com/netbootxyz/netboot.xyz/commit/107b8c522639ba637f12648525115589dfd8934a) Version bump for netbootxyz/ubuntu-squash:nitrux-release new tag 2021.09.01-e364d0a5 - [`0e2fdbf`](https://github.com/netbootxyz/netboot.xyz/commit/0e2fdbfe0b39327eaa29344ab726e00f82b24e4d) Version bump for netbootxyz/ubuntu-squash:linux-lite-5 new tag 5.6-75cb937c - [`be645ec`](https://github.com/netbootxyz/netboot.xyz/commit/be645ecfb1f3bb5865793483d96cae09dd6f87cf) External Version bump for archlinux-32 new version string "2021.02.25" ### 📊 Changes **24 files changed** (+418 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+10 -0) 📝 `README.md` (+12 -6) 📝 `endpoints.yml` (+68 -25) 📝 `roles/netbootxyz/defaults/main.yml` (+48 -11) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+2 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+2 -0) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+34 -3) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+16 -0) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+23 -1) 📝 `roles/netbootxyz/templates/menu/gentoo.ipxe.j2` (+8 -4) ➕ `roles/netbootxyz/templates/menu/harvester.ipxe.j2` (+67 -0) 📝 `roles/netbootxyz/templates/menu/kali.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-i386.ipxe.j2` (+2 -0) ➕ `roles/netbootxyz/templates/menu/live-hrmpf.ipxe.j2` (+39 -0) 📝 `roles/netbootxyz/templates/menu/live-kali.ipxe.j2` (+4 -15) ➕ `roles/netbootxyz/templates/menu/live-tails.ipxe.j2` (+42 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+2 -0) 📝 `roles/netbootxyz/templates/menu/openbsd.ipxe.j2` (+12 -2) 📝 `roles/netbootxyz/templates/menu/talos.ipxe.j2` (+6 -3) _...and 4 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:32 +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#2801
No description provided.