[PR #1650] [MERGED] Release 2.0.88-RC #3025

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1650
Author: @antonym
Created: 7/29/2025
Status: Merged
Merged: 8/9/2025
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • cdd0cbc Update version.txt
  • 1b0d188 Update CHANGELOG.md
  • 562a13b Ubuntu spins (#1620)
  • aca36e9 Fixup spin menu
  • 88f0ded Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-1-9e73bfe5
  • b223453 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.05.09-0019-rolling-0d0f700e
  • 9816538 Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.1-28-5641363c
  • a1f707b Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250420T230518Z-d5972d15
  • 9bedeba External Version bump for ipfire new version string "2.29-core194"
  • 3da1cbc Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250511-0744-9b372e2a

📊 Changes

16 files changed (+292 additions, -176 deletions)

View changed files

.github/workflows/claude.yml (+36 -0)
📝 CHANGELOG.md (+31 -0)
📝 README.md (+2 -2)
📝 endpoints.yml (+95 -107)
📝 roles/netbootxyz/defaults/main.yml (+33 -25)
📝 roles/netbootxyz/templates/disks/netboot.xyz.j2 (+9 -1)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/coreos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/flatcar.ipxe.j2 (+5 -2)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2 (+39 -0)
roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 (+0 -35)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+2 -1)
📝 roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 (+35 -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/1650 **Author:** [@antonym](https://github.com/antonym) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`cdd0cbc`](https://github.com/netbootxyz/netboot.xyz/commit/cdd0cbce9f4f420c01a77af9909c8ac8fdbb22d2) Update version.txt - [`1b0d188`](https://github.com/netbootxyz/netboot.xyz/commit/1b0d18861118c601be4d4ef28b8827a3c17a85d4) Update CHANGELOG.md - [`562a13b`](https://github.com/netbootxyz/netboot.xyz/commit/562a13bcadb02c9009e2a2841bf13c337efbef26) Ubuntu spins (#1620) - [`aca36e9`](https://github.com/netbootxyz/netboot.xyz/commit/aca36e9c4504aef0c2db699626d9e10499cf6971) Fixup spin menu - [`88f0ded`](https://github.com/netbootxyz/netboot.xyz/commit/88f0dedc468e17d0066d869f65b0e499dfa26317) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-1-9e73bfe5 - [`b223453`](https://github.com/netbootxyz/netboot.xyz/commit/b22345339ecb68be907d0d36d7737921fa1d773d) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.05.09-0019-rolling-0d0f700e - [`9816538`](https://github.com/netbootxyz/netboot.xyz/commit/981653800f23e27f937c05d1589339bb4adf9b5b) Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.1-28-5641363c - [`a1f707b`](https://github.com/netbootxyz/netboot.xyz/commit/a1f707b19b3ba72a8afa0c3c7f77df4edcc34396) Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250420T230518Z-d5972d15 - [`9bedeba`](https://github.com/netbootxyz/netboot.xyz/commit/9bedeba83cfdddc173ed88e544a875e5327d41a8) External Version bump for ipfire new version string "2.29-core194" - [`3da1cbc`](https://github.com/netbootxyz/netboot.xyz/commit/3da1cbc73ca62e2ed171c910078bd2435ba9beb0) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250511-0744-9b372e2a ### 📊 Changes **16 files changed** (+292 additions, -176 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/claude.yml` (+36 -0) 📝 `CHANGELOG.md` (+31 -0) 📝 `README.md` (+2 -2) 📝 `endpoints.yml` (+95 -107) 📝 `roles/netbootxyz/defaults/main.yml` (+33 -25) 📝 `roles/netbootxyz/templates/disks/netboot.xyz.j2` (+9 -1) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/coreos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/flatcar.ipxe.j2` (+5 -2) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2` (+39 -0) ➖ `roles/netbootxyz/templates/menu/live-deepin.ipxe.j2` (+0 -35) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+2 -1) 📝 `roles/netbootxyz/templates/menu/systemrescue.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2` (+35 -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:26 +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#3025
No description provided.