From f242c5d2699e3120cc46a30b7b7a7995d573d6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Tue, 15 Mar 2022 17:59:50 -0700 Subject: [PATCH 001/109] Use bootloader_filename instead of site_name for bootloader filenames consistently Fixes #1095 --- roles/netbootxyz/templates/disks/netboot.xyz.j2 | 12 ++++++------ roles/netbootxyz/templates/index.html.j2 | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/roles/netbootxyz/templates/disks/netboot.xyz.j2 b/roles/netbootxyz/templates/disks/netboot.xyz.j2 index 2b7d470005..09586a606d 100644 --- a/roles/netbootxyz/templates/disks/netboot.xyz.j2 +++ b/roles/netbootxyz/templates/disks/netboot.xyz.j2 @@ -36,12 +36,12 @@ iseq ${use_proxydhcp_settings} true && set tftp-server ${proxydhcp/next-server} goto load-custom-ipxe :load-custom-ipxe -isset ${tftp-server} && iseq ${filename} {{ site_name }}.kpxe && goto tftpmenu || -isset ${tftp-server} && iseq ${filename} {{ site_name }}-undionly.kpxe && goto tftpmenu || -isset ${tftp-server} && iseq ${filename} {{ site_name }}.efi && goto tftpmenu || -isset ${tftp-server} && iseq ${filename} {{ site_name }}-snp.efi && goto tftpmenu || -isset ${tftp-server} && iseq ${filename} {{ site_name }}-snponly.efi && goto tftpmenu || -isset ${tftp-server} && iseq ${filename} {{ site_name }}-arm64.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}.kpxe && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}-undionly.kpxe && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}-snp.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}-snponly.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}-arm64.efi && goto tftpmenu || goto menu :failsafe diff --git a/roles/netbootxyz/templates/index.html.j2 b/roles/netbootxyz/templates/index.html.j2 index 833853191c..fda785b371 100644 --- a/roles/netbootxyz/templates/index.html.j2 +++ b/roles/netbootxyz/templates/index.html.j2 @@ -48,7 +48,7 @@ exit {% for item in bootloaders.hybrid %} {{ item.type }} - {{ site_name }}{{ item.output_bin }} + {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }} {% endfor %} @@ -68,7 +68,7 @@ exit {% for item in bootloaders.legacy %} {{ item.type }} - {{ site_name }}{{ item.output_bin }} + {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }} {% endfor %} @@ -89,7 +89,7 @@ exit {% for item in bootloaders.uefi %} {{ item.type }} - {{ site_name }}{{ item.output_bin }} + {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }} {% endfor %} @@ -110,7 +110,7 @@ exit {% for item in bootloaders.arm %} {{ item.type }} - {{ site_name }}{{ item.output_bin }} + {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }} {% endfor %} @@ -131,7 +131,7 @@ exit {% for item in bootloaders.rpi %} {{ item.type }} - {{ site_name }}{{ item.output_bin }} + {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }} {% endfor %} From 60b369e0704ce07c550e61c26df722ad035d25b8 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 31 Dec 2023 18:18:55 -0600 Subject: [PATCH 002/109] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 7db579c66b..7a1200c44c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.76 +2.0.77 From 12854608cf1ecec6405f6ceb968d6b01392e98b2 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 31 Dec 2023 18:19:23 -0600 Subject: [PATCH 003/109] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d251340a..63433862dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.77] - 2024-00-00 + ## [2.0.76] - 2023-12-31 ### Added From d093a27693b55e27613b98febcda6409c1d4bc02 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Jan 2024 04:12:44 +0000 Subject: [PATCH 004/109] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20231112T170154Z-4211b989 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b33ea92623..6936fb9060 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -830,13 +830,13 @@ endpoints: version: 20231105T230202Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20231105T170200Z-4211b989/ + path: /asset-mirror/releases/download/20231112T170154Z-4211b989/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20231105T170200Z + version: 20231112T170154Z arch: amd64 tails: path: /asset-mirror/releases/download/5.21-4cc03645/ From a54835efc31b2ba6cb4212da0eacc4627f77bc63 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Jan 2024 04:29:23 +0000 Subject: [PATCH 005/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.6.8-2023.12.29-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6936fb9060..36921efbbb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.6.7-2023.12.19-a0ca79e8/ + path: /asset-mirror/releases/download/6.6.8-2023.12.29-a0ca79e8/ files: - initrd - vmlinuz From 55167e5fe0a1d99dc8f354a85195ff52b2fda640 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 2 Jan 2024 04:07:38 +0000 Subject: [PATCH 006/109] External Version bump for archlinux new version string "2024.01.01" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index f8678c56b5..62c51086fd 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -158,8 +158,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2023.12.01 - name: 2023.12.01 + - code_name: 2024.01.01 + name: 2024.01.01 blackarch: enabled: true menu: linux From e969a2bbf69b4e15b4b9da604ceaf7215d9a0f0f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Jan 2024 04:15:18 +0000 Subject: [PATCH 007/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202401030023-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 36921efbbb..0a32f18f9f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202312261220-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202401030023-7bd945ba/ files: - filesystem.squashfs - initrd From 489f47c9c82972f820543330e56d0f8edb2e3566 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Jan 2024 04:15:21 +0000 Subject: [PATCH 008/109] External Version bump for ipfire new version string "2.27-core182" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 62c51086fd..c5441fc555 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -291,8 +291,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core181 - name: 2.27 Core181 + - code_name: 2.27-core182 + name: 2.27 Core182 k3os: enabled: true menu: linux From e2da64a0c0a7ffabf154c16cef2184912657f64b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Jan 2024 04:17:32 +0000 Subject: [PATCH 009/109] Version bump for netbootxyz/asset-mirror:memtest86-plus new tag 7.00-e94f62f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0a32f18f9f..41de34ac20 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1981,11 +1981,11 @@ endpoints: flavor: trinity kernel: q4os-default-squash memtest86plus: - path: /asset-mirror/releases/download/6.20-e94f62f9/ + path: /asset-mirror/releases/download/7.00-e94f62f9/ files: - memtest32.bin - memtest32.efi - memtest64.bin - memtest64.efi os: memtest86-plus - version: '6.20' + version: '7.00' From 23075c337bdbfe072c834a2ca4bec401fb5da74a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Jan 2024 04:29:30 +0000 Subject: [PATCH 010/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.6.9-2024.01.05-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 41de34ac20..30f57ec8f5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.6.8-2023.12.29-a0ca79e8/ + path: /asset-mirror/releases/download/6.6.9-2024.01.05-a0ca79e8/ files: - initrd - vmlinuz From 8ffc8a4f4c4f30bf598c21717b7c20d5e14e5966 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 9 Jan 2024 04:11:11 +0000 Subject: [PATCH 011/109] Version bump for netbootxyz/manjaro-squash:kde-current new tag 23.1.2-minimal-240102-linux66-34f7fe28 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 30f57ec8f5..04d022ae61 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -432,7 +432,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/23.1.1-minimal-231223-linux66-34f7fe28/ + path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-34f7fe28/ files: - livefs.sfs - rootfs.sfs From 659b457de437fa7f13a59b6b97ea0badb319335f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 9 Jan 2024 04:15:01 +0000 Subject: [PATCH 012/109] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 23.1.2-minimal-240102-linux66-0a4858b7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 04d022ae61..33efc97ed6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -406,7 +406,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/23.1.1-minimal-231223-linux66-0a4858b7/ + path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-0a4858b7/ files: - livefs.sfs - rootfs.sfs From 54637d4ab69d052364c7d27b032510c99863b4d4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 9 Jan 2024 04:17:41 +0000 Subject: [PATCH 013/109] External Version bump for coreos new version string "39.20231204.3.3-stable,39.20240104.2.0-testing,39.20240104.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index c5441fc555..7c9cba92cf 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -191,11 +191,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 39.20231119.3.0 + - code_name: 39.20231204.3.3 name: stable - - code_name: 39.20231204.2.1 + - code_name: 39.20240104.2.0 name: testing - - code_name: 39.20231204.1.0 + - code_name: 39.20240104.1.0 name: next debian: archive_mirror: http://archive.debian.org From 3fc159d9ed9fef80aba144da26d6e66717652f35 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 9 Jan 2024 04:19:41 +0000 Subject: [PATCH 014/109] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 23.1.2-minimal-240102-linux66-0134a253 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 33efc97ed6..a0eea9c305 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -419,7 +419,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/23.1.1-minimal-231223-linux66-0134a253/ + path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-0134a253/ files: - livefs.sfs - rootfs.sfs From eff05080da4b50fcd3e948c81fe9f634cb3007fe Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Jan 2024 04:16:14 +0000 Subject: [PATCH 015/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240104-0715-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a0eea9c305..a67e8edb6e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20231221-0716-aa25e926/ + path: /ubuntu-squash/releases/download/20240104-0715-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20231221-0716 + version: 20240104-0715 flavor: user kernel: kde-neon-user regolith-current: From 8bbab46716dd4405de07fb30cd98358306a877f1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Jan 2024 04:20:18 +0000 Subject: [PATCH 016/109] External Version bump for ipfire new version string "" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 7c9cba92cf..1e57bf9de7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-2.x + base_dir: releases/ipfire-.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core182 - name: 2.27 Core182 + - code_name: null + name: null k3os: enabled: true menu: linux From 78945d32fafd8390fe3965c92ef0b5f1604bff41 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Thu, 11 Jan 2024 09:25:16 -0800 Subject: [PATCH 017/109] SmartOS has moved to MNX.io --- README.md | 2 +- roles/netbootxyz/defaults/main.yml | 2 +- roles/netbootxyz/templates/menu/smartos.ipxe.j2 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 roles/netbootxyz/templates/menu/smartos.ipxe.j2 diff --git a/README.md b/README.md index 36a1e12b25..2a50d7760f 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ In addition to being able to host netboot.xyz locally, you can also create your | Scientific Linux | https://scientificlinux.org | Yes | No | | Septor | https://septor.sourceforge.io | No | Yes | | Slackware | https://www.slackware.com | Yes | No | -| SmartOS | https://www.joyent.com/smartos | Yes | No | +| SmartOS | https://www.smartos.org/ | Yes | No | | SparkyLinux | https://sparkylinux.org/ | No | Yes | | Tails | https://tails.net | No | Yes | | Talos | https://www.talos.dev/ | Yes | No | diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 1e57bf9de7..21267b5ae0 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -457,7 +457,7 @@ releases: base_dir: /platform/i86pc/ enabled: true menu: unix - mirror: https://netboot.joyent.com/os/ + mirror: https://netboot.smartos.org/os/ name: SmartOS versions: - code_name: 20231228T001409Z diff --git a/roles/netbootxyz/templates/menu/smartos.ipxe.j2 b/roles/netbootxyz/templates/menu/smartos.ipxe.j2 old mode 100644 new mode 100755 index 40be8272cc..414d29c165 --- a/roles/netbootxyz/templates/menu/smartos.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/smartos.ipxe.j2 @@ -1,7 +1,7 @@ #!ipxe ###################################### # SmartOS # -# https://www.joyent.com/smartos # +# https://www.smartos.org/ # # Credit: https://github.com/bahamat # ###################################### @@ -28,7 +28,7 @@ item toggle_kmdb_b ${space} Boot Kernel Debugger First: ${kmdb_b} iseq ${noimport} true && item --gap ${space} || iseq ${noimport} true && item --gap ${space} Zpool will not be imported. Rescue mode root password can be found at || -iseq ${noimport} true && item --gap ${space} http://us-east.manta.joyent.com/Joyent_Dev/public/SmartOS/smartos.html || +iseq ${noimport} true && item --gap ${space} http://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/smartos.html || choose smartos_build || goto smartos_exit iseq ${smartos_build} toggle_pool && goto toggle_pool || From 0e2ff30e25e981cae7d2bee4d06667750b50c294 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:07:51 +0000 Subject: [PATCH 018/109] External Version bump for smartos new version string "20240111T002438Z,20231228T001409Z,20231214T000645Z,20231130T043122Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 1e57bf9de7..331d798a84 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -460,14 +460,14 @@ releases: mirror: https://netboot.joyent.com/os/ name: SmartOS versions: + - code_name: 20240111T002438Z + name: 20240111T002438Z - code_name: 20231228T001409Z name: 20231228T001409Z - code_name: 20231214T000645Z name: 20231214T000645Z - code_name: 20231130T043122Z name: 20231130T043122Z - - code_name: 20231116T064739Z - name: 20231116T064739Z talos: enabled: true menu: linux From 681388c7037ee0188cd61ce653d2a71e4891c2df Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:11:12 +0000 Subject: [PATCH 019/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.2-8-d0af3d91 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a67e8edb6e..2e05d75024 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -965,13 +965,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.2-6-d0af3d91/ + path: /debian-squash/releases/download/3.1.2-8-d0af3d91/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-6 + version: 3.1.2-8 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From 2f958faf1e1744168e1ed0252c8f66f65027cffb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:12:19 +0000 Subject: [PATCH 020/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.2-8-b225582a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2e05d75024..67edd6b0f0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -954,13 +954,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.2-6-b225582a/ + path: /debian-squash/releases/download/3.1.2-8-b225582a/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-6 + version: 3.1.2-8 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From f6d729d301246d0ab1486ce4be123a083ddf13ca Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:15:49 +0000 Subject: [PATCH 021/109] External Version bump for ipfire new version string "2.27-core182" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 331d798a84..f4ac4b9081 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-.x + base_dir: releases/ipfire-2.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: null - name: null + - code_name: 2.27-core182 + name: 2.27 Core182 k3os: enabled: true menu: linux From 74b2ed4040293581a0489ed497c27768a1fdc3a6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:16:04 +0000 Subject: [PATCH 022/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202401090834-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 67edd6b0f0..373bce4394 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202401030023-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202401090834-7bd945ba/ files: - filesystem.squashfs - initrd From 3c412672a0f3f7e625ce17b28575e6cf0c3f8009 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 04:45:36 +0000 Subject: [PATCH 023/109] Version bump for netbootxyz/debian-squash:raizo new tag v15.24.01.07i-1559e52a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 373bce4394..519b59ffd1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -452,7 +452,7 @@ endpoints: os: fatdog version: current raizo: - path: /debian-squash/releases/download/v14.23.09.03i-1559e52a/ + path: /debian-squash/releases/download/v15.24.01.07i-1559e52a/ files: - filesystem.squashfs - initrd From 54720836d2cee4c74047a2459097b71c7a7fb37f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 14:51:17 +0000 Subject: [PATCH 024/109] Version bump for netbootxyz/ubuntu-squash:mint-21-cinnamon new tag 21.3-b6bc2860 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 519b59ffd1..466a8ef5c9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1313,13 +1313,13 @@ endpoints: version: 6.4 kernel: linux-lite-6-squash mint-21-cinnamon-squash: - path: /ubuntu-squash/releases/download/21.2-b6bc2860/ + path: /ubuntu-squash/releases/download/21.3-b6bc2860/ files: - initrd - vmlinuz - filesystem.squashfs os: mint - version: '21.2' + version: '21.3' flavor: Cinnamon kernel: mint-21-cinnamon-squash mint-21-mate-squash: From cdaed3cb1883c8345b4c338a4dfbcb722d6000a0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 14:51:23 +0000 Subject: [PATCH 025/109] Version bump for netbootxyz/ubuntu-squash:mint-21-xfce new tag 21.3-6b9166f7 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 466a8ef5c9..0edde6de57 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1333,13 +1333,13 @@ endpoints: flavor: mate kernel: mint-21-mate-squash mint-21-xfce-squash: - path: /ubuntu-squash/releases/download/21.2-6b9166f7/ + path: /ubuntu-squash/releases/download/21.3-6b9166f7/ files: - initrd - vmlinuz - filesystem.squashfs os: mint - version: '21.2' + version: '21.3' flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: From 8387e91fb632c4ed4b20eee633592e5031e9564d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Jan 2024 14:52:00 +0000 Subject: [PATCH 026/109] Version bump for netbootxyz/ubuntu-squash:mint-21-mate new tag 21.3-ad7f0d25 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0edde6de57..093c11bf10 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1323,13 +1323,13 @@ endpoints: flavor: Cinnamon kernel: mint-21-cinnamon-squash mint-21-mate-squash: - path: /ubuntu-squash/releases/download/21.2-ad7f0d25/ + path: /ubuntu-squash/releases/download/21.3-ad7f0d25/ files: - initrd - vmlinuz - filesystem.squashfs os: mint - version: '21.2' + version: '21.3' flavor: mate kernel: mint-21-mate-squash mint-21-xfce-squash: From 01eb9083d874d934193d38b7c29833127d3aca49 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 14 Jan 2024 04:19:54 +0000 Subject: [PATCH 027/109] External Version bump for ipfire new version string "" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index f4ac4b9081..331d798a84 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-2.x + base_dir: releases/ipfire-.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core182 - name: 2.27 Core182 + - code_name: null + name: null k3os: enabled: true menu: linux From f3a1daaf31dd5ebb530e5312e67932d7bdf3d4e4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 14 Jan 2024 16:53:44 +0000 Subject: [PATCH 028/109] External Version bump for smartos new version string "20240111T002438Z,20231228T001409Z,20231214T000645Z,20231130T043122Z" --- roles/netbootxyz/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 331d798a84..5391be6fc2 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -457,7 +457,7 @@ releases: base_dir: /platform/i86pc/ enabled: true menu: unix - mirror: https://netboot.joyent.com/os/ + mirror: https://netboot.smartos.org/os/ name: SmartOS versions: - code_name: 20240111T002438Z From f1129a86b245780b57d985ad0b628411cda92f74 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Sun, 14 Jan 2024 11:43:38 -0800 Subject: [PATCH 029/109] Might as well be https --- roles/netbootxyz/templates/menu/smartos.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/smartos.ipxe.j2 b/roles/netbootxyz/templates/menu/smartos.ipxe.j2 index 414d29c165..fc9edda02a 100755 --- a/roles/netbootxyz/templates/menu/smartos.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/smartos.ipxe.j2 @@ -28,7 +28,7 @@ item toggle_kmdb_b ${space} Boot Kernel Debugger First: ${kmdb_b} iseq ${noimport} true && item --gap ${space} || iseq ${noimport} true && item --gap ${space} Zpool will not be imported. Rescue mode root password can be found at || -iseq ${noimport} true && item --gap ${space} http://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/smartos.html || +iseq ${noimport} true && item --gap ${space} https://us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/smartos.html || choose smartos_build || goto smartos_exit iseq ${smartos_build} toggle_pool && goto toggle_pool || From d9c28673d3bbb74e581c9eafebe9d25384974900 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Jan 2024 04:12:53 +0000 Subject: [PATCH 030/109] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20231126T163200Z-4211b989 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 093c11bf10..251b893b09 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -830,13 +830,13 @@ endpoints: version: 20231105T230202Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20231112T170154Z-4211b989/ + path: /asset-mirror/releases/download/20231126T163200Z-4211b989/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20231112T170154Z + version: 20231126T163200Z arch: amd64 tails: path: /asset-mirror/releases/download/5.21-4cc03645/ From 118fee6cd6a760487ade293a5caa08785b9ddf7f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Jan 2024 04:16:12 +0000 Subject: [PATCH 031/109] External Version bump for ipfire new version string "2.27-core182" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 5391be6fc2..e294663d97 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-.x + base_dir: releases/ipfire-2.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: null - name: null + - code_name: 2.27-core182 + name: 2.27 Core182 k3os: enabled: true menu: linux From 5e7ac6701502da8f892ef14fc2cefdad37f2ca0a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Jan 2024 04:16:25 +0000 Subject: [PATCH 032/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.6.10-2024.01.11-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 251b893b09..acee017853 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.6.9-2024.01.05-a0ca79e8/ + path: /asset-mirror/releases/download/6.6.10-2024.01.11-a0ca79e8/ files: - initrd - vmlinuz From e2862b79eeb5ed28cadb7927f8fb3fda1a9f1dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Mon, 15 Jan 2024 21:49:21 +0000 Subject: [PATCH 033/109] chore(.github): add ram issues to bug template Add a checkbox for the submitter to test with a larger memory size. Many issues end up being resolved due to memory sizes required by upstream media. --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a7776527cf..687fd928a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,13 @@ assignees: '' --- +[]: This bug persists when memory is increased beyond 8GB. + + **Describe the bug** From 1d063d34a118e8927ab3b852c4a6ecca4780f01d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 16 Jan 2024 04:15:17 +0000 Subject: [PATCH 034/109] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 23.1.3-minimal-240113-linux66-0a4858b7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index acee017853..cf0efc28d8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -406,7 +406,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-0a4858b7/ + path: /manjaro-squash/releases/download/23.1.3-minimal-240113-linux66-0a4858b7/ files: - livefs.sfs - rootfs.sfs From 1d8c4b1e29006270b75f13eab5de83ff6c52f260 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 16 Jan 2024 04:19:24 +0000 Subject: [PATCH 035/109] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 23.1.3-minimal-240113-linux66-0134a253 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cf0efc28d8..8cbaeeb0f8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -419,7 +419,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-0134a253/ + path: /manjaro-squash/releases/download/23.1.3-minimal-240113-linux66-0134a253/ files: - livefs.sfs - rootfs.sfs From cf43ac5ac4c8d531777625ca2174cbf891aa3c05 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 16 Jan 2024 04:26:30 +0000 Subject: [PATCH 036/109] Version bump for netbootxyz/manjaro-squash:kde-current new tag 23.1.3-minimal-240113-linux66-34f7fe28 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8cbaeeb0f8..5033cb21c2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -432,7 +432,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/23.1.2-minimal-240102-linux66-34f7fe28/ + path: /manjaro-squash/releases/download/23.1.3-minimal-240113-linux66-34f7fe28/ files: - livefs.sfs - rootfs.sfs From ad8c789f32b6cc8d512628baf772d35f816022f8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Jan 2024 04:20:51 +0000 Subject: [PATCH 037/109] External Version bump for ipfire new version string "" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index e294663d97..5391be6fc2 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-2.x + base_dir: releases/ipfire-.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core182 - name: 2.27 Core182 + - code_name: null + name: null k3os: enabled: true menu: linux From 1d2fb0678d2f931bce692ef8bd4bb878d25de45c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Jan 2024 04:15:06 +0000 Subject: [PATCH 038/109] External Version bump for ipfire new version string "2.27-core182" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 5391be6fc2..e294663d97 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-.x + base_dir: releases/ipfire-2.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: null - name: null + - code_name: 2.27-core182 + name: 2.27 Core182 k3os: enabled: true menu: linux From 5a1c6a10e31941518c0d2995bb5b5db4696b3243 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Jan 2024 04:17:38 +0000 Subject: [PATCH 039/109] External Version bump for coreos new version string "39.20240104.3.0-stable,39.20240112.2.0-testing,39.20240112.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index e294663d97..09012fb350 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -191,11 +191,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 39.20231204.3.3 + - code_name: 39.20240104.3.0 name: stable - - code_name: 39.20240104.2.0 + - code_name: 39.20240112.2.0 name: testing - - code_name: 39.20240104.1.0 + - code_name: 39.20240112.1.0 name: next debian: archive_mirror: http://archive.debian.org From 8dfd890093f504e999ad2c6e5ac32ae50444751a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Jan 2024 06:12:37 +0000 Subject: [PATCH 040/109] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20240116-noble-79e325d5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5033cb21c2..dff4d9ce81 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -976,13 +976,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20231218-noble-79e325d5/ + path: /ubuntu-squash/releases/download/20240116-noble-79e325d5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20231218-noble + version: 20240116-noble flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 1f237895c53359c72c3e1c148a70f31461a0c773 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Jan 2024 04:09:52 +0000 Subject: [PATCH 041/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.2-9-d0af3d91 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index dff4d9ce81..2a361522f5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -965,13 +965,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.2-8-d0af3d91/ + path: /debian-squash/releases/download/3.1.2-9-d0af3d91/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-8 + version: 3.1.2-9 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From d6ce0f6e6a69643e68f0b6cb36573f7cbb45415c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Jan 2024 04:11:48 +0000 Subject: [PATCH 042/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.2-9-b225582a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2a361522f5..265adb50b3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -954,13 +954,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.2-8-b225582a/ + path: /debian-squash/releases/download/3.1.2-9-b225582a/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-8 + version: 3.1.2-9 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From b525c8533b5ec488576d057126ff25db8b7cdc56 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Jan 2024 04:16:08 +0000 Subject: [PATCH 043/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202401190024-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 265adb50b3..09d2d594e8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202401090834-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202401190024-7bd945ba/ files: - filesystem.squashfs - initrd From d9487c95f542176d4f4a5fdbb5830c253c17b959 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Jan 2024 04:34:59 +0000 Subject: [PATCH 044/109] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2024.01-4c55a430 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 09d2d594e8..48b2c13e64 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -245,7 +245,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2023.10-4c55a430/ + path: /debian-squash/releases/download/2024.01-4c55a430/ files: - filesystem.squashfs - initrd From 7e4df1d8965ac7c81a27e939ea998aff25e7a6d3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Jan 2024 08:52:43 +0000 Subject: [PATCH 045/109] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2024.01-1f04ed2a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 48b2c13e64..f0e73add55 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -255,7 +255,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2023.10-1f04ed2a/ + path: /debian-squash/releases/download/2024.01-1f04ed2a/ files: - filesystem.squashfs - initrd From 7b0d144cbd1877b5e1a915fa103973c00d1bcc6c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 Jan 2024 04:20:15 +0000 Subject: [PATCH 046/109] External Version bump for ipfire new version string "" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 09012fb350..085e2e0c30 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-2.x + base_dir: releases/ipfire-.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core182 - name: 2.27 Core182 + - code_name: null + name: null k3os: enabled: true menu: linux From fb9fe0f55ea8610894d12eff3ae899f399162fdc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 21 Jan 2024 04:14:53 +0000 Subject: [PATCH 047/109] External Version bump for ipfire new version string "2.27-core182" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 085e2e0c30..09012fb350 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -285,14 +285,14 @@ releases: menu: linux name: Harvester ipfire: - base_dir: releases/ipfire-.x + base_dir: releases/ipfire-2.x enabled: true menu: linux mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: null - name: null + - code_name: 2.27-core182 + name: 2.27 Core182 k3os: enabled: true menu: linux From 5549ac827b01f6f149ef8b611eff11e7d3e33b89 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Jan 2024 04:23:18 +0000 Subject: [PATCH 048/109] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20240115T161851Z-bb45ee28 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f0e73add55..71aa4fd4dc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -812,13 +812,13 @@ endpoints: os: memtest86-free version: '10.6' gentoo-x86: - path: /asset-mirror/releases/download/20231106T160201Z-bb45ee28/ + path: /asset-mirror/releases/download/20240115T161851Z-bb45ee28/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20231106T160201Z + version: 20240115T161851Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20231105T230202Z-cf0aebeb/ From e687c24eb4d8d33a46970fc67721956fd8a23e9c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 25 Jan 2024 04:16:22 +0000 Subject: [PATCH 049/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240122-2226-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 71aa4fd4dc..3b2dbc52dd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20240104-0715-aa25e926/ + path: /ubuntu-squash/releases/download/20240122-2226-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20240104-0715 + version: 20240122-2226 flavor: user kernel: kde-neon-user regolith-current: From 429f913c216683336fc244f5ffbbe2e2e07a5e4c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Jan 2024 04:08:09 +0000 Subject: [PATCH 050/109] External Version bump for smartos new version string "20240125T000404Z,20240111T002438Z,20231228T001409Z,20231214T000645Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 09012fb350..8edba5853d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -460,14 +460,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20240125T000404Z + name: 20240125T000404Z - code_name: 20240111T002438Z name: 20240111T002438Z - code_name: 20231228T001409Z name: 20231228T001409Z - code_name: 20231214T000645Z name: 20231214T000645Z - - code_name: 20231130T043122Z - name: 20231130T043122Z talos: enabled: true menu: linux From 635e8e5a97d0318ba717819b66625c5b5decf72b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Jan 2024 04:13:23 +0000 Subject: [PATCH 051/109] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2024.01-1bd3a50e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3b2dbc52dd..839550dde5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -235,7 +235,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2023.10-1bd3a50e/ + path: /debian-squash/releases/download/2024.01-1bd3a50e/ files: - filesystem.squashfs - initrd From a92f2f36da6cfabeaab61d52bd5631b7b542f45b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Jan 2024 04:15:16 +0000 Subject: [PATCH 052/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202401260023-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 839550dde5..0bfe3c557f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202401190024-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202401260023-7bd945ba/ files: - filesystem.squashfs - initrd From 482cbcf923832b511def49a48dccfd84f76ac255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:11:14 +0000 Subject: [PATCH 053/109] Update ffurrer2/extract-release-notes action to v2 --- .github/workflows/release-candidate.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index b63568226a..3f986b7a11 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -66,7 +66,7 @@ jobs: - name: Extract release notes id: extract-release-notes - uses: ffurrer2/extract-release-notes@v1 + uses: ffurrer2/extract-release-notes@v2 - name: Create RC Release and Upload Assets uses: svenstaro/upload-release-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b4b2497a7..a64d3ac36d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Extract release notes id: extract-release-notes - uses: ffurrer2/extract-release-notes@v1 + uses: ffurrer2/extract-release-notes@v2 - name: Create Release and Upload Assets uses: svenstaro/upload-release-action@v2 From 7d41f5a9193f9b93f46ee6ed8bab9c9aebce9e9a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 Jan 2024 19:22:43 +0000 Subject: [PATCH 054/109] Version bump for netbootxyz/asset-mirror:tails new tag 5.21-996eaca1 --- endpoints.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0bfe3c557f..0cf496e9e0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -839,11 +839,12 @@ endpoints: version: 20231126T163200Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.21-4cc03645/ + path: /asset-mirror/releases/download/5.21-996eaca1/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh + - tails-amd64-5.21.iso os: tails version: '5.21' arch: amd64 From ae2bbb36f6246252c77c1fa601d6ee6a5bab8c33 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 Jan 2024 19:50:04 +0000 Subject: [PATCH 055/109] Version bump for netbootxyz/asset-mirror:tails new tag 5.21-2d368f9e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0cf496e9e0..367789a844 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -839,7 +839,7 @@ endpoints: version: 20231126T163200Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.21-996eaca1/ + path: /asset-mirror/releases/download/5.21-2d368f9e/ files: - vmlinuz - initrd.img From 12c8a7b50f267b95840394d788e1492537b15f12 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 28 Jan 2024 16:54:17 +0000 Subject: [PATCH 056/109] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 11.00-182f0000 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 367789a844..d12fed22a2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -890,13 +890,13 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/10.02-182f0000/ + path: /asset-mirror/releases/download/11.00-182f0000/ files: - airootfs.sfs - initrd - vmlinuz os: systemrescue - version: 10.02 + version: 11.0 arch: amd64 shredos-i686: path: /asset-mirror/releases/download/0.34_32-bit_20221231-55f696e0/ From 814b7b7aeccbd156b335c856b52e1922b1064257 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Jan 2024 04:15:13 +0000 Subject: [PATCH 057/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.7.1-2024.01.25-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d12fed22a2..ad4766bfcc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.6.10-2024.01.11-a0ca79e8/ + path: /asset-mirror/releases/download/6.7.1-2024.01.25-a0ca79e8/ files: - initrd - vmlinuz From ba58f9ae741db01e05c4003e0610ad210535ce09 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Jan 2024 04:20:16 +0000 Subject: [PATCH 058/109] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20231106T160201Z-bb45ee28 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ad4766bfcc..22edfc646f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -812,13 +812,13 @@ endpoints: os: memtest86-free version: '10.6' gentoo-x86: - path: /asset-mirror/releases/download/20240115T161851Z-bb45ee28/ + path: /asset-mirror/releases/download/20231106T160201Z-bb45ee28/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20240115T161851Z + version: 20231106T160201Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20231105T230202Z-cf0aebeb/ From e2f347fa0c0c2a7d70b9455b4cb87b24c38a3a96 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 29 Jan 2024 23:40:19 -0600 Subject: [PATCH 059/109] Fix additional reference for site_name Applies to https://github.com/netbootxyz/netboot.xyz/issues/1095 --- roles/netbootxyz/templates/index.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/index.html.j2 b/roles/netbootxyz/templates/index.html.j2 index aa137db12d..acf2727612 100644 --- a/roles/netbootxyz/templates/index.html.j2 +++ b/roles/netbootxyz/templates/index.html.j2 @@ -54,7 +54,7 @@ exit {% endfor %} -

