[PR #1038] [MERGED] Release 2.0.51-RC #2823

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

📋 Pull Request Information

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

Base: RCHead: development


📝 Commits (10+)

  • 711e33a Update version.txt
  • ef65f3b Update CHANGELOG.md
  • eb96bb7 Add CoreOS aarch64 support
  • 3fe1964 Merge pull request #1024 from netbootxyz/coreos_arch
  • 379aa70 Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 8.05-6b538d55
  • 9288065 Update README.md
  • f2ed9f5 Fix k3os Live bug with wrong arch
  • 647ddac Merge pull request #1026 from icepic0/patch-2
  • aee432a Merge pull request #1025 from icepic0/patch-1
  • 3270f11 Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 2.8.0-9-ee3863df

📊 Changes

22 files changed (+446 additions, -164 deletions)

View changed files

📝 CHANGELOG.md (+12 -1)
📝 README.md (+4 -1)
📝 endpoints.yml (+274 -103)
📝 roles/netbootxyz/defaults/main.yml (+25 -17)
📝 roles/netbootxyz/tasks/generate_disks.yml (+4 -0)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+3 -0)
roles/netbootxyz/tasks/generate_disks_linux.yml (+57 -0)
📝 roles/netbootxyz/templates/menu/coreos.ipxe.j2 (+6 -3)
📝 roles/netbootxyz/templates/menu/devuan.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+0 -1)
📝 roles/netbootxyz/templates/menu/harvester.ipxe.j2 (+6 -6)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/live-garuda.ipxe.j2 (+38 -0)
📝 roles/netbootxyz/templates/menu/live-k3os.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2 (+1 -28)
📝 roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2 (+10 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/smartos.ipxe.j2 (+0 -0)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+0 -2)
📝 roles/netbootxyz/templates/menu/vyos.ipxe.j2 (+0 -0)

...and 2 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/1038 **Author:** [@antonym](https://github.com/antonym) **Created:** 10/15/2021 **Status:** ✅ Merged **Merged:** 10/15/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`711e33a`](https://github.com/netbootxyz/netboot.xyz/commit/711e33a98981f8b912f26517787d5000d727f721) Update version.txt - [`ef65f3b`](https://github.com/netbootxyz/netboot.xyz/commit/ef65f3bec0cef2a08e85210e3cde1a8158975edb) Update CHANGELOG.md - [`eb96bb7`](https://github.com/netbootxyz/netboot.xyz/commit/eb96bb76b47bfda399e209fb68124a4dff91e886) Add CoreOS aarch64 support - [`3fe1964`](https://github.com/netbootxyz/netboot.xyz/commit/3fe19644b3eea34463685bc3c178be075663a9f1) Merge pull request #1024 from netbootxyz/coreos_arch - [`379aa70`](https://github.com/netbootxyz/netboot.xyz/commit/379aa709d35c1d8f5308db896b9bc7d8b6d95520) Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 8.05-6b538d55 - [`9288065`](https://github.com/netbootxyz/netboot.xyz/commit/928806546b7ca3cbceece02f708bcd579bceb8d6) Update README.md - [`f2ed9f5`](https://github.com/netbootxyz/netboot.xyz/commit/f2ed9f51e778d9a18e93e64300d1e109986c9fcb) Fix k3os Live bug with wrong arch - [`647ddac`](https://github.com/netbootxyz/netboot.xyz/commit/647ddac19c913fd3e3f2b9456b313af189d3ad81) Merge pull request #1026 from icepic0/patch-2 - [`aee432a`](https://github.com/netbootxyz/netboot.xyz/commit/aee432a1219aae28ccfb38ea93d3c2e6736da3f0) Merge pull request #1025 from icepic0/patch-1 - [`3270f11`](https://github.com/netbootxyz/netboot.xyz/commit/3270f1135e5507dd1aaf71d9f037b8312a4da59c) Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 2.8.0-9-ee3863df ### 📊 Changes **22 files changed** (+446 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -1) 📝 `README.md` (+4 -1) 📝 `endpoints.yml` (+274 -103) 📝 `roles/netbootxyz/defaults/main.yml` (+25 -17) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+4 -0) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+3 -0) ➕ `roles/netbootxyz/tasks/generate_disks_linux.yml` (+57 -0) 📝 `roles/netbootxyz/templates/menu/coreos.ipxe.j2` (+6 -3) 📝 `roles/netbootxyz/templates/menu/devuan.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+0 -1) 📝 `roles/netbootxyz/templates/menu/harvester.ipxe.j2` (+6 -6) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/live-garuda.ipxe.j2` (+38 -0) 📝 `roles/netbootxyz/templates/menu/live-k3os.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2` (+1 -28) 📝 `roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2` (+10 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/smartos.ipxe.j2` (+0 -0) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+0 -2) 📝 `roles/netbootxyz/templates/menu/vyos.ipxe.j2` (+0 -0) _...and 2 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:37 +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#2823
No description provided.