[PR #1170] [MERGED] Release 2.0.63 #1347

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1170
Author: @antonym
Created: 10/23/2022
Status: Merged
Merged: 10/23/2022
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 3b2cb67 Version bump for netbootxyz/asset-mirror:endeavouros new tag Artemis_nova_22_9-190ee67a
  • f9f2ba1 Version bump for netbootxyz/debian-squash:xfce-11 new tag 11.5.0-3514490c
  • 96f8d4b Version bump for netbootxyz/debian-squash:mate-11 new tag 11.5.0-ea193391
  • 71ae7d8 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220912T170544Z-6734abfd
  • 776f900 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202209160217-8fd60881
  • 5352883 Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220911T170535Z-383e823f
  • 38d3784 Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.0.2-15-5fb1a15b
  • 00d5ce1 Version bump for netbootxyz/debian-squash:core-11 new tag 11.5.0-e2081f01
  • 8e4c5e9 Version bump for netbootxyz/debian-squash:lxde-11 new tag 11.5.0-bd62df14
  • ffdc24d Version bump for netbootxyz/debian-squash:cinnamon-11 new tag 11.5.0-7dd2cb74

📊 Changes

13 files changed (+341 additions, -219 deletions)

View changed files

📝 .github/workflows/development.yml (+1 -1)
📝 .github/workflows/pull-requests.yml (+1 -1)
📝 .github/workflows/release-candidate.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rolling.yml (+1 -1)
📝 CHANGELOG.md (+5 -0)
📝 README.md (+1 -1)
📝 endpoints.yml (+290 -193)
📝 roles/netbootxyz/defaults/main.yml (+27 -17)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2 (+10 -0)
📝 roles/netbootxyz/templates/menu/ubuntu.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/1170 **Author:** [@antonym](https://github.com/antonym) **Created:** 10/23/2022 **Status:** ✅ Merged **Merged:** 10/23/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`3b2cb67`](https://github.com/netbootxyz/netboot.xyz/commit/3b2cb67699c0a353fb6414466c6ca2a5a0f6cef5) Version bump for netbootxyz/asset-mirror:endeavouros new tag Artemis_nova_22_9-190ee67a - [`f9f2ba1`](https://github.com/netbootxyz/netboot.xyz/commit/f9f2ba148c7d5121e3b97a90c25968789842514f) Version bump for netbootxyz/debian-squash:xfce-11 new tag 11.5.0-3514490c - [`96f8d4b`](https://github.com/netbootxyz/netboot.xyz/commit/96f8d4bb207715823b9e3763739f0a5a53271cc7) Version bump for netbootxyz/debian-squash:mate-11 new tag 11.5.0-ea193391 - [`71ae7d8`](https://github.com/netbootxyz/netboot.xyz/commit/71ae7d8947bc96fbef0bf303b9383661035723c5) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220912T170544Z-6734abfd - [`776f900`](https://github.com/netbootxyz/netboot.xyz/commit/776f900121b551c54391ec3185a447e349871904) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202209160217-8fd60881 - [`5352883`](https://github.com/netbootxyz/netboot.xyz/commit/53528838fd6ef55f6649562faf57cff575ffd31f) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220911T170535Z-383e823f - [`38d3784`](https://github.com/netbootxyz/netboot.xyz/commit/38d3784ac2bfcb783063820a75dec70207d6eb88) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.0.2-15-5fb1a15b - [`00d5ce1`](https://github.com/netbootxyz/netboot.xyz/commit/00d5ce1efd987243ccc7f1bd8ebeeb69f6511e46) Version bump for netbootxyz/debian-squash:core-11 new tag 11.5.0-e2081f01 - [`8e4c5e9`](https://github.com/netbootxyz/netboot.xyz/commit/8e4c5e9e6f9f06e2ca93a0b6b140411634330739) Version bump for netbootxyz/debian-squash:lxde-11 new tag 11.5.0-bd62df14 - [`ffdc24d`](https://github.com/netbootxyz/netboot.xyz/commit/ffdc24d30ae521e166a5d094a567c6cb70cf721f) Version bump for netbootxyz/debian-squash:cinnamon-11 new tag 11.5.0-7dd2cb74 ### 📊 Changes **13 files changed** (+341 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/development.yml` (+1 -1) 📝 `.github/workflows/pull-requests.yml` (+1 -1) 📝 `.github/workflows/release-candidate.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rolling.yml` (+1 -1) 📝 `CHANGELOG.md` (+5 -0) 📝 `README.md` (+1 -1) 📝 `endpoints.yml` (+290 -193) 📝 `roles/netbootxyz/defaults/main.yml` (+27 -17) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2` (+10 -0) 📝 `roles/netbootxyz/templates/menu/ubuntu.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:17 +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#1347
No description provided.