[PR #962] [MERGED] Release 2.0.43 #2773

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/962
Author: @antonym
Created: 8/19/2021
Status: Merged
Merged: 8/19/2021
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 741e041 Update version.txt
  • 8d31ad1 Update CHANGELOG.md
  • 3f1ae19 External Version bump for archlinux new version string "2021.08.01"
  • 8474501 Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-7b066a27
  • 076a0c8 Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-dde7fd65
  • e33b1f0 Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-f4457cfd
  • 3ed75d3 Version bump for netbootxyz/asset-mirror:4mlinux new tag 37.0-39ff9a19
  • 97211aa Adds menu for Proxmox
  • 661667a Merge pull request #950 from netbootxyz/proxmox
  • b32d069 Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-24e3084c

📊 Changes

17 files changed (+190 additions, -52 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 CONTRIBUTING.md (+3 -3)
📝 README.md (+7 -6)
📝 endpoints.yml (+44 -19)
📝 roles/netbootxyz/defaults/main.yml (+16 -7)
📝 roles/netbootxyz/tasks/generate_menus.yml (+7 -0)
📝 roles/netbootxyz/templates/index.html.j2 (+7 -6)
roles/netbootxyz/templates/local-vars.ipxe.j2 (+5 -0)
📝 roles/netbootxyz/templates/menu/flatcar.ipxe.j2 (+5 -5)
📝 roles/netbootxyz/templates/menu/live-elementary.ipxe.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/live-zorin.ipxe.j2 (+14 -2)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+3 -0)
roles/netbootxyz/templates/menu/proxmox.ipxe.j2 (+44 -0)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+7 -1)
📝 script/netbootxyz-overrides.yml (+1 -0)
📝 user_overrides.yml (+8 -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/962 **Author:** [@antonym](https://github.com/antonym) **Created:** 8/19/2021 **Status:** ✅ Merged **Merged:** 8/19/2021 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`741e041`](https://github.com/netbootxyz/netboot.xyz/commit/741e041308c16851a028cf2c14ed7c72c0832e66) Update version.txt - [`8d31ad1`](https://github.com/netbootxyz/netboot.xyz/commit/8d31ad12063ad0f51ae31715438148204c0637dc) Update CHANGELOG.md - [`3f1ae19`](https://github.com/netbootxyz/netboot.xyz/commit/3f1ae1926e345e5080d3d8b941bf75b6f6c4fdfc) External Version bump for archlinux new version string "2021.08.01" - [`8474501`](https://github.com/netbootxyz/netboot.xyz/commit/8474501d1acd47b4859d2ec7f8c436aee66cc8b9) Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-7b066a27 - [`076a0c8`](https://github.com/netbootxyz/netboot.xyz/commit/076a0c8f1d63702b45a68607f876384e9619e721) Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-dde7fd65 - [`e33b1f0`](https://github.com/netbootxyz/netboot.xyz/commit/e33b1f0fb76004df877936344f696056e6e58c4d) Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-f4457cfd - [`3ed75d3`](https://github.com/netbootxyz/netboot.xyz/commit/3ed75d385943301afbb1a68a247d7d1b741df06c) Version bump for netbootxyz/asset-mirror:4mlinux new tag 37.0-39ff9a19 - [`97211aa`](https://github.com/netbootxyz/netboot.xyz/commit/97211aa25d7b5171e2a1ec990f742c1dc15887ea) Adds menu for Proxmox - [`661667a`](https://github.com/netbootxyz/netboot.xyz/commit/661667ac876f2f0195b86e99c9ff4890e3e13e93) Merge pull request #950 from netbootxyz/proxmox - [`b32d069`](https://github.com/netbootxyz/netboot.xyz/commit/b32d0692a56759aa6184c4d3603a4a287fe53744) Version bump for netbootxyz/asset-mirror:proxmox new tag 7.0-1-24e3084c ### 📊 Changes **17 files changed** (+190 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `CONTRIBUTING.md` (+3 -3) 📝 `README.md` (+7 -6) 📝 `endpoints.yml` (+44 -19) 📝 `roles/netbootxyz/defaults/main.yml` (+16 -7) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+7 -0) 📝 `roles/netbootxyz/templates/index.html.j2` (+7 -6) ➕ `roles/netbootxyz/templates/local-vars.ipxe.j2` (+5 -0) 📝 `roles/netbootxyz/templates/menu/flatcar.ipxe.j2` (+5 -5) 📝 `roles/netbootxyz/templates/menu/live-elementary.ipxe.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/live-zorin.ipxe.j2` (+14 -2) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+3 -0) ➕ `roles/netbootxyz/templates/menu/proxmox.ipxe.j2` (+44 -0) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+7 -1) 📝 `script/netbootxyz-overrides.yml` (+1 -0) 📝 `user_overrides.yml` (+8 -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:41:25 +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#2773
No description provided.