[PR #418] [MERGED] RC 1.9.9 #2388

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/418
Author: @thelamer
Created: 12/14/2019
Status: Merged
Merged: 12/14/2019
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • 1434626 Adds ansible testing to PRs
  • 0dbb0af Various Fixes
  • da76280 need goto statement or bionic always boot, missed this in testing
  • 2cb1c15 Remove Flatcar edge, update IpFire endpoint, remove NixOS Unstable, remove TinyCore plus ISO option
  • ac86bba bump version
  • a808046 update clonezilla endpoint while we are at it
  • 25171b8 Merge pull request #412 from netbootxyz/last-fixes
  • 78eac80 only run the update logic on the rolling .x series, tag the versioned builds to display in menu
  • f72b9b4 Merge pull request #413 from netbootxyz/versioning
  • 8f0c1e8 Add news to menu

📊 Changes

21 files changed (+242 additions, -78 deletions)

View changed files

📝 .travis.yml (+12 -2)
📝 endpoints.yml (+2 -9)
📝 roles/netbootxyz/defaults/main.yml (+62 -23)
📝 roles/netbootxyz/tasks/generate_checksums.yml (+2 -2)
roles/netbootxyz/tasks/generate_disks (+0 -0)
📝 roles/netbootxyz/tasks/generate_disks.yml (+1 -1)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+7 -1)
📝 roles/netbootxyz/templates/index.html.j2 (+52 -5)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+10 -0)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+2 -11)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/coreos.ipxe.j2 (+7 -9)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+0 -3)
📝 roles/netbootxyz/templates/menu/linux.ipxe.j2 (+1 -2)
📝 roles/netbootxyz/templates/menu/live-voyager.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+10 -2)
roles/netbootxyz/templates/menu/news.ipxe.j2 (+45 -0)
📝 script/build_release (+16 -5)
script/netbootxyz-overrides.yml (+9 -0)
📝 user_overrides.yml (+1 -1)

...and 1 more files

📄 Description

To Push an RC do some basic testing and push a staging pre-release on this tag pending the polished version for 2.0.0 with further ansible and sig tweaks.


🔄 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/418 **Author:** [@thelamer](https://github.com/thelamer) **Created:** 12/14/2019 **Status:** ✅ Merged **Merged:** 12/14/2019 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`1434626`](https://github.com/netbootxyz/netboot.xyz/commit/143462675bfe39d6815c5a46e3e31fda4a265e45) Adds ansible testing to PRs - [`0dbb0af`](https://github.com/netbootxyz/netboot.xyz/commit/0dbb0afd947abdf83ab7f7b5a6cb735bd13ad3db) Various Fixes - [`da76280`](https://github.com/netbootxyz/netboot.xyz/commit/da76280cfd74b1fe475a7954df64d99f476eebea) need goto statement or bionic always boot, missed this in testing - [`2cb1c15`](https://github.com/netbootxyz/netboot.xyz/commit/2cb1c155a7c14747e38a6da603f9067d697727db) Remove Flatcar edge, update IpFire endpoint, remove NixOS Unstable, remove TinyCore plus ISO option - [`ac86bba`](https://github.com/netbootxyz/netboot.xyz/commit/ac86bba15ca1200b335817ef9291b5bc17f972b3) bump version - [`a808046`](https://github.com/netbootxyz/netboot.xyz/commit/a80804609172c4ffeb6ec8b63f84c73a16f29438) update clonezilla endpoint while we are at it - [`25171b8`](https://github.com/netbootxyz/netboot.xyz/commit/25171b8f8715f58157ce9142e5be0b16a5bd659d) Merge pull request #412 from netbootxyz/last-fixes - [`78eac80`](https://github.com/netbootxyz/netboot.xyz/commit/78eac8044835603169f93e1d6a81d709212e95ed) only run the update logic on the rolling .x series, tag the versioned builds to display in menu - [`f72b9b4`](https://github.com/netbootxyz/netboot.xyz/commit/f72b9b4a3792ce50f36c3d6d69122b13d2e3ecb2) Merge pull request #413 from netbootxyz/versioning - [`8f0c1e8`](https://github.com/netbootxyz/netboot.xyz/commit/8f0c1e8df3f505cd02cbd2e51981d1ba36cd4678) Add news to menu ### 📊 Changes **21 files changed** (+242 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+12 -2) 📝 `endpoints.yml` (+2 -9) 📝 `roles/netbootxyz/defaults/main.yml` (+62 -23) 📝 `roles/netbootxyz/tasks/generate_checksums.yml` (+2 -2) ➕ `roles/netbootxyz/tasks/generate_disks` (+0 -0) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+1 -1) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+7 -1) 📝 `roles/netbootxyz/templates/index.html.j2` (+52 -5) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+10 -0) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+2 -11) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/coreos.ipxe.j2` (+7 -9) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+0 -3) 📝 `roles/netbootxyz/templates/menu/linux.ipxe.j2` (+1 -2) 📝 `roles/netbootxyz/templates/menu/live-voyager.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+10 -2) ➕ `roles/netbootxyz/templates/menu/news.ipxe.j2` (+45 -0) 📝 `script/build_release` (+16 -5) ➕ `script/netbootxyz-overrides.yml` (+9 -0) 📝 `user_overrides.yml` (+1 -1) _...and 1 more files_ </details> ### 📄 Description To Push an RC do some basic testing and push a staging pre-release on this tag pending the polished version for 2.0.0 with further ansible and sig tweaks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:39:53 +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#2388
No description provided.