[PR #827] [MERGED] Release 2.0.30 #1150

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/827
Author: @antonym
Created: 1/17/2021
Status: Merged
Merged: 1/18/2021
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 47b2ed9 Update version.txt
  • 3d6a9c1 Update CHANGELOG.md
  • 0799ef3 External Version bump for smartos new version string "20201228T183207Z,20201228T093920Z,20201217T173522Z,20201216T210521Z,20201203T165910Z,20201118T153314Z"
  • fea6513 Version bump for netbootxyz/asset-mirror:rescuezilla new tag 2.1.1-7cb3481e
  • 170cdf8 Version bump for netbootxyz/asset-mirror:gentoo new tag 20201227T214503Z-f50aa8f8
  • c2e0377 Split Ubuntu 20.04 into Subiquity and Legacy
  • 3b00c37 Merge pull request #811 from netbootxyz/ubuntu_legacy
  • 5574e61 Set a custom url option from utilities
  • b93e75d Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 35.1-77280515
  • df05a80 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202101010217-5f0e3623

📊 Changes

14 files changed (+178 additions, -52 deletions)

View changed files

📝 CHANGELOG.md (+13 -1)
📝 endpoints.yml (+37 -20)
📝 roles/netbootxyz/defaults/main.yml (+21 -12)
📝 roles/netbootxyz/tasks/generate_disks.yml (+7 -0)
roles/netbootxyz/tasks/generate_disks_hybrid.yml (+21 -0)
📝 roles/netbootxyz/templates/index.html.j2 (+20 -0)
📝 roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 (+15 -6)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+8 -0)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+10 -4)
📝 roles/netbootxyz/templates/menu/utils-efi.ipxe.j2 (+11 -4)
📝 roles/netbootxyz/templates/menu/utils-pcbios.ipxe.j2 (+11 -2)
📝 script/message (+2 -2)
📝 script/netbootxyz-overrides.yml (+1 -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/827 **Author:** [@antonym](https://github.com/antonym) **Created:** 1/17/2021 **Status:** ✅ Merged **Merged:** 1/18/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`47b2ed9`](https://github.com/netbootxyz/netboot.xyz/commit/47b2ed906f880287c5a019162323ec0ad203f8ce) Update version.txt - [`3d6a9c1`](https://github.com/netbootxyz/netboot.xyz/commit/3d6a9c10d4130cdea25fc28da7be4b875af1f336) Update CHANGELOG.md - [`0799ef3`](https://github.com/netbootxyz/netboot.xyz/commit/0799ef3f34f72f5141c73d7626ac6f74b52dcfd3) External Version bump for smartos new version string "20201228T183207Z,20201228T093920Z,20201217T173522Z,20201216T210521Z,20201203T165910Z,20201118T153314Z" - [`fea6513`](https://github.com/netbootxyz/netboot.xyz/commit/fea6513569c59cd7eabf11a1c0da309a7a471bd5) Version bump for netbootxyz/asset-mirror:rescuezilla new tag 2.1.1-7cb3481e - [`170cdf8`](https://github.com/netbootxyz/netboot.xyz/commit/170cdf8b1a64558d292b25c0f1921dffa9c035c3) Version bump for netbootxyz/asset-mirror:gentoo new tag 20201227T214503Z-f50aa8f8 - [`c2e0377`](https://github.com/netbootxyz/netboot.xyz/commit/c2e0377d044e08f80c36253cf7d9fe979d8c35f9) Split Ubuntu 20.04 into Subiquity and Legacy - [`3b00c37`](https://github.com/netbootxyz/netboot.xyz/commit/3b00c3788eaa8cd6aab8a5ead874c4c6d7b875af) Merge pull request #811 from netbootxyz/ubuntu_legacy - [`5574e61`](https://github.com/netbootxyz/netboot.xyz/commit/5574e6186f38e854dffd6ab6d02426d47bc4b59e) Set a custom url option from utilities - [`b93e75d`](https://github.com/netbootxyz/netboot.xyz/commit/b93e75d2cebe9a11f477afd4ba0f038827d49d2e) Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 35.1-77280515 - [`df05a80`](https://github.com/netbootxyz/netboot.xyz/commit/df05a80d68e7e7f084a48c7688a9dabab5709531) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202101010217-5f0e3623 ### 📊 Changes **14 files changed** (+178 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -1) 📝 `endpoints.yml` (+37 -20) 📝 `roles/netbootxyz/defaults/main.yml` (+21 -12) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+7 -0) ➕ `roles/netbootxyz/tasks/generate_disks_hybrid.yml` (+21 -0) 📝 `roles/netbootxyz/templates/index.html.j2` (+20 -0) 📝 `roles/netbootxyz/templates/menu/live-deepin.ipxe.j2` (+15 -6) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+8 -0) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+10 -4) 📝 `roles/netbootxyz/templates/menu/utils-efi.ipxe.j2` (+11 -4) 📝 `roles/netbootxyz/templates/menu/utils-pcbios.ipxe.j2` (+11 -2) 📝 `script/message` (+2 -2) 📝 `script/netbootxyz-overrides.yml` (+1 -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-02-27 14:54:32 +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#1150
No description provided.