[PR #1138] [MERGED] Release 2.0.60 #2872

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/1138
Author: @antonym
Created: 7/25/2022
Status: Merged
Merged: 7/25/2022
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 1537f03 Update version.txt
  • b2d8d3b Update CHANGELOG.md
  • 4b3ac24 External Version bump for archlinux new version string "2022.06.01"
  • 362085c External Version bump for smartos new version string "20220602T022323Z,20220519T001745Z,20220505T001410Z,20220421T000508Z"
  • 77e36ff Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2022.06.02-6dbad0f9
  • 5733350 Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 39.1-3ec6e844
  • 3815024 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220530T170534Z-6734abfd
  • 29d8ca0 Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.0.1-2-5fb1a15b
  • b326d2d Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220529T170531Z-383e823f
  • bb7e6b2 Version bump for netbootxyz/asset-mirror:4mlinux new tag 39.1-985d4e6f

📊 Changes

19 files changed (+162 additions, -384 deletions)

View changed files

📝 .github/workflows/release-candidate.yml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rolling.yml (+1 -1)
📝 CHANGELOG.md (+10 -1)
Dockerfile (+26 -0)
Dockerfile-build (+0 -17)
Dockerfile-build.production (+0 -17)
📝 endpoints.yml (+72 -269)
📝 roles/netbootxyz/defaults/main.yml (+23 -23)
📝 roles/netbootxyz/tasks/generate_menus.yml (+5 -5)
📝 roles/netbootxyz/tasks/generate_menus_custom.yml (+1 -1)
📝 roles/netbootxyz/tasks/main.yml (+5 -0)
📝 roles/netbootxyz/templates/disks/netboot.xyz.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+2 -1)
📝 roles/netbootxyz/templates/menu/live-lite.ipxe.j2 (+4 -16)
📝 roles/netbootxyz/templates/menu/live-popos.ipxe.j2 (+4 -14)
📝 roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2 (+0 -11)
📝 script/build_release (+5 -5)
📝 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/1138 **Author:** [@antonym](https://github.com/antonym) **Created:** 7/25/2022 **Status:** ✅ Merged **Merged:** 7/25/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`1537f03`](https://github.com/netbootxyz/netboot.xyz/commit/1537f034ef4bf42426dc581a89ed7cd26019cdef) Update version.txt - [`b2d8d3b`](https://github.com/netbootxyz/netboot.xyz/commit/b2d8d3bd723746ad430d14fbf172aaacf71c0ce8) Update CHANGELOG.md - [`4b3ac24`](https://github.com/netbootxyz/netboot.xyz/commit/4b3ac241c1f6564a6304fa67e0d592f66b76a51c) External Version bump for archlinux new version string "2022.06.01" - [`362085c`](https://github.com/netbootxyz/netboot.xyz/commit/362085ce487252687d3e3460c2c8d910c636f88a) External Version bump for smartos new version string "20220602T022323Z,20220519T001745Z,20220505T001410Z,20220421T000508Z" - [`77e36ff`](https://github.com/netbootxyz/netboot.xyz/commit/77e36ffb7b3b00c13f81e67b3518ee13a30789c7) Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2022.06.02-6dbad0f9 - [`5733350`](https://github.com/netbootxyz/netboot.xyz/commit/573335017aa5223eb867c1520e1ade64f8218cab) Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 39.1-3ec6e844 - [`3815024`](https://github.com/netbootxyz/netboot.xyz/commit/381502482c81df0cb4528736d62748a2fdf8fa80) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20220530T170534Z-6734abfd - [`29d8ca0`](https://github.com/netbootxyz/netboot.xyz/commit/29d8ca086496821cb2f00bb820b8d8048f00a084) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.0.1-2-5fb1a15b - [`b326d2d`](https://github.com/netbootxyz/netboot.xyz/commit/b326d2de26246577dbf322850b89a1c7c60a0901) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20220529T170531Z-383e823f - [`bb7e6b2`](https://github.com/netbootxyz/netboot.xyz/commit/bb7e6b299b4de1dbab7510da1e0266ac4188c7cf) Version bump for netbootxyz/asset-mirror:4mlinux new tag 39.1-985d4e6f ### 📊 Changes **19 files changed** (+162 additions, -384 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release-candidate.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rolling.yml` (+1 -1) 📝 `CHANGELOG.md` (+10 -1) ➕ `Dockerfile` (+26 -0) ➖ `Dockerfile-build` (+0 -17) ➖ `Dockerfile-build.production` (+0 -17) 📝 `endpoints.yml` (+72 -269) 📝 `roles/netbootxyz/defaults/main.yml` (+23 -23) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+5 -5) 📝 `roles/netbootxyz/tasks/generate_menus_custom.yml` (+1 -1) 📝 `roles/netbootxyz/tasks/main.yml` (+5 -0) 📝 `roles/netbootxyz/templates/disks/netboot.xyz.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+2 -1) 📝 `roles/netbootxyz/templates/menu/live-lite.ipxe.j2` (+4 -16) 📝 `roles/netbootxyz/templates/menu/live-popos.ipxe.j2` (+4 -14) 📝 `roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2` (+0 -11) 📝 `script/build_release` (+5 -5) 📝 `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: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#2872
No description provided.