Multiarch (x86_64 and arm64) Legacy and EFI Combined iPXE Bootloaders

+

Multi-arch (x86_64 and arm64) Legacy and EFI Combined iPXE Bootloaders

@@ -66,7 +66,7 @@ exit {% for item in bootloaders.multiarch %} - + {% endfor %} From 16c18933355ee60667f237660175506fcd33d05e Mon Sep 17 00:00:00 2001 From: bri <284789+b-@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:20:13 -0500 Subject: [PATCH 060/109] Update VyOS version string (1.4 -> 1.5) --- roles/netbootxyz/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 8edba5853d..c1f1ef3e84 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -642,7 +642,7 @@ releases: name: VyOS versions: - code_name: rolling - name: 1.4 rolling + name: 1.5 rolling zeninstall: enabled: true menu: linux From b14b242e1004c0624828577bc0551b104299d7c1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Feb 2024 04:16:44 +0000 Subject: [PATCH 061/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240125-0716-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 22edfc646f..e7cd71d3cf 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20240122-2226-aa25e926/ + path: /ubuntu-squash/releases/download/20240125-0716-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20240122-2226 + version: 20240125-0716 flavor: user kernel: kde-neon-user regolith-current: From af222a6386c45a9b8d8ee576e062c89223f99389 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Feb 2024 04:17:46 +0000 Subject: [PATCH 062/109] External Version bump for coreos new version string "39.20240112.3.0-stable,39.20240128.2.0-testing,39.20240128.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 8edba5853d..4f2dbc7ab3 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -191,11 +191,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 39.20240104.3.0 + - code_name: 39.20240112.3.0 name: stable - - code_name: 39.20240112.2.0 + - code_name: 39.20240128.2.0 name: testing - - code_name: 39.20240112.1.0 + - code_name: 39.20240128.1.0 name: next debian: archive_mirror: http://archive.debian.org From c186efb4ffc7f64f2425ac031a2d5cb595a8a570 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:07:26 +0000 Subject: [PATCH 063/109] External Version bump for archlinux new version string "2024.02.01" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 4f2dbc7ab3..f44d9926e0 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -158,8 +158,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2024.01.01 - name: 2024.01.01 + - code_name: 2024.02.01 + name: 2024.02.01 blackarch: enabled: true menu: linux From 26ed8ceecbe94273c8e917cf555fa73f2c6f48fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:11:11 +0000 Subject: [PATCH 064/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.2-8-d0af3d91 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e7cd71d3cf..26a62ee09e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -966,13 +966,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.2-9-d0af3d91/ + path: /debian-squash/releases/download/3.1.2-8-d0af3d91/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-9 + version: 3.1.2-8 flavor: testing kernel: clonezilla-debian-testing-i686 arch: i686 From bb87918593d58931604a62ed4e4e8dd41bc3a782 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:11:27 +0000 Subject: [PATCH 065/109] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.2-8-b225582a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 26a62ee09e..3d852548c8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -955,13 +955,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.2-9-b225582a/ + path: /debian-squash/releases/download/3.1.2-8-b225582a/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.2-9 + version: 3.1.2-8 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 8e8010c0f29608e07230d4b9039f8130ea62a984 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:11:30 +0000 Subject: [PATCH 066/109] Version bump for netbootxyz/debian-squash:clonezilla-stable-i686 new tag 3.1.2-9-d9f6cb5e --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3d852548c8..ba0fe331ad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -922,13 +922,13 @@ endpoints: version: 2023.03.02 arch: i686 clonezilla-debian-stable-i686: - path: /debian-squash/releases/download/3.1.1-27-d9f6cb5e/ + path: /debian-squash/releases/download/3.1.2-9-d9f6cb5e/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-27 + version: 3.1.2-9 flavor: stable kernel: clonezilla-debian-stable-i686 arch: i686 From d779c185d089a9c2631a16b14d37e656497482e2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:15:05 +0000 Subject: [PATCH 067/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202402020022-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ba0fe331ad..605815ab8e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202401260023-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202402020022-7bd945ba/ files: - filesystem.squashfs - initrd From 359a7cb1080ccc32cd9196da7c22d326193f6cc5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Feb 2024 04:15:56 +0000 Subject: [PATCH 068/109] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.1.2-9-80072992 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 605815ab8e..7169e4cfdd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -933,13 +933,13 @@ endpoints: kernel: clonezilla-debian-stable-i686 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.1.1-27-80072992/ + path: /debian-squash/releases/download/3.1.2-9-80072992/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.1.1-27 + version: 3.1.2-9 flavor: stable kernel: clonezilla-debian-stable-amd64 arch: amd64 From d65f8ffdef5d15a91ed7c54f64e7e41d49753e3f Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 4 Feb 2024 14:24:00 +0000 Subject: [PATCH 069/109] Fix missing hash in Talos template This prevented Talos from booting with a `Exec format error` from iPXE --- roles/netbootxyz/templates/menu/talos.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/talos.ipxe.j2 b/roles/netbootxyz/templates/menu/talos.ipxe.j2 index 3fcc3d7247..53adbbd1e2 100644 --- a/roles/netbootxyz/templates/menu/talos.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/talos.ipxe.j2 @@ -1,4 +1,4 @@ -!ipxe +#!ipxe # Talos # https://github.com/siderolabs/talos/releases From 49b0d4637d9ad8e3e6c4908cbac992d53ac5e988 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 4 Feb 2024 18:41:21 +0000 Subject: [PATCH 070/109] Version bump for netbootxyz/debian-squash:parrot-home new tag 6.0-874f57da --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7169e4cfdd..ac4c88e597 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1362,13 +1362,13 @@ endpoints: version: '9' arch: aarch64 parrot-home: - path: /debian-squash/releases/download/5.3-ae33bc18/ + path: /debian-squash/releases/download/6.0-874f57da/ files: - filesystem.squashfs - initrd - vmlinuz os: parrot - version: '5.3' + version: '6.0' flavor: home parrot-security: path: /debian-squash/releases/download/5.3-fbd2cb52/ From 38d4ea6691526e13d053a19af9d1095477a7da92 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 4 Feb 2024 18:45:23 +0000 Subject: [PATCH 071/109] Version bump for netbootxyz/debian-squash:parrot-security new tag 6.0-f00f4ad3 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ac4c88e597..b51f585f56 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1371,13 +1371,13 @@ endpoints: version: '6.0' flavor: home parrot-security: - path: /debian-squash/releases/download/5.3-fbd2cb52/ + path: /debian-squash/releases/download/6.0-f00f4ad3/ files: - filesystem.squashfs - initrd - vmlinuz os: parrot - version: '5.3' + version: '6.0' flavor: security xcp-ng: path: /asset-mirror/releases/download/8.2-7ff523e1/ From 6e934ce80a9f7a5fba87dfd1d32417a396903880 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 5 Feb 2024 04:16:31 +0000 Subject: [PATCH 072/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.7.2-2024.01.30-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b51f585f56..287bddd592 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.7.1-2024.01.25-a0ca79e8/ + path: /asset-mirror/releases/download/6.7.2-2024.01.30-a0ca79e8/ files: - initrd - vmlinuz From e2e3c6ac041d0c71ff13b59f5144a1e00590d3bf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 5 Feb 2024 04:25:20 +0000 Subject: [PATCH 073/109] Version bump for netbootxyz/asset-mirror:tails new tag 5.22-2d368f9e --- endpoints.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 287bddd592..d4d2ab2c8e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -839,14 +839,15 @@ endpoints: version: 20231126T163200Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.21-2d368f9e/ + path: /asset-mirror/releases/download/5.22-2d368f9e/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64-5.21.iso + - tails-amd64-5.22.iso os: tails - version: '5.21' + version: '5.22' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20230105-b11dcf35/ From 21e8a9bc896620c332963baee4dc350de77843dd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 7 Feb 2024 04:16:36 +0000 Subject: [PATCH 074/109] External Version bump for coreos new version string "39.20240112.3.0-stable,39.20240128.2.2-testing,39.20240128.1.1-next" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 0d74311655..4917a280f0 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,9 +193,9 @@ releases: versions: - code_name: 39.20240112.3.0 name: stable - - code_name: 39.20240128.2.0 + - code_name: 39.20240128.2.2 name: testing - - code_name: 39.20240128.1.0 + - code_name: 39.20240128.1.1 name: next debian: archive_mirror: http://archive.debian.org From 4d0c6633ae19fcfe8d34ba494dda70e98845748d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Feb 2024 04:02:57 +0000 Subject: [PATCH 075/109] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20240116-mantic-5d45070a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d4d2ab2c8e..35e6b5e746 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -945,13 +945,13 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20231102-mantic-5d45070a/ + path: /ubuntu-squash/releases/download/20240116-mantic-5d45070a/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20231102-mantic + version: 20240116-mantic flavor: stable kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 From 7c77ec768e99a41bbfe4599440af4952136d2013 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Feb 2024 04:15:46 +0000 Subject: [PATCH 076/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240201-0717-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 35e6b5e746..3ec915898a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20240125-0716-aa25e926/ + path: /ubuntu-squash/releases/download/20240201-0717-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20240125-0716 + version: 20240201-0717 flavor: user kernel: kde-neon-user regolith-current: From c2ab46a6807eacb4a1f18a6e64e0df3ec63d9d55 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Feb 2024 04:07:02 +0000 Subject: [PATCH 077/109] External Version bump for smartos new version string "20240208T000334Z,20240125T000404Z,20240111T002438Z,20231228T001409Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 4917a280f0..572c16cae9 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -460,14 +460,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20240208T000334Z + name: 20240208T000334Z - code_name: 20240125T000404Z name: 20240125T000404Z - code_name: 20240111T002438Z name: 20240111T002438Z - code_name: 20231228T001409Z name: 20231228T001409Z - - code_name: 20231214T000645Z - name: 20231214T000645Z talos: enabled: true menu: linux From 88c384a6fe6f0de51a4e7c89c5e295e4cff7db3b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Feb 2024 04:14:39 +0000 Subject: [PATCH 078/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202402090022-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3ec915898a..35a069759d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202402020022-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202402090022-7bd945ba/ files: - filesystem.squashfs - initrd From e6118f17452166487ce089233e8e2a3f87ca47a5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 10 Feb 2024 18:16:10 +0000 Subject: [PATCH 079/109] Version bump for netbootxyz/asset-mirror:shredos-x86_64 new tag 2023.08.2_25.0_x86-64_0.35-ca5e5f2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 35a069759d..1b0c49f80a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -907,11 +907,11 @@ endpoints: version: 0.34_32-bit_20221231 arch: i686 shredos-x86_64: - path: /asset-mirror/releases/download/0.34_20221231-ff4602f6/ + path: /asset-mirror/releases/download/2023.08.2_25.0_x86-64_0.35-ca5e5f2a/ files: - shredos os: shredos - version: 0.3420221231 + version: 2023.08.2_25.0_x86-64_0.35 arch: x86_64 archlinux-32: path: /asset-mirror/releases/download/2023.03.02-ff8d2f29/ From 0df01e560453920520e85c8e55221a8d813c1c3d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Feb 2024 04:10:39 +0000 Subject: [PATCH 080/109] Version bump for netbootxyz/asset-mirror:4mlinux new tag 44.1-809a81c6 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1b0c49f80a..2640566c88 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -460,7 +460,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/44.0-809a81c6/ + path: /asset-mirror/releases/download/44.1-809a81c6/ files: - initrd - vmlinuz From 17d8b7d619f0b041b36403ac6b44fc47bf5e8431 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Feb 2024 04:11:42 +0000 Subject: [PATCH 081/109] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 8.1-2-f7235756 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2640566c88..1907468f1b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1151,13 +1151,13 @@ endpoints: os: proxmox-backup-server version: 3.1-1 proxmox-ve: - path: /asset-mirror/releases/download/8.1-1-f7235756/ + path: /asset-mirror/releases/download/8.1-2-f7235756/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 8.1-1 + version: 8.1-2 proxmox-mailgateway: path: /asset-mirror/releases/download/8.0-1-35895b43/ files: From 420dbaa9ad38412bf537976c8c02efdc6df3bb2f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Feb 2024 04:14:51 +0000 Subject: [PATCH 082/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.7.4-2024.02.10-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1907468f1b..b371bc0af1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.7.2-2024.01.30-a0ca79e8/ + path: /asset-mirror/releases/download/6.7.4-2024.02.10-a0ca79e8/ files: - initrd - vmlinuz From 1dd59ccc5ebbed6a7a901c75eaafa5803f261382 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Feb 2024 04:18:22 +0000 Subject: [PATCH 083/109] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 10.7-f7e56291 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b371bc0af1..6c6b7f036d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -806,11 +806,11 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/10.6-f7e56291/ + path: /asset-mirror/releases/download/10.7-f7e56291/ files: - memtest86-usb.img os: memtest86-free - version: '10.6' + version: '10.7' gentoo-x86: path: /asset-mirror/releases/download/20231106T160201Z-bb45ee28/ files: From 2236a6ab4e159e1545c8bb98a6161e5a0ebda6cc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Feb 2024 06:19:48 +0000 Subject: [PATCH 084/109] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 11.00-fe06daaa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6c6b7f036d..2968e61ced 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -891,7 +891,7 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/11.00-182f0000/ + path: /asset-mirror/releases/download/11.00-fe06daaa/ files: - airootfs.sfs - initrd From 46c108eefd26e17e896e3c9b8996bbc719fbf1b7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 14 Feb 2024 04:14:42 +0000 Subject: [PATCH 085/109] External Version bump for ipfire new version string "2.29-core183" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 572c16cae9..1a4176ce15 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -291,8 +291,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.27-core182 - name: 2.27 Core182 + - code_name: 2.29-core183 + name: 2.29 Core183 k3os: enabled: true menu: linux From 0ad57d42607a734c25dd3e0d38501f1f21a6eb1b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 14 Feb 2024 04:16:56 +0000 Subject: [PATCH 086/109] External Version bump for coreos new version string "39.20240128.3.0-stable,39.20240210.2.0-testing,39.20240210.1.0-next" --- roles/netbootxyz/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 1a4176ce15..35e14d2e9a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -191,11 +191,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 39.20240112.3.0 + - code_name: 39.20240128.3.0 name: stable - - code_name: 39.20240128.2.2 + - code_name: 39.20240210.2.0 name: testing - - code_name: 39.20240128.1.1 + - code_name: 39.20240210.1.0 name: next debian: archive_mirror: http://archive.debian.org From 7c0058632c09b654c0a097541ddbdbd519ad7b71 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 Feb 2024 04:17:14 +0000 Subject: [PATCH 087/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240208-0715-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2968e61ced..2316fd242d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20240201-0717-aa25e926/ + path: /ubuntu-squash/releases/download/20240208-0715-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20240201-0717 + version: 20240208-0715 flavor: user kernel: kde-neon-user regolith-current: From 1084603ff54ed638bf1ef5f9adec438d966687b8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:08:22 +0000 Subject: [PATCH 088/109] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2024.02-1bd3a50e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2316fd242d..8a62dfd633 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -235,7 +235,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2024.01-1bd3a50e/ + path: /debian-squash/releases/download/2024.02-1bd3a50e/ files: - filesystem.squashfs - initrd From b54cbd70007f00ef1b3bdf7d08970e894e70bc11 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:15:22 +0000 Subject: [PATCH 089/109] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.5.0-cba61a5d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8a62dfd633..7d03ec2cd6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1688,7 +1688,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.4.0-cba61a5d/ + path: /debian-squash/releases/download/12.5.0-cba61a5d/ files: - filesystem.squashfs os: debian From 8e3357637d6a8d9eb684dcce33929527ca296964 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:16:22 +0000 Subject: [PATCH 090/109] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.5.0-c387dd82 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7d03ec2cd6..e7688863e2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1696,7 +1696,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.4.0-c387dd82/ + path: /debian-squash/releases/download/12.5.0-c387dd82/ files: - filesystem.squashfs os: debian From 503c4b7c8d88721d4d7d153eaa5dd20f711e656a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:18:01 +0000 Subject: [PATCH 091/109] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.5.0-f8e47c01 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e7688863e2..ad495a080e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1712,7 +1712,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/12.4.0-f8e47c01/ + path: /debian-squash/releases/download/12.5.0-f8e47c01/ files: - filesystem.squashfs os: debian From 0e102f8fef97a283262f92b86c3e4e7246eb4eda Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:18:08 +0000 Subject: [PATCH 092/109] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2024.02-4c55a430 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ad495a080e..8e1f054683 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -245,7 +245,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2024.01-4c55a430/ + path: /debian-squash/releases/download/2024.02-4c55a430/ files: - filesystem.squashfs - initrd From 1b4579a51d1bcafe01e5dc9f2eb51622229f2e66 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:18:55 +0000 Subject: [PATCH 093/109] Version bump for netbootxyz/debian-squash:xfce-12 new tag 12.5.0-b49f038c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8e1f054683..d2e109e5d9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1720,7 +1720,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/12.4.0-b49f038c/ + path: /debian-squash/releases/download/12.5.0-b49f038c/ files: - filesystem.squashfs os: debian From c818d3b51577330e87d9c4fefcd3fe248a76e7e2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:19:18 +0000 Subject: [PATCH 094/109] Version bump for netbootxyz/debian-squash:mate-12 new tag 12.5.0-261fbe0e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d2e109e5d9..8f423b7a3a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1704,7 +1704,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/12.4.0-261fbe0e/ + path: /debian-squash/releases/download/12.5.0-261fbe0e/ files: - filesystem.squashfs os: debian From 4d16b7ade801fc4acaa74212580ca26cc553b534 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:20:26 +0000 Subject: [PATCH 095/109] Version bump for netbootxyz/debian-squash:kde-12 new tag 12.5.0-0f2d09c7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8f423b7a3a..9ccd6b87df 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1728,7 +1728,7 @@ endpoints: flavor: xfce kernel: debian-12-live-kernel debian-12-kde-squash: - path: /debian-squash/releases/download/12.4.0-0f2d09c7/ + path: /debian-squash/releases/download/12.5.0-0f2d09c7/ files: - filesystem.squashfs os: debian From 626ede436a3b4464cee4b20436f4277ca0605946 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:20:46 +0000 Subject: [PATCH 096/109] Version bump for netbootxyz/debian-squash:core-12 new tag 12.5.0-40e4349d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9ccd6b87df..ac35c519dd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1672,7 +1672,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/12.4.0-40e4349d/ + path: /debian-squash/releases/download/12.5.0-40e4349d/ files: - filesystem.squashfs os: debian From 007b1f42f0384235b15ea51f3abe76be6861e227 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 04:21:06 +0000 Subject: [PATCH 097/109] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.5.0-69d8e17e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ac35c519dd..2817d07951 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1680,7 +1680,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.4.0-69d8e17e/ + path: /debian-squash/releases/download/12.5.0-69d8e17e/ files: - filesystem.squashfs os: debian From acb46bc3f02e176c36b4fe04e6ebe914921077a6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Feb 2024 06:44:49 +0000 Subject: [PATCH 098/109] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2024.02-1f04ed2a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2817d07951..cef50283be 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -255,7 +255,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2024.01-1f04ed2a/ + path: /debian-squash/releases/download/2024.02-1f04ed2a/ files: - filesystem.squashfs - initrd From 92322e595a5ef752ae1a2ec38eb8af47a3c9db03 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 17 Feb 2024 04:16:08 +0000 Subject: [PATCH 099/109] Version bump for netbootxyz/debian-core-12:master new tag 12.5.0-e814dabe --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cef50283be..5fe74265a8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1665,7 +1665,7 @@ endpoints: flavor: kylin kernel: ubuntu-23.04-kylin-squash debian-12-live-kernel: - path: /debian-core-12/releases/download/12.4.0-e814dabe/ + path: /debian-core-12/releases/download/12.5.0-e814dabe/ files: - initrd - vmlinuz From afa1a358cc02e03b4e64dd23a65f048f25368fcb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Feb 2024 04:15:37 +0000 Subject: [PATCH 100/109] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.7.5-2024.02.17-a0ca79e8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5fe74265a8..5d6d68edfc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -358,7 +358,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.7.4-2024.02.10-a0ca79e8/ + path: /asset-mirror/releases/download/6.7.5-2024.02.17-a0ca79e8/ files: - initrd - vmlinuz From 7b61611e6066f34c0344e5a14356d5336ad2b9da Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Feb 2024 04:19:58 +0000 Subject: [PATCH 101/109] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 45.0-1.3.0-5893a098 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5d6d68edfc..ea3c5835a0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -484,7 +484,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/44.0-1.2.1-5893a098/ + path: /asset-mirror/releases/download/45.0-1.3.0-5893a098/ files: - initrd - vmlinuz From c56ac49be085650e7af6eb5b7c61781ae26438a8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Feb 2024 04:29:20 +0000 Subject: [PATCH 102/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202402190023-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ea3c5835a0..208dcb7a43 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202402090022-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202402190023-7bd945ba/ files: - filesystem.squashfs - initrd From 5e9ca860ab9c609c353fd6ea38664bcb2e8eb6b2 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 18 Feb 2024 22:43:26 -0600 Subject: [PATCH 103/109] Drop Ubuntu 23.04 (EOL) --- endpoints.yml | 83 ------------------------------ roles/netbootxyz/defaults/main.yml | 2 - 2 files changed, 85 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 208dcb7a43..c70a7b5f42 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1582,29 +1582,6 @@ endpoints: os: fedora version: 38 flavor: i3 - ubuntu-netboot-23.04-arm64: - path: /ubuntu-squash/releases/download/23.04-38d31c0e/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - codename: kinetic - flavor: netboot - kernel: ubuntu-netboot-23.04-arm64 - arch: arm64 - ubuntu-netboot-23.04-amd64: - path: /ubuntu-squash/releases/download/23.04-0dbdfbd3/ - files: - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - codename: lunar - flavor: netboot - kernel: ubuntu-netboot-23.04-amd64 - arch: amd64 fedora-38-Xfce: path: /fedora-assets/releases/download/1.6-65b602e2/ files: @@ -1614,56 +1591,6 @@ endpoints: os: fedora version: 38 flavor: Xfce - ubuntu-23.04-KDE-squash: - path: /ubuntu-squash/releases/download/23.04-f7cc1728/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: KDE - kernel: ubuntu-23.04-KDE-squash - ubuntu-23.04-LXQT-squash: - path: /ubuntu-squash/releases/download/23.04-7d40f9d4/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: LXQT - kernel: ubuntu-23.04-LXQT-squash - ubuntu-23.04-Budgie-squash: - path: /ubuntu-squash/releases/download/23.04-5249fe2e/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: Budgie - kernel: ubuntu-23.04-Budgie-squash - ubuntu-23.04-MATE-squash: - path: /ubuntu-squash/releases/download/23.04-93129305/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: MATE - kernel: ubuntu-23.04-MATE-squash - ubuntu-23.04-kylin-squash: - path: /ubuntu-squash/releases/download/23.04-4e7c827d/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: kylin - kernel: ubuntu-23.04-kylin-squash debian-12-live-kernel: path: /debian-core-12/releases/download/12.5.0-e814dabe/ files: @@ -1735,16 +1662,6 @@ endpoints: version: '12' flavor: kde kernel: debian-12-live-kernel - ubuntu-23.04-default-squash: - path: /ubuntu-squash/releases/download/23.04-295fa1c0/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: ubuntu - version: '23.04' - flavor: GNOME - kernel: ubuntu-23.04-default-squash ubuntu-netboot-23.10-arm64: path: /ubuntu-squash/releases/download/23.10-729b6a9e/ files: diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 35e14d2e9a..4acbd8097a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -618,8 +618,6 @@ releases: versions: - code_name: mantic name: 23.10 Mantic Minotaur - - code_name: lunar - name: 23.04 Lunar Lobster - code_name: jammy name: 22.04 LTS Jammy Jellyfish - code_name: focal From 8cad8ed25aa659dac2f0530cb18adb2f3b9a3d8a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 18 Feb 2024 22:46:36 -0600 Subject: [PATCH 104/109] Drop Fedora 37 --- endpoints.yml | 81 ------------------------------ roles/netbootxyz/defaults/main.yml | 2 - 2 files changed, 83 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c70a7b5f42..aab7656d98 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1402,87 +1402,6 @@ endpoints: os: garuda flavor: cinnamon version: 231029 - fedora-37-gnome: - path: /fedora-assets/releases/download/1.7-f09aef06/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: GNOME - fedora-37-Cinnamon: - path: /fedora-assets/releases/download/1.7-2bd85835/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: Cinnamon - fedora-37-KDE: - path: /fedora-assets/releases/download/1.7-34fb784f/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: KDE - fedora-37-LXDE: - path: /fedora-assets/releases/download/1.7-21b170b8/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: LXDE - fedora-37-LXQt: - path: /fedora-assets/releases/download/1.7-4f96a1b8/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: LXQt - fedora-37-i3: - path: /fedora-assets/releases/download/1.7-f031f3b7/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: i3 - fedora-37-SoaS: - path: /fedora-assets/releases/download/1.7-21170b41/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: SoaS - fedora-37-MATE_Compiz: - path: /fedora-assets/releases/download/1.7-940b968b/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: MATE_Compiz - fedora-37-Xfce: - path: /fedora-assets/releases/download/1.7-ef14186b/ - files: - - vmlinuz - - initrd - - squashfs.img - os: fedora - version: 37 - flavor: Xfce elementaryos-7-default-squash: path: /ubuntu-squash/releases/download/7-f567b122/ files: diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 4acbd8097a..ee8662adea 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -245,8 +245,6 @@ releases: name: 39 - code_name: 38 name: 38 - - code_name: 37 - name: 37 flatcar: enabled: true menu: linux From daf8653416b8480953ef1959ef5e544c90f7e93b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 Feb 2024 04:15:42 +0000 Subject: [PATCH 105/109] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20240215-0716-aa25e926 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index aab7656d98..ae8b0f78e9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -136,13 +136,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20240208-0715-aa25e926/ + path: /ubuntu-squash/releases/download/20240215-0716-aa25e926/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20240208-0715 + version: 20240215-0716 flavor: user kernel: kde-neon-user regolith-current: From bb9c2e6cd4eff758520718f1006f8444c0ac6fe8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Feb 2024 04:07:03 +0000 Subject: [PATCH 106/109] External Version bump for smartos new version string "20240222T001232Z,20240208T000334Z,20240125T000404Z,20240111T002438Z" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index ee8662adea..8c16b91c2b 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -458,14 +458,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20240222T001232Z + name: 20240222T001232Z - code_name: 20240208T000334Z name: 20240208T000334Z - code_name: 20240125T000404Z name: 20240125T000404Z - code_name: 20240111T002438Z name: 20240111T002438Z - - code_name: 20231228T001409Z - name: 20231228T001409Z talos: enabled: true menu: linux From a106bd01760052fa41f205f9c83a31f732b198c9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Feb 2024 04:13:48 +0000 Subject: [PATCH 107/109] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202402230022-7bd945ba --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ae8b0f78e9..a1b41af69b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -607,7 +607,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/1.5-rolling-202402190023-7bd945ba/ + path: /debian-squash/releases/download/1.5-rolling-202402230022-7bd945ba/ files: - filesystem.squashfs - initrd From 9d906657db7327bc5699521c181d74d7df830297 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Feb 2024 04:14:15 +0000 Subject: [PATCH 108/109] External Version bump for tinycore new version string "15.x" --- roles/netbootxyz/defaults/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 8c16b91c2b..94a0f1338c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -508,13 +508,13 @@ releases: versions: - arch: x86 code_name: core - initrd: /14.x/x86/release/distribution_files/core.gz - kernel: /14.x/x86/release/distribution_files/vmlinuz + initrd: /15.x/x86/release/distribution_files/core.gz + kernel: /15.x/x86/release/distribution_files/vmlinuz name: Core - arch: x86_64 code_name: corepure - initrd: /14.x/x86_64/release/distribution_files/corepure64.gz - kernel: /14.x/x86_64/release/distribution_files/vmlinuz64 + initrd: /15.x/x86_64/release/distribution_files/corepure64.gz + kernel: /15.x/x86_64/release/distribution_files/vmlinuz64 name: CorePure - arch: x86 code_name: dcorebionic From d1bda3d3028a71e117c70f329ab5c27c36d43a0f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 24 Feb 2024 01:14:52 -0600 Subject: [PATCH 109/109] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63433862dc..ce0e69b4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [2.0.77] - 2024-00-00 +## [2.0.77] - 2024-02-24 + +### Fixed + +- Talos menu fixed + +### Changed + +- Use bootloader_filename instead of site_name for bootloader filenames ## [2.0.76] - 2023-12-31
{{ item.type }} {{ site_name }}{{ item.output_bin }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}