[PR #1079] [MERGED] Release 2.0.55 #1302

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1079
Author: @antonym
Created: 2/12/2022
Status: Merged
Merged: 2/12/2022
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • ccf81bd Add renovate.json
  • c860b5d Update version.txt
  • 87b5628 Update CHANGELOG.md
  • c53542e External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-21.11Qnixos-unstable"
  • 82364c4 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202112300317-fdd40a1c
  • 437a0d1 Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20211227T170551Z-6734abfd
  • 87f7b15 Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 2.8.1-11-5fb1a15b
  • ad77127 Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20211226T170559Z-383e823f
  • d8fdead Version bump for netbootxyz/asset-mirror:rescuezilla-focal new tag 2.3-b2e9a0d2
  • 97176dd Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 2.8.1-11-ee3863df

📊 Changes

16 files changed (+155 additions, -144 deletions)

View changed files

📝 .github/workflows/stale.yml (+1 -1)
📝 CHANGELOG.md (+12 -0)
📝 endpoints.yml (+81 -81)
renovate.json (+5 -0)
📝 roles/netbootxyz/defaults/main.yml (+29 -35)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+3 -3)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+3 -3)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+3 -3)
📝 roles/netbootxyz/tasks/generate_disks_linux.yml (+1 -1)
📝 roles/netbootxyz/templates/disks/netboot.xyz-metal.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (+2 -2)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+9 -9)
📝 roles/netbootxyz/templates/menu/flatcar.ipxe.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/slackware.ipxe.j2 (+1 -1)
📝 script/netbootxyz-overrides.yml (+1 -1)
📝 version.txt (+1 -1)

📄 Description

No description provided


🔄 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/1079 **Author:** [@antonym](https://github.com/antonym) **Created:** 2/12/2022 **Status:** ✅ Merged **Merged:** 2/12/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`ccf81bd`](https://github.com/netbootxyz/netboot.xyz/commit/ccf81bd02f7cdaf3990ac1419b54bf0b1115f1e2) Add renovate.json - [`c860b5d`](https://github.com/netbootxyz/netboot.xyz/commit/c860b5d6357552207febfaa358348f95ccdb72e9) Update version.txt - [`87b5628`](https://github.com/netbootxyz/netboot.xyz/commit/87b5628f29752ed2a0bb5d576857d9c32aee73a0) Update CHANGELOG.md - [`c53542e`](https://github.com/netbootxyz/netboot.xyz/commit/c53542e8ed02a50aa6afff107ff03314198237c0) External Version bump for nixos new version string "nixos-20.09Qnixos-21.05Qnixos-21.11Qnixos-unstable" - [`82364c4`](https://github.com/netbootxyz/netboot.xyz/commit/82364c480506e606ae1f367bbe1f50eef6e9cb3f) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202112300317-fdd40a1c - [`437a0d1`](https://github.com/netbootxyz/netboot.xyz/commit/437a0d13d589d996122da493bbdfbf4207390ded) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20211227T170551Z-6734abfd - [`87f7b15`](https://github.com/netbootxyz/netboot.xyz/commit/87f7b154da6b0bbef3bc5a8a613c9d2cda20c0a5) Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 2.8.1-11-5fb1a15b - [`ad77127`](https://github.com/netbootxyz/netboot.xyz/commit/ad771275df2b2706b16606ee2d2fb2528b25b3bd) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20211226T170559Z-383e823f - [`d8fdead`](https://github.com/netbootxyz/netboot.xyz/commit/d8fdead73d69e71cd75146ab4e5e3857182f1102) Version bump for netbootxyz/asset-mirror:rescuezilla-focal new tag 2.3-b2e9a0d2 - [`97176dd`](https://github.com/netbootxyz/netboot.xyz/commit/97176dd250767502926f62bb024aa47b66c7dc98) Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 2.8.1-11-ee3863df ### 📊 Changes **16 files changed** (+155 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/stale.yml` (+1 -1) 📝 `CHANGELOG.md` (+12 -0) 📝 `endpoints.yml` (+81 -81) ➕ `renovate.json` (+5 -0) 📝 `roles/netbootxyz/defaults/main.yml` (+29 -35) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+3 -3) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+3 -3) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+3 -3) 📝 `roles/netbootxyz/tasks/generate_disks_linux.yml` (+1 -1) 📝 `roles/netbootxyz/templates/disks/netboot.xyz-metal.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/archlinux.ipxe.j2` (+2 -2) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+9 -9) 📝 `roles/netbootxyz/templates/menu/flatcar.ipxe.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/slackware.ipxe.j2` (+1 -1) 📝 `script/netbootxyz-overrides.yml` (+1 -1) 📝 `version.txt` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:55:07 +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#1302
No description provided.