[PR #664] [MERGED] Release 2.0.17-RC #1048

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

📋 Pull Request Information

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

Base: RCHead: development


📝 Commits (10+)

  • e790bdf Bump for 2.0.17
  • 3a7557f Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20200608-groovy-fb737dc0
  • 5651b5b Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.6.7-20-f0e77646
  • c285c5a Version bump for netbootxyz/asset-mirror:nixos-20.03 new tag 121710531-bd20f138
  • 60d3b36 Version bump for netbootxyz/asset-mirror:nixos-19.09 new tag 121480110-fbcf280f
  • 4fbf762 Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20200609-1220-4cec4542
  • 7229dae Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20200612-1753-4cec4542
  • 122dc54 Version bump for netbootxyz/asset-mirror:systemrescue new tag 6.1.5-055507d5
  • 2801da6 Add Centos 8.2
  • 078d944 Merge pull request #653 from netbootxyz/centos_8.2

📊 Changes

13 files changed (+244 additions, -28 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 endpoints.yml (+40 -10)
📝 roles/netbootxyz/defaults/main.yml (+14 -8)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+4 -0)
📝 roles/netbootxyz/templates/menu/k3os.ipxe.j2 (+61 -8)
roles/netbootxyz/templates/menu/live-k3os.ipxe.j2 (+60 -0)
📝 roles/netbootxyz/templates/menu/live-mint.ipxe.j2 (+15 -0)
📝 roles/netbootxyz/templates/menu/live.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/menu.ipxe.j2 (+3 -1)
📝 roles/netbootxyz/templates/menu/nixos.ipxe.j2 (+1 -0)
roles/netbootxyz/templates/menu/utils-arm.ipxe.j2 (+42 -0)
📝 script/netbootxyz-overrides.yml (+1 -0)
📝 version.txt (+1 -1)

📄 Description

Changelog:
Added CentOS 8.2
Added Mint 20
Added OpenSUSE Leap 15.2
Updates to K3OS deployments
Update various other OS versions
Tweaks to ARM64 menus, added ARM placeholders for Utility menu


🔄 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/664 **Author:** [@antonym](https://github.com/antonym) **Created:** 6/28/2020 **Status:** ✅ Merged **Merged:** 6/30/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`e790bdf`](https://github.com/netbootxyz/netboot.xyz/commit/e790bdf9295fd1b5db8f2770a9eca7429f27d665) Bump for 2.0.17 - [`3a7557f`](https://github.com/netbootxyz/netboot.xyz/commit/3a7557f6a0a38b8993e8596c213eef0524fcbdcf) Version bump for netbootxyz/ubuntu-squash:clonezilla-testing new tag 20200608-groovy-fb737dc0 - [`5651b5b`](https://github.com/netbootxyz/netboot.xyz/commit/5651b5b35fdbb50ded40821db03a44c3ab678a21) Version bump for netbootxyz/debian-squash:clonezilla-testing new tag 2.6.7-20-f0e77646 - [`c285c5a`](https://github.com/netbootxyz/netboot.xyz/commit/c285c5abeefc76640a05d27d54d800352da592d1) Version bump for netbootxyz/asset-mirror:nixos-20.03 new tag 121710531-bd20f138 - [`60d3b36`](https://github.com/netbootxyz/netboot.xyz/commit/60d3b367cc9686f10cf31342dcaa35d99481e1e8) Version bump for netbootxyz/asset-mirror:nixos-19.09 new tag 121480110-fbcf280f - [`4fbf762`](https://github.com/netbootxyz/netboot.xyz/commit/4fbf7620438fd1fd0ed9b34c6bf77c85d83f2889) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20200609-1220-4cec4542 - [`7229dae`](https://github.com/netbootxyz/netboot.xyz/commit/7229dae042cc3b9e54f9660fa6f4f1b69209ef16) Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20200612-1753-4cec4542 - [`122dc54`](https://github.com/netbootxyz/netboot.xyz/commit/122dc54e990af2a13e25496e101a3ee73439786f) Version bump for netbootxyz/asset-mirror:systemrescue new tag 6.1.5-055507d5 - [`2801da6`](https://github.com/netbootxyz/netboot.xyz/commit/2801da69268d9ab6058380d9470926205a451489) Add Centos 8.2 - [`078d944`](https://github.com/netbootxyz/netboot.xyz/commit/078d944a20832518f42f7d64404c16d629eaedab) Merge pull request #653 from netbootxyz/centos_8.2 ### 📊 Changes **13 files changed** (+244 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `endpoints.yml` (+40 -10) 📝 `roles/netbootxyz/defaults/main.yml` (+14 -8) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+4 -0) 📝 `roles/netbootxyz/templates/menu/k3os.ipxe.j2` (+61 -8) ➕ `roles/netbootxyz/templates/menu/live-k3os.ipxe.j2` (+60 -0) 📝 `roles/netbootxyz/templates/menu/live-mint.ipxe.j2` (+15 -0) 📝 `roles/netbootxyz/templates/menu/live.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/menu.ipxe.j2` (+3 -1) 📝 `roles/netbootxyz/templates/menu/nixos.ipxe.j2` (+1 -0) ➕ `roles/netbootxyz/templates/menu/utils-arm.ipxe.j2` (+42 -0) 📝 `script/netbootxyz-overrides.yml` (+1 -0) 📝 `version.txt` (+1 -1) </details> ### 📄 Description Changelog: Added CentOS 8.2 Added Mint 20 Added OpenSUSE Leap 15.2 Updates to K3OS deployments Update various other OS versions Tweaks to ARM64 menus, added ARM placeholders for Utility menu --- <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:10 +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#1048
No description provided.