[PR #1286] [MERGED] Release 2.0.71-RC #1394

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1286
Author: @antonym
Created: 9/9/2023
Status: Merged
Merged: 9/9/2023
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • 32abbcf Update version.txt
  • e5343ba Update CHANGELOG.md
  • 97e2bbe Add config/local/isa.h
  • 0ae0a21 Update ubcd url to https
  • 80a52f7 remove kinetic & add lunar to live menu
  • df67a44 Merge pull request #1270 from chris18890/development
  • d536ea1 Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 43.0-bd59d834
  • 721df74 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230703T153206Z-c0630a5f
  • 73776c9 Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230705T183202Z-abe575fe
  • 82ae21c Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-7-1c3e1967

📊 Changes

23 files changed (+208 additions, -351 deletions)

View changed files

📝 .github/workflows/development.yml (+1 -1)
📝 .github/workflows/pull-requests.yml (+2 -2)
📝 .github/workflows/release-candidate.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rolling.yml (+1 -1)
📝 CHANGELOG.md (+16 -1)
📝 README.md (+1 -1)
📝 endpoints.yml (+70 -225)
📝 roles/netbootxyz/defaults/main.yml (+31 -47)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+1 -0)
📝 roles/netbootxyz/templates/disks/netboot.xyz.j2 (+20 -4)
📝 roles/netbootxyz/templates/menu/almalinux.ipxe.j2 (+9 -12)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+9 -12)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+14 -8)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2 (+4 -4)
📝 roles/netbootxyz/templates/menu/nixos.ipxe.j2 (+5 -2)
📝 roles/netbootxyz/templates/menu/openEuler.ipxe.j2 (+9 -12)
📝 roles/netbootxyz/templates/menu/opensuse.ipxe.j2 (+1 -1)

...and 3 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/1286 **Author:** [@antonym](https://github.com/antonym) **Created:** 9/9/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`32abbcf`](https://github.com/netbootxyz/netboot.xyz/commit/32abbcf35fafdd68a9e4b4596c03f5910578b86e) Update version.txt - [`e5343ba`](https://github.com/netbootxyz/netboot.xyz/commit/e5343baaa021ed489039e3120a3b7c2aa5b56a19) Update CHANGELOG.md - [`97e2bbe`](https://github.com/netbootxyz/netboot.xyz/commit/97e2bbeef4ce8584b2c950445b25f65159e44ea2) Add config/local/isa.h - [`0ae0a21`](https://github.com/netbootxyz/netboot.xyz/commit/0ae0a212e22a4c544350824444888ef464935b59) Update ubcd url to https - [`80a52f7`](https://github.com/netbootxyz/netboot.xyz/commit/80a52f7010490089cd56ee6b68eedb3af1b7f4cf) remove kinetic & add lunar to live menu - [`df67a44`](https://github.com/netbootxyz/netboot.xyz/commit/df67a4418e78a2974a2ac018ea36919576cbebe6) Merge pull request #1270 from chris18890/development - [`d536ea1`](https://github.com/netbootxyz/netboot.xyz/commit/d536ea136c615661b125b2b52c709f4317f2d0fd) Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 43.0-bd59d834 - [`721df74`](https://github.com/netbootxyz/netboot.xyz/commit/721df74a8351eb466a22ecf70d91c01b8896b092) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230703T153206Z-c0630a5f - [`73776c9`](https://github.com/netbootxyz/netboot.xyz/commit/73776c96582330ecb3c50eefcd991230ae118ebc) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230705T183202Z-abe575fe - [`82ae21c`](https://github.com/netbootxyz/netboot.xyz/commit/82ae21c3117d6dcedf35271b85ebb50ad228627e) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-7-1c3e1967 ### 📊 Changes **23 files changed** (+208 additions, -351 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/development.yml` (+1 -1) 📝 `.github/workflows/pull-requests.yml` (+2 -2) 📝 `.github/workflows/release-candidate.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rolling.yml` (+1 -1) 📝 `CHANGELOG.md` (+16 -1) 📝 `README.md` (+1 -1) 📝 `endpoints.yml` (+70 -225) 📝 `roles/netbootxyz/defaults/main.yml` (+31 -47) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+1 -0) 📝 `roles/netbootxyz/templates/disks/netboot.xyz.j2` (+20 -4) 📝 `roles/netbootxyz/templates/menu/almalinux.ipxe.j2` (+9 -12) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+9 -12) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+14 -8) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-i386.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2` (+4 -4) 📝 `roles/netbootxyz/templates/menu/nixos.ipxe.j2` (+5 -2) 📝 `roles/netbootxyz/templates/menu/openEuler.ipxe.j2` (+9 -12) 📝 `roles/netbootxyz/templates/menu/opensuse.ipxe.j2` (+1 -1) _...and 3 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-02-27 14:55:27 +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#1394
No description provided.