[PR #1202] [MERGED] Release 2.0.67-RC #2897

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1202
Author: @antonym
Created: 2/15/2023
Status: Merged
Merged: 2/18/2023
Merged by: @antonym

Base: RCHead: development


📝 Commits (10+)

  • cb68cc5 External Version bump for smartos new version string "20221229T010131Z,20221225T144337Z,20221215T000744Z,20221201T010802Z"
  • ff9b97e Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20221227T111806Z-c57f05ba
  • 4c7d68c Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202212280917-63d59694
  • 131332b Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20221225T170313Z-30785c7f
  • a00cace Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20221225T234752Z-aca15d47
  • 3e1b827 Version bump for netbootxyz/asset-mirror:bluestar new tag 6.1.1-2022.12.22-2be14830
  • 22935ee External Version bump for smartos new version string "20221229T182454Z,20221229T010131Z,20221225T144337Z,20221215T000744Z"
  • f2d2d5b External Version bump for archlinux new version string "2023.01.01"
  • 48e3ab0 External Version bump for coreos new version string "37.20221211.3.0-stable,37.20221225.2.2-testing,37.20221225.1.2-next"
  • d3c098e Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2023.01.04-7d0ddaab

📊 Changes

13 files changed (+523 additions, -304 deletions)

View changed files

📝 .github/workflows/development.yml (+4 -2)
📝 .github/workflows/release-candidate.yml (+1 -2)
📝 .github/workflows/release.yml (+1 -2)
📝 .github/workflows/rolling.yml (+1 -2)
📝 CHANGELOG.md (+296 -115)
📝 endpoints.yml (+189 -162)
📝 roles/netbootxyz/defaults/main.yml (+17 -15)
📝 roles/netbootxyz/files/ipxe/local/general.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+1 -0)
📝 roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 (+1 -0)
📝 roles/netbootxyz/templates/menu/live-elementary.ipxe.j2 (+5 -1)
📝 roles/netbootxyz/templates/menu/opensuse.ipxe.j2 (+5 -2)
📝 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/1202 **Author:** [@antonym](https://github.com/antonym) **Created:** 2/15/2023 **Status:** ✅ Merged **Merged:** 2/18/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `RC` ← **Head:** `development` --- ### 📝 Commits (10+) - [`cb68cc5`](https://github.com/netbootxyz/netboot.xyz/commit/cb68cc5ca17840ba34f83307737dd43ac64922f2) External Version bump for smartos new version string "20221229T010131Z,20221225T144337Z,20221215T000744Z,20221201T010802Z" - [`ff9b97e`](https://github.com/netbootxyz/netboot.xyz/commit/ff9b97e5577ce757d2e9ce40d978cec271e56564) Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20221227T111806Z-c57f05ba - [`4c7d68c`](https://github.com/netbootxyz/netboot.xyz/commit/4c7d68c19fa2ba1a4bb8d1cc8ccf5ea6058f16e4) Version bump for netbootxyz/debian-squash:vyos-rolling new tag 202212280917-63d59694 - [`131332b`](https://github.com/netbootxyz/netboot.xyz/commit/131332b4a9a273b9888c9495ad50d46da6279603) Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20221225T170313Z-30785c7f - [`a00cace`](https://github.com/netbootxyz/netboot.xyz/commit/a00cace4154af526b8d23cc4b1feab4754dc77a8) Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20221225T234752Z-aca15d47 - [`3e1b827`](https://github.com/netbootxyz/netboot.xyz/commit/3e1b82705d33db11928e96e6a72d6b4e11939b0a) Version bump for netbootxyz/asset-mirror:bluestar new tag 6.1.1-2022.12.22-2be14830 - [`22935ee`](https://github.com/netbootxyz/netboot.xyz/commit/22935eeafaa27d5286171982240e082faba0a872) External Version bump for smartos new version string "20221229T182454Z,20221229T010131Z,20221225T144337Z,20221215T000744Z" - [`f2d2d5b`](https://github.com/netbootxyz/netboot.xyz/commit/f2d2d5b7016c6e76579aa92ddafa0eea0bc8e785) External Version bump for archlinux new version string "2023.01.01" - [`48e3ab0`](https://github.com/netbootxyz/netboot.xyz/commit/48e3ab0b39b783ae4cf4aea139c7057eb4577dcc) External Version bump for coreos new version string "37.20221211.3.0-stable,37.20221225.2.2-testing,37.20221225.1.2-next" - [`d3c098e`](https://github.com/netbootxyz/netboot.xyz/commit/d3c098e76b25d32df34e3ef4dbf202e6182e8574) Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2023.01.04-7d0ddaab ### 📊 Changes **13 files changed** (+523 additions, -304 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/development.yml` (+4 -2) 📝 `.github/workflows/release-candidate.yml` (+1 -2) 📝 `.github/workflows/release.yml` (+1 -2) 📝 `.github/workflows/rolling.yml` (+1 -2) 📝 `CHANGELOG.md` (+296 -115) 📝 `endpoints.yml` (+189 -162) 📝 `roles/netbootxyz/defaults/main.yml` (+17 -15) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+1 -0) 📝 `roles/netbootxyz/templates/menu/linux-arm.ipxe.j2` (+1 -0) 📝 `roles/netbootxyz/templates/menu/live-elementary.ipxe.j2` (+5 -1) 📝 `roles/netbootxyz/templates/menu/opensuse.ipxe.j2` (+5 -2) 📝 `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-03-01 18:41:55 +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#2897
No description provided.