[PR #627] [MERGED] Release 2.0.14 #2562

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/627
Author: @antonym
Created: 5/5/2020
Status: Merged
Merged: 5/6/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • 2a87242 External Version bump for ipfire new version string "2.25-core144"
  • a3878ac Version bump for netbootxyz/asset-mirror:systemrescue new tag 6.1.3-055507d5
  • 873f524 External Version bump for smartos new version string "20200424T174452Z,20200422T203030Z,20200408T231825Z,20200326T183047Z,20200311T225627Z,20200228T001732Z"
  • c18b92e Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 33.0-0.102.2-96422a5f
  • ce36ca7 Version bump for netbootxyz/manjaro-squash:architect-current new tag 20.0-200426-linux56-6ab0da2d
  • 2f14074 bump version manually, if this is as rolling as this release then we should drop old stable concept next time and prune assets
  • 2cf4854 Version bump for netbootxyz/manjaro-squash:xfce-current new tag 20.0-200426-linux56-a3d810b4
  • 7ba9099 Version bump for netbootxyz/manjaro-squash:kde-current new tag 20.0-200426-linux56-1f7c6510
  • 78834ef Version bump for netbootxyz/manjaro-squash:gnome-current new tag 20.0-200426-linux56-03e2c969
  • d115d58 Merge pull request #616 from netbootxyz/manjaro-current

📊 Changes

12 files changed (+199 additions, -51 deletions)

View changed files

📝 Dockerfile-build (+4 -3)
📝 Dockerfile-build.production (+4 -3)
📝 endpoints.yml (+141 -23)
📝 roles/netbootxyz/defaults/main.yml (+8 -13)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+2 -1)
📝 roles/netbootxyz/templates/menu/live-fedora.ipxe.j2 (+9 -0)
📝 roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-popos.ipxe.j2 (+15 -0)
📝 roles/netbootxyz/templates/menu/live-voyager.ipxe.j2 (+9 -0)
📝 roles/netbootxyz/templates/menu/nixos.ipxe.j2 (+4 -6)
📝 roles/netbootxyz/vars/redhat.yml (+1 -0)
📝 version.txt (+1 -1)

📄 Description

Changes:

Updated Dockerfiles to use newer versions for building
Various version updates
Moved NixOS to hosted live assets
Added Fedora 32 and Ubuntu 20.04 live assets
Adds PopOS 20.04
Adds Parrot 4.9
Bump to CentOS 7.8
Various bug fixes


🔄 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/627 **Author:** [@antonym](https://github.com/antonym) **Created:** 5/5/2020 **Status:** ✅ Merged **Merged:** 5/6/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`2a87242`](https://github.com/netbootxyz/netboot.xyz/commit/2a872421f4ae68689b9b8414cdb467119c5aa6da) External Version bump for ipfire new version string "2.25-core144" - [`a3878ac`](https://github.com/netbootxyz/netboot.xyz/commit/a3878ac30ad6958d52615cb53a6fd9d3384da548) Version bump for netbootxyz/asset-mirror:systemrescue new tag 6.1.3-055507d5 - [`873f524`](https://github.com/netbootxyz/netboot.xyz/commit/873f524d9bd25deca95ab40eaac5c7f7ac6209aa) External Version bump for smartos new version string "20200424T174452Z,20200422T203030Z,20200408T231825Z,20200326T183047Z,20200311T225627Z,20200228T001732Z" - [`c18b92e`](https://github.com/netbootxyz/netboot.xyz/commit/c18b92e75cc5a4b3b2e0a41adf2e5313f7d8759f) Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 33.0-0.102.2-96422a5f - [`ce36ca7`](https://github.com/netbootxyz/netboot.xyz/commit/ce36ca78f5d4e1a05ab9828147b01efcd31a839b) Version bump for netbootxyz/manjaro-squash:architect-current new tag 20.0-200426-linux56-6ab0da2d - [`2f14074`](https://github.com/netbootxyz/netboot.xyz/commit/2f140744147379f390b8c4104b1bd4f99f732a57) bump version manually, if this is as rolling as this release then we should drop old stable concept next time and prune assets - [`2cf4854`](https://github.com/netbootxyz/netboot.xyz/commit/2cf485476c1b242e17d0aa1741c6c601a945b062) Version bump for netbootxyz/manjaro-squash:xfce-current new tag 20.0-200426-linux56-a3d810b4 - [`7ba9099`](https://github.com/netbootxyz/netboot.xyz/commit/7ba909974d561e8bc2dea775cd753e0278e8121b) Version bump for netbootxyz/manjaro-squash:kde-current new tag 20.0-200426-linux56-1f7c6510 - [`78834ef`](https://github.com/netbootxyz/netboot.xyz/commit/78834ef4a3815661631dc0b268d3d3704f57f3fa) Version bump for netbootxyz/manjaro-squash:gnome-current new tag 20.0-200426-linux56-03e2c969 - [`d115d58`](https://github.com/netbootxyz/netboot.xyz/commit/d115d58d1156a4d60293e9b66644a50594bcaef4) Merge pull request #616 from netbootxyz/manjaro-current ### 📊 Changes **12 files changed** (+199 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile-build` (+4 -3) 📝 `Dockerfile-build.production` (+4 -3) 📝 `endpoints.yml` (+141 -23) 📝 `roles/netbootxyz/defaults/main.yml` (+8 -13) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+2 -1) 📝 `roles/netbootxyz/templates/menu/live-fedora.ipxe.j2` (+9 -0) 📝 `roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-popos.ipxe.j2` (+15 -0) 📝 `roles/netbootxyz/templates/menu/live-voyager.ipxe.j2` (+9 -0) 📝 `roles/netbootxyz/templates/menu/nixos.ipxe.j2` (+4 -6) 📝 `roles/netbootxyz/vars/redhat.yml` (+1 -0) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Changes: Updated Dockerfiles to use newer versions for building Various version updates Moved NixOS to hosted live assets Added Fedora 32 and Ubuntu 20.04 live assets Adds PopOS 20.04 Adds Parrot 4.9 Bump to CentOS 7.8 Various bug fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:35 +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#2562
No description provided.