[PR #1147] [MERGED] Release 2.0.61-RC #2873

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1147
Author: @antonym
Created: 8/28/2022
Status: Merged
Merged: 8/28/2022
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • a7d2222 Update version.txt
  • 4883e98 Update CHANGELOG.md
  • fcbba1d Version bump for netbootxyz/asset-mirror:tails new tag 5.3-81501ab2
  • cdaa93d Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220725T170602Z-6734abfd
  • f7afa7a Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202207280217-8fd60881
  • 722a15b Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220724T170611Z-383e823f
  • 35497a7 Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20220724T233143Z-079d67cf
  • 0519d98 Version bump for netbootxyz/asset-mirror:bluestar new tag 5.18.14-2022.07.25-a3024eea
  • ed45bfa Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20220728-0950-92641c1f
  • 1db4e21 Version bump for netbootxyz/ubuntu-squash:mint-21-cinnamon new tag 21-b25d359a

📊 Changes

21 files changed (+191 additions, -146 deletions)

View changed files

📝 .ansible-lint (+6 -1)
📝 .github/workflows/pull-requests.yml (+5 -3)
📝 CHANGELOG.md (+12 -0)
📝 README.md (+7 -0)
📝 endpoints.yml (+99 -60)
📝 roles/netbootxyz/defaults/main.yml (+14 -13)
📝 roles/netbootxyz/tasks/generate_checksums.yml (+4 -12)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+4 -10)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+2 -6)
📝 roles/netbootxyz/tasks/generate_disks_hybrid.yml (+2 -6)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+2 -6)
📝 roles/netbootxyz/tasks/generate_disks_linux.yml (+2 -6)
📝 roles/netbootxyz/tasks/generate_disks_rpi.yml (+1 -3)
📝 roles/netbootxyz/tasks/generate_menus.yml (+3 -5)
📝 roles/netbootxyz/tasks/generate_menus_custom.yml (+2 -4)
📝 roles/netbootxyz/tasks/generate_signatures.yml (+2 -6)
📝 roles/netbootxyz/templates/index.html.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/live-mint.ipxe.j2 (+15 -0)
📝 roles/netbootxyz/templates/menu/oracle.ipxe.j2 (+6 -4)

...and 1 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/1147 **Author:** [@antonym](https://github.com/antonym) **Created:** 8/28/2022 **Status:** ✅ Merged **Merged:** 8/28/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`a7d2222`](https://github.com/netbootxyz/netboot.xyz/commit/a7d2222e6c4afe72917fdf8f56e5a8f7bba49fde) Update version.txt - [`4883e98`](https://github.com/netbootxyz/netboot.xyz/commit/4883e98d3c924c1962edaf734281a13befdef11f) Update CHANGELOG.md - [`fcbba1d`](https://github.com/netbootxyz/netboot.xyz/commit/fcbba1da4e7548400a12dd01e3ee668f538f9872) Version bump for netbootxyz/asset-mirror:tails new tag 5.3-81501ab2 - [`cdaa93d`](https://github.com/netbootxyz/netboot.xyz/commit/cdaa93d9ddd3b8bc52ebffe956e9ac38155f8452) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220725T170602Z-6734abfd - [`f7afa7a`](https://github.com/netbootxyz/netboot.xyz/commit/f7afa7a4329eaf3aa343fd4083b11f506c5ddee6) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202207280217-8fd60881 - [`722a15b`](https://github.com/netbootxyz/netboot.xyz/commit/722a15bbbe9f3926a8215af2a86f3b88410e7a5b) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220724T170611Z-383e823f - [`35497a7`](https://github.com/netbootxyz/netboot.xyz/commit/35497a7fe9916347195ad7818a06054b75ef998d) Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20220724T233143Z-079d67cf - [`0519d98`](https://github.com/netbootxyz/netboot.xyz/commit/0519d983a14c0bfeaa801b787d0974a28be05fa7) Version bump for netbootxyz/asset-mirror:bluestar new tag 5.18.14-2022.07.25-a3024eea - [`ed45bfa`](https://github.com/netbootxyz/netboot.xyz/commit/ed45bfae7672af1c7d968f756ec6e18d48232097) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20220728-0950-92641c1f - [`1db4e21`](https://github.com/netbootxyz/netboot.xyz/commit/1db4e216ed4421ba1661d5a5a609e67c5f33331a) Version bump for netbootxyz/ubuntu-squash:mint-21-cinnamon new tag 21-b25d359a ### 📊 Changes **21 files changed** (+191 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `.ansible-lint` (+6 -1) 📝 `.github/workflows/pull-requests.yml` (+5 -3) 📝 `CHANGELOG.md` (+12 -0) 📝 `README.md` (+7 -0) 📝 `endpoints.yml` (+99 -60) 📝 `roles/netbootxyz/defaults/main.yml` (+14 -13) 📝 `roles/netbootxyz/tasks/generate_checksums.yml` (+4 -12) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+4 -10) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+2 -6) 📝 `roles/netbootxyz/tasks/generate_disks_hybrid.yml` (+2 -6) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+2 -6) 📝 `roles/netbootxyz/tasks/generate_disks_linux.yml` (+2 -6) 📝 `roles/netbootxyz/tasks/generate_disks_rpi.yml` (+1 -3) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+3 -5) 📝 `roles/netbootxyz/tasks/generate_menus_custom.yml` (+2 -4) 📝 `roles/netbootxyz/tasks/generate_signatures.yml` (+2 -6) 📝 `roles/netbootxyz/templates/index.html.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/live-mint.ipxe.j2` (+15 -0) 📝 `roles/netbootxyz/templates/menu/oracle.ipxe.j2` (+6 -4) _...and 1 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-03-01 18:41:49 +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#2873
No description provided.