[PR #1502] [MERGED] Release 2.0.81-RC #1446

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1502
Author: @antonym
Created: 8/9/2024
Status: Merged
Merged: 8/10/2024
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • 444be35 Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20240715-noble-48403403
  • 180bee3 Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20240715-oracular-c67d897c
  • 6bfbcce Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.3-15-d1702a7a
  • 1dbb3c0 Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.3-15-9e73bfe5
  • 9d01f7e Version bump for netbootxyz/debian-squash:clonezilla-stable-i686 new tag 3.1.3-16-ef1ff756
  • ad88805 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202407171706-0956eeaa
  • 5a09937 Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.1.3-16-5641363c
  • b5ab0cf SystemRescueCD: rootpass+nofirewall
  • 3e85492 Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20240707T225101Z-d5972d15
  • bfec900 Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 46.0-d0598ee4

📊 Changes

15 files changed (+182 additions, -176 deletions)

View changed files

📝 .github/workflows/pull-requests.yml (+1 -1)
📝 CHANGELOG.md (+14 -1)
📝 README.md (+2 -0)
📝 endpoints.yml (+85 -137)
📝 roles/netbootxyz/defaults/main.yml (+26 -18)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+2 -2)
📝 roles/netbootxyz/templates/menu/live-mint.ipxe.j2 (+10 -11)
roles/netbootxyz/templates/menu/live-vanillaos.ipxe (+33 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/utils-efi.ipxe.j2 (+2 -0)
📝 roles/netbootxyz/templates/menu/vyos.ipxe.j2 (+1 -1)
📝 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/1502 **Author:** [@antonym](https://github.com/antonym) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/10/2024 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`444be35`](https://github.com/netbootxyz/netboot.xyz/commit/444be350b9bd9530bb345f664e8ee875cb3a74ea) Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20240715-noble-48403403 - [`180bee3`](https://github.com/netbootxyz/netboot.xyz/commit/180bee3d265cde46604cea56306410904688a33b) Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20240715-oracular-c67d897c - [`6bfbcce`](https://github.com/netbootxyz/netboot.xyz/commit/6bfbcce1329e10260014d37b00cb113425aef20d) Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.3-15-d1702a7a - [`1dbb3c0`](https://github.com/netbootxyz/netboot.xyz/commit/1dbb3c07a6ac4baf79a0c23cb2ea49cb71791cc7) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.3-15-9e73bfe5 - [`9d01f7e`](https://github.com/netbootxyz/netboot.xyz/commit/9d01f7edea3531cef565c87172e750fd8015ec09) Version bump for netbootxyz/debian-squash:clonezilla-stable-i686 new tag 3.1.3-16-ef1ff756 - [`ad88805`](https://github.com/netbootxyz/netboot.xyz/commit/ad888057a9057f384ef712f02d82ec4857169943) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202407171706-0956eeaa - [`5a09937`](https://github.com/netbootxyz/netboot.xyz/commit/5a09937b7c02ee621c41f6621f1c3aba3838b0cd) Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.1.3-16-5641363c - [`b5ab0cf`](https://github.com/netbootxyz/netboot.xyz/commit/b5ab0cf5c9f8dbb9cfa78116d0aad2a33a07441b) SystemRescueCD: rootpass+nofirewall - [`3e85492`](https://github.com/netbootxyz/netboot.xyz/commit/3e854921c9fe835cb26791311a33b01376a28e70) Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20240707T225101Z-d5972d15 - [`bfec900`](https://github.com/netbootxyz/netboot.xyz/commit/bfec900a797b5de0a7a631731bf09477a41f9127) Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 46.0-d0598ee4 ### 📊 Changes **15 files changed** (+182 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pull-requests.yml` (+1 -1) 📝 `CHANGELOG.md` (+14 -1) 📝 `README.md` (+2 -0) 📝 `endpoints.yml` (+85 -137) 📝 `roles/netbootxyz/defaults/main.yml` (+26 -18) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+2 -2) 📝 `roles/netbootxyz/templates/menu/live-mint.ipxe.j2` (+10 -11) ➕ `roles/netbootxyz/templates/menu/live-vanillaos.ipxe` (+33 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/systemrescue.ipxe.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/utils-efi.ipxe.j2` (+2 -0) 📝 `roles/netbootxyz/templates/menu/vyos.ipxe.j2` (+1 -1) 📝 `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:55:39 +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#1446
No description provided.