[PR #771] [MERGED] Release 2.0.27 #1124

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/771
Author: @antonym
Created: 11/21/2020
Status: Merged
Merged: 11/21/2020
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • c9fffe5 Update version.txt
  • eb01539 Flip to using inst.repo instead of repo
  • a182cb2 Remove older versions of Kali and fix menu up
  • dac394f Merge pull request #765 from netbootxyz/rh_repo
  • 42925e5 Merge pull request #766 from netbootxyz/kali_fixes
  • a33a4ed Adds install params for Subiquity installer to cmdline
  • 3b616d4 Merge pull request #767 from netbootxyz/ubuntu_auto_bugfix
  • e28f8a5 External Version bump for smartos new version string "20201118T153314Z,20201104T175552Z,20201022T155042Z,20201021T205759Z,20201007T223416Z,20200925T164355Z"
  • 22bb1f1 Rename builder to maintain consistent naming
  • ff226f0 Version bump for netbootxyz/asset-mirror:gentoo new tag 20201118T214503Z-3db955b8

📊 Changes

11 files changed (+17 additions, -77 deletions)

View changed files

📝 Dockerfile-build (+1 -1)
📝 Dockerfile-build.production (+1 -1)
📝 endpoints.yml (+3 -50)
📝 roles/netbootxyz/defaults/main.yml (+2 -2)
📝 roles/netbootxyz/templates/menu/centos.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/fedora.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/live-kali.ipxe.j2 (+2 -16)
📝 roles/netbootxyz/templates/menu/oracle.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/rhel.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 (+3 -2)
📝 version.txt (+1 -1)

📄 Description

Changelog:

Various version bumps
Change builder image name
Remove older Kali images, fix menu for latest version
Switch to inst.repo for Red Hat based OS
Allow for static assigned networking to work on Ubuntu builds


🔄 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/771 **Author:** [@antonym](https://github.com/antonym) **Created:** 11/21/2020 **Status:** ✅ Merged **Merged:** 11/21/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`c9fffe5`](https://github.com/netbootxyz/netboot.xyz/commit/c9fffe5a99da42e8d5b83633c2c214d3aab1121c) Update version.txt - [`eb01539`](https://github.com/netbootxyz/netboot.xyz/commit/eb0153983267f6085a2d635b67d3e1c07ff42793) Flip to using inst.repo instead of repo - [`a182cb2`](https://github.com/netbootxyz/netboot.xyz/commit/a182cb23de1f30c23278790a9c84663b4146e44a) Remove older versions of Kali and fix menu up - [`dac394f`](https://github.com/netbootxyz/netboot.xyz/commit/dac394f981f6820ed88bfedbc8397971e98a007f) Merge pull request #765 from netbootxyz/rh_repo - [`42925e5`](https://github.com/netbootxyz/netboot.xyz/commit/42925e5a0de9b450b9d450b742a0180014804bec) Merge pull request #766 from netbootxyz/kali_fixes - [`a33a4ed`](https://github.com/netbootxyz/netboot.xyz/commit/a33a4edd54526348efa0a6e2608fe0d542bb5690) Adds install params for Subiquity installer to cmdline - [`3b616d4`](https://github.com/netbootxyz/netboot.xyz/commit/3b616d44e5dcb851e0c30627a5458eef1012b151) Merge pull request #767 from netbootxyz/ubuntu_auto_bugfix - [`e28f8a5`](https://github.com/netbootxyz/netboot.xyz/commit/e28f8a59aee61447688d6a3c439106b9fe255281) External Version bump for smartos new version string "20201118T153314Z,20201104T175552Z,20201022T155042Z,20201021T205759Z,20201007T223416Z,20200925T164355Z" - [`22bb1f1`](https://github.com/netbootxyz/netboot.xyz/commit/22bb1f1b1af34ab8be56a3f87fdf8f3980d2da44) Rename builder to maintain consistent naming - [`ff226f0`](https://github.com/netbootxyz/netboot.xyz/commit/ff226f0c2bc9ff93b5d7a5c3dee87e6597200da6) Version bump for netbootxyz/asset-mirror:gentoo new tag 20201118T214503Z-3db955b8 ### 📊 Changes **11 files changed** (+17 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile-build` (+1 -1) 📝 `Dockerfile-build.production` (+1 -1) 📝 `endpoints.yml` (+3 -50) 📝 `roles/netbootxyz/defaults/main.yml` (+2 -2) 📝 `roles/netbootxyz/templates/menu/centos.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/fedora.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/live-kali.ipxe.j2` (+2 -16) 📝 `roles/netbootxyz/templates/menu/oracle.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/rhel.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/ubuntu.ipxe.j2` (+3 -2) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Changelog: Various version bumps Change builder image name Remove older Kali images, fix menu for latest version Switch to inst.repo for Red Hat based OS Allow for static assigned networking to work on Ubuntu builds --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:54:27 +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#1124
No description provided.