[PR #1265] [MERGED] Release 2.0.70-RC #2918

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1265
Author: @antonym
Created: 7/1/2023
Status: Merged
Merged: 7/2/2023
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • 190d7f2 Update version.txt
  • 736b4f9 Update CHANGELOG.md
  • 4f51494 Version bump for netbootxyz/debian-core-11:master new tag 11.7.0-95ff084b
  • 685583f External Version bump for alpinelinux new version string "3.18"
  • ad13546 Switch verify from gpg to openssl on archlinux
  • 6bee242 Add 9.2 versions for AlmaLinux and Rocky
  • 941f6a2 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230508T170156Z-c0630a5f
  • 7146349 Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 6.7-9084dcac
  • dc8f32d Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-1-1c3e1967
  • ccc1533 Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 6.7-a6d3bdfa

📊 Changes

20 files changed (+209 additions, -101 deletions)

View changed files

📝 .github/workflows/pull-requests.yml (+1 -1)
📝 CHANGELOG.md (+14 -0)
📝 README.md (+0 -3)
📝 endpoints.yml (+115 -44)
📝 roles/netbootxyz/defaults/main.yml (+32 -21)
📝 roles/netbootxyz/files/ipxe/local/general.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+1 -0)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+0 -10)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+6 -12)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+6 -2)
📝 roles/netbootxyz/tasks/generate_disks_linux.yml (+6 -2)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+7 -2)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-debian.ipxe.j2 (+9 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/vars/debian.yml (+3 -0)
📝 roles/netbootxyz/vars/redhat.yml (+1 -0)
📝 roles/netbootxyz/vars/ubuntu.yml (+3 -0)
📝 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/1265 **Author:** [@antonym](https://github.com/antonym) **Created:** 7/1/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`190d7f2`](https://github.com/netbootxyz/netboot.xyz/commit/190d7f2d18d5f7aee8b499124fb972b3ef2b385d) Update version.txt - [`736b4f9`](https://github.com/netbootxyz/netboot.xyz/commit/736b4f99214867f33034566b5bcab3d24dcee2c9) Update CHANGELOG.md - [`4f51494`](https://github.com/netbootxyz/netboot.xyz/commit/4f51494b12f1099ae1e8a7e170569ed969c75c93) Version bump for netbootxyz/debian-core-11:master new tag 11.7.0-95ff084b - [`685583f`](https://github.com/netbootxyz/netboot.xyz/commit/685583faf503c8acfd7306a19a6c20baafd08a18) External Version bump for alpinelinux new version string "3.18" - [`ad13546`](https://github.com/netbootxyz/netboot.xyz/commit/ad1354632958ac9a7ab40f24cc7c930008f15e20) Switch verify from gpg to openssl on archlinux - [`6bee242`](https://github.com/netbootxyz/netboot.xyz/commit/6bee2420c90ec7876d37242b949382eebac54074) Add 9.2 versions for AlmaLinux and Rocky - [`941f6a2`](https://github.com/netbootxyz/netboot.xyz/commit/941f6a25a0281b276dcb90851169168429ac0100) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230508T170156Z-c0630a5f - [`7146349`](https://github.com/netbootxyz/netboot.xyz/commit/7146349f62bbdc651585b09d3c61000b8263eb33) Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 6.7-9084dcac - [`dc8f32d`](https://github.com/netbootxyz/netboot.xyz/commit/dc8f32d5610d2fb31d3e08ad1218562552e69a58) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-1-1c3e1967 - [`ccc1533`](https://github.com/netbootxyz/netboot.xyz/commit/ccc1533367a5cb9acf7becd3b055e6c077302440) Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 6.7-a6d3bdfa ### 📊 Changes **20 files changed** (+209 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pull-requests.yml` (+1 -1) 📝 `CHANGELOG.md` (+14 -0) 📝 `README.md` (+0 -3) 📝 `endpoints.yml` (+115 -44) 📝 `roles/netbootxyz/defaults/main.yml` (+32 -21) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+1 -0) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+0 -10) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+6 -12) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+6 -2) 📝 `roles/netbootxyz/tasks/generate_disks_linux.yml` (+6 -2) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+7 -2) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-debian.ipxe.j2` (+9 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/vars/debian.yml` (+3 -0) 📝 `roles/netbootxyz/vars/redhat.yml` (+1 -0) 📝 `roles/netbootxyz/vars/ubuntu.yml` (+3 -0) 📝 `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:00 +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#2918
No description provided.