[PR #1557] [MERGED] Release 2.0.84 #3004

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1557
Author: @antonym
Created: 1/4/2025
Status: Merged
Merged: 1/4/2025
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 2f1693d Add DTS v2.0.0
  • f122171 Add EFI floppy images
  • 7ad44ee Update version.txt
  • 83cdbad Update CHANGELOG.md
  • cc085a7 Merge pull request #1526 from xesxen/development
  • 00cb2f2 Fix casing on Dockerfile
  • 778b2ab Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20241013T234827Z-d5972d15
  • 6cad54d Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20241013T160327Z-63d6ec39
  • c0fcda7 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20241014T170415Z-5b773f72
  • bb48e64 Remove unneeded inventory file

📊 Changes

19 files changed (+218 additions, -120 deletions)

View changed files

📝 .github/workflows/pull-requests.yml (+1 -1)
📝 CHANGELOG.md (+16 -0)
📝 Dockerfile (+3 -3)
📝 README.md (+3 -3)
📝 endpoints.yml (+105 -68)
inventory (+0 -1)
📝 roles/netbootxyz/defaults/main.yml (+53 -25)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+14 -0)
📝 roles/netbootxyz/templates/local-vars.ipxe.j2 (+7 -0)
📝 roles/netbootxyz/templates/menu/about.ipxe.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+2 -9)
📝 roles/netbootxyz/templates/menu/live-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/live-grml.ipxe.j2 (+5 -3)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/utils-arm.ipxe.j2 (+2 -0)
📝 roles/netbootxyz/vars/debian.yml (+1 -0)
📝 roles/netbootxyz/vars/ubuntu.yml (+1 -0)
📝 user_overrides.yml (+0 -4)
📝 version.txt (+1 -1)

📄 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/1557 **Author:** [@antonym](https://github.com/antonym) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`2f1693d`](https://github.com/netbootxyz/netboot.xyz/commit/2f1693debba357b67f7ffefb5014ef478196c0e2) Add DTS v2.0.0 - [`f122171`](https://github.com/netbootxyz/netboot.xyz/commit/f122171fed5d411730d59ffb5db14fd7306e1654) Add EFI floppy images - [`7ad44ee`](https://github.com/netbootxyz/netboot.xyz/commit/7ad44ee7d93ac2aa4743a2bc4efb2874caae9aa3) Update version.txt - [`83cdbad`](https://github.com/netbootxyz/netboot.xyz/commit/83cdbad7332234ff0f55d546cb5e835b7f9776cd) Update CHANGELOG.md - [`cc085a7`](https://github.com/netbootxyz/netboot.xyz/commit/cc085a7b602d235047f438b2f8e184b753f3e6e0) Merge pull request #1526 from xesxen/development - [`00cb2f2`](https://github.com/netbootxyz/netboot.xyz/commit/00cb2f20b2ebe741fbdc193a37f3e8a879c89816) Fix casing on Dockerfile - [`778b2ab`](https://github.com/netbootxyz/netboot.xyz/commit/778b2abfd5d4b2aec59e0c5f9d8a5da9ecc9536c) Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20241013T234827Z-d5972d15 - [`6cad54d`](https://github.com/netbootxyz/netboot.xyz/commit/6cad54de0c1437cbdd13db054f81889950ea280f) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20241013T160327Z-63d6ec39 - [`c0fcda7`](https://github.com/netbootxyz/netboot.xyz/commit/c0fcda76b655b984cbe73db49ade1a70a23fadd0) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20241014T170415Z-5b773f72 - [`bb48e64`](https://github.com/netbootxyz/netboot.xyz/commit/bb48e64ebbc69dd43ecf2356305e9313a23b980c) Remove unneeded inventory file ### 📊 Changes **19 files changed** (+218 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pull-requests.yml` (+1 -1) 📝 `CHANGELOG.md` (+16 -0) 📝 `Dockerfile` (+3 -3) 📝 `README.md` (+3 -3) 📝 `endpoints.yml` (+105 -68) ➖ `inventory` (+0 -1) 📝 `roles/netbootxyz/defaults/main.yml` (+53 -25) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+14 -0) 📝 `roles/netbootxyz/templates/local-vars.ipxe.j2` (+7 -0) 📝 `roles/netbootxyz/templates/menu/about.ipxe.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+2 -9) 📝 `roles/netbootxyz/templates/menu/live-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/live-grml.ipxe.j2` (+5 -3) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/utils-arm.ipxe.j2` (+2 -0) 📝 `roles/netbootxyz/vars/debian.yml` (+1 -0) 📝 `roles/netbootxyz/vars/ubuntu.yml` (+1 -0) 📝 `user_overrides.yml` (+0 -4) 📝 `version.txt` (+1 -1) </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:42: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#3004
No description provided.