[PR #449] [MERGED] Promote 2.0 to RC #878

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

📋 Pull Request Information

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

Base: RCHead: development


📝 Commits (10+)

  • 96f1629 Bump Alpine to v3.11
  • 464d638 Switch to lts kernel and merge edge and regular together
  • 470fbd3 Merge pull request #442 from netbootxyz/alpine_bump
  • e4ac9ec Add comm channels and open collective to doc
  • 73e71f2 Merge pull request #443 from netbootxyz/contrib
  • 17946f1 Remove duplicate key
  • 681b5f0 Enable console option in iPXE bootloaders
  • 1973fa9 Merge pull request #444 from netbootxyz/enable_console
  • 52045da Version bump for netbootxyz/ubuntu-squash:regolith new tag 1.2-f910f94d
  • 274a6dd add if to push a tarball of menu files to S3 for consumption

📊 Changes

16 files changed (+39 additions, -35 deletions)

View changed files

📝 CONTRIBUTING.md (+11 -1)
📝 README.md (+10 -11)
📝 endpoints.yml (+1 -1)
📝 roles/netbootxyz/defaults/main.yml (+2 -2)
roles/netbootxyz/files/ipxe/local/console.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+1 -0)
roles/netbootxyz/tasks/generate_disks (+0 -0)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+1 -0)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+0 -1)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+1 -0)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+1 -0)
📝 roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 (+5 -16)
📝 script/build_release (+3 -1)
📝 script/netbootxyz-overrides.yml (+0 -1)
📝 version.txt (+1 -1)

📄 Description

Promote 2.0 to RC


🔄 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/449 **Author:** [@antonym](https://github.com/antonym) **Created:** 12/26/2019 **Status:** ✅ Merged **Merged:** 12/26/2019 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`96f1629`](https://github.com/netbootxyz/netboot.xyz/commit/96f1629ee86f534e951d3140369e081bc334fa01) Bump Alpine to v3.11 - [`464d638`](https://github.com/netbootxyz/netboot.xyz/commit/464d638ed023f31b6723ba8cd260e67cc405633a) Switch to lts kernel and merge edge and regular together - [`470fbd3`](https://github.com/netbootxyz/netboot.xyz/commit/470fbd362942cde4d716676ecc8a691c4e4d7a20) Merge pull request #442 from netbootxyz/alpine_bump - [`e4ac9ec`](https://github.com/netbootxyz/netboot.xyz/commit/e4ac9ec02319bdde3619c3f01aa154b8650b84a4) Add comm channels and open collective to doc - [`73e71f2`](https://github.com/netbootxyz/netboot.xyz/commit/73e71f2a02129cb23939e8acb5f6347415fab96c) Merge pull request #443 from netbootxyz/contrib - [`17946f1`](https://github.com/netbootxyz/netboot.xyz/commit/17946f1eccce881c6c3b340a17c48bb4ba5ef9d2) Remove duplicate key - [`681b5f0`](https://github.com/netbootxyz/netboot.xyz/commit/681b5f09a0f1e5028d8730cd0d74a13e40aeb3d4) Enable console option in iPXE bootloaders - [`1973fa9`](https://github.com/netbootxyz/netboot.xyz/commit/1973fa9f379b0ccd1841c6124cbf00d61c5ccef4) Merge pull request #444 from netbootxyz/enable_console - [`52045da`](https://github.com/netbootxyz/netboot.xyz/commit/52045da16db041b2301636077be027c50984a42b) Version bump for netbootxyz/ubuntu-squash:regolith new tag 1.2-f910f94d - [`274a6dd`](https://github.com/netbootxyz/netboot.xyz/commit/274a6ddef82c3fd3b8e6b3c5fa8ed80f37f56abb) add if to push a tarball of menu files to S3 for consumption ### 📊 Changes **16 files changed** (+39 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+11 -1) 📝 `README.md` (+10 -11) 📝 `endpoints.yml` (+1 -1) 📝 `roles/netbootxyz/defaults/main.yml` (+2 -2) ➕ `roles/netbootxyz/files/ipxe/local/console.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+1 -0) ➖ `roles/netbootxyz/tasks/generate_disks` (+0 -0) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+1 -0) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+0 -1) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+1 -0) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+1 -0) 📝 `roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2` (+5 -16) 📝 `script/build_release` (+3 -1) 📝 `script/netbootxyz-overrides.yml` (+0 -1) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Promote 2.0 to RC --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:53: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#878
No description provided.