[PR #899] [MERGED] Release 2.0.38 #1198

Closed
opened 2026-02-27 14:54:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/899
Author: @antonym
Created: 5/1/2021
Status: Merged
Merged: 5/2/2021
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • ca0c2f9 Update version.txt
  • a05a074 Update CHANGELOG.md
  • 8791324 Version bump for netbootxyz/fedora-assets:34 new tag 1.2-57a6bc53
  • e1f5979 Version bump for netbootxyz/fedora-assets:34-SoaS new tag 1.2-09eef943
  • 3322f73 Version bump for netbootxyz/fedora-assets:34-LXQt new tag 1.2-3a8ea8dd
  • 35b3e04 Version bump for netbootxyz/fedora-assets:34-Xfce new tag 1.2-c6f3c188
  • 0c64db4 Version bump for netbootxyz/fedora-assets:34-LXDE new tag 1.2-80b86a90
  • 940139d Version bump for netbootxyz/fedora-assets:34-MATE_Compiz new tag 1.2-0ec8ea9b
  • 92faff9 Version bump for netbootxyz/fedora-assets:34-i3 new tag 1.2-51a02ef1
  • 20ca658 Version bump for netbootxyz/fedora-assets:34-KDE new tag 1.2-abf1ad7a

📊 Changes

14 files changed (+268 additions, -100 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/config.yml (+2 -2)
📝 CHANGELOG.md (+15 -0)
📝 README.md (+3 -0)
📝 endpoints.yml (+95 -6)
📝 roles/netbootxyz/defaults/main.yml (+42 -22)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+1 -30)
📝 roles/netbootxyz/tasks/generate_disks_hybrid.yml (+4 -2)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+2 -4)
📝 roles/netbootxyz/templates/index.html.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+0 -3)
roles/netbootxyz/templates/menu/rescuezilla.ipxe.j2 (+30 -0)
roles/netbootxyz/templates/menu/rockylinux.ipxe.j2 (+72 -0)
roles/netbootxyz/templates/menu/security.ipxe.j2 (+0 -29)
📝 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/899 **Author:** [@antonym](https://github.com/antonym) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/2/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`ca0c2f9`](https://github.com/netbootxyz/netboot.xyz/commit/ca0c2f9a28e4bdb4346cbab12271f6e3bc976343) Update version.txt - [`a05a074`](https://github.com/netbootxyz/netboot.xyz/commit/a05a074bf69dfbffb4b9f232a612b9f2ceeccbe3) Update CHANGELOG.md - [`8791324`](https://github.com/netbootxyz/netboot.xyz/commit/87913243e8fa5eab33411664eeee2e16ce56da82) Version bump for netbootxyz/fedora-assets:34 new tag 1.2-57a6bc53 - [`e1f5979`](https://github.com/netbootxyz/netboot.xyz/commit/e1f597998e60a6b2f749fc7d4b63774806f94c99) Version bump for netbootxyz/fedora-assets:34-SoaS new tag 1.2-09eef943 - [`3322f73`](https://github.com/netbootxyz/netboot.xyz/commit/3322f73b9028251d45ee2d1ce0e0b3b36093aa2a) Version bump for netbootxyz/fedora-assets:34-LXQt new tag 1.2-3a8ea8dd - [`35b3e04`](https://github.com/netbootxyz/netboot.xyz/commit/35b3e04c7975159ac82b2de5632b818a72ca323b) Version bump for netbootxyz/fedora-assets:34-Xfce new tag 1.2-c6f3c188 - [`0c64db4`](https://github.com/netbootxyz/netboot.xyz/commit/0c64db487d03246653ab085ea6a4b5887ccc0b58) Version bump for netbootxyz/fedora-assets:34-LXDE new tag 1.2-80b86a90 - [`940139d`](https://github.com/netbootxyz/netboot.xyz/commit/940139d611397efcce90fb92ce5296125568d7bc) Version bump for netbootxyz/fedora-assets:34-MATE_Compiz new tag 1.2-0ec8ea9b - [`92faff9`](https://github.com/netbootxyz/netboot.xyz/commit/92faff94c8f747794cbec8d1c51afb7b1f17c8a6) Version bump for netbootxyz/fedora-assets:34-i3 new tag 1.2-51a02ef1 - [`20ca658`](https://github.com/netbootxyz/netboot.xyz/commit/20ca658bf781119d4321f6010e4e110f61b58f18) Version bump for netbootxyz/fedora-assets:34-KDE new tag 1.2-abf1ad7a ### 📊 Changes **14 files changed** (+268 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/config.yml` (+2 -2) 📝 `CHANGELOG.md` (+15 -0) 📝 `README.md` (+3 -0) 📝 `endpoints.yml` (+95 -6) 📝 `roles/netbootxyz/defaults/main.yml` (+42 -22) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+1 -30) 📝 `roles/netbootxyz/tasks/generate_disks_hybrid.yml` (+4 -2) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+2 -4) 📝 `roles/netbootxyz/templates/index.html.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+0 -3) ➕ `roles/netbootxyz/templates/menu/rescuezilla.ipxe.j2` (+30 -0) ➕ `roles/netbootxyz/templates/menu/rockylinux.ipxe.j2` (+72 -0) ➖ `roles/netbootxyz/templates/menu/security.ipxe.j2` (+0 -29) 📝 `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-02-27 14:54:42 +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#1198
No description provided.