From cdd0cbce9f4f420c01a77af9909c8ac8fdbb22d2 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 8 May 2025 07:57:14 -0500 Subject: [PATCH 001/605] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 3f2b950f..0ad1ba85 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.87 +2.0.88 From 1b0d18861118c601be4d4ef28b8827a3c17a85d4 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 8 May 2025 07:57:42 -0500 Subject: [PATCH 002/605] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ec8fdf..7f9faf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. +## [2.0.88] - Unreleased + ## [2.0.87] - 2025-05-08 ### Added From 562a13bcadb02c9009e2a2841bf13c337efbef26 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 8 May 2025 19:36:06 -0500 Subject: [PATCH 003/605] Ubuntu spins (#1620) * Add ubuntu-spins menu --- roles/netbootxyz/templates/menu/live.ipxe.j2 | 1 + .../templates/menu/ubuntu-spins.ipxe.j2 | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 diff --git a/roles/netbootxyz/templates/menu/live.ipxe.j2 b/roles/netbootxyz/templates/menu/live.ipxe.j2 index 83764d94..63023651 100644 --- a/roles/netbootxyz/templates/menu/live.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/live.ipxe.j2 @@ -39,6 +39,7 @@ item live-sparky ${space} SparkyLinux item live-tails ${space} Tails item tinycore ${space} Tiny Core Linux item live-ubuntu ${space} Ubuntu +item ubuntu-spins ${space} Ubuntu Spins item live-vanillaos ${space} Vanilla OS item live-voyager ${space} Voyager item live-zorin ${space} Zorin OS diff --git a/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 b/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 new file mode 100644 index 00000000..b38da8d1 --- /dev/null +++ b/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 @@ -0,0 +1,35 @@ +#!ipxe + +goto ${menu} || + +:live_menu +set os Ubuntu Spins +menu ${os} +item --gap ${os} Versions +{% for key, value in endpoints.items() | sort %} +{% if value.os == "ubuntu-spins" %} +item spins_{{ value.version }} ${space} ${os} {{ value.version }} +{% endif %} +{% endfor %} +choose live_version || goto live_exit +menu ${os} +item --gap ${os} Flavors +goto ${boot_spins} + +{% for key, value in endpoints.items() | sort %} +{% if value.os == "ubuntu-spins" %} +:spins_{{ value.version }} +set kernel_url ${live_endpoint}{{ value.path }} +goto boot +{% endif %} +{% endfor %} + +:boot +imgfree +kernel ${kernel_url}vmlinuz iso-chooser-menu boot=casper ip=dhcp initrd=initrd.magic ${cmdline} +initrd ${kernel_url}initrd +boot + +:live_exit +clear menu +exit 0 From aca36e9c4504aef0c2db699626d9e10499cf6971 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 8 May 2025 19:59:15 -0500 Subject: [PATCH 004/605] Fixup spin menu --- roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 b/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 index b38da8d1..f74abbaf 100644 --- a/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2 @@ -11,10 +11,10 @@ item --gap ${os} Versions item spins_{{ value.version }} ${space} ${os} {{ value.version }} {% endif %} {% endfor %} -choose live_version || goto live_exit +choose ubuntu_spins || goto live_exit menu ${os} item --gap ${os} Flavors -goto ${boot_spins} +goto ${ubuntu_spins} {% for key, value in endpoints.items() | sort %} {% if value.os == "ubuntu-spins" %} From 88f0dedc468e17d0066d869f65b0e499dfa26317 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 May 2025 04:15:57 +0000 Subject: [PATCH 005/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-1-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a23636fe..c541960b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -660,13 +660,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.1-21-9e73bfe5/ + path: /debian-squash/releases/download/3.2.2-1-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.1-21 + version: 3.2.2-1 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From b22345339ecb68be907d0d36d7737921fa1d773d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 May 2025 04:21:06 +0000 Subject: [PATCH 006/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.05.09-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c541960b..c0f55aad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.04.29-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.05.09-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 981653800f23e27f937c05d1589339bb4adf9b5b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 May 2025 04:21:13 +0000 Subject: [PATCH 007/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.1-28-5641363c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c0f55aad..084df159 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -638,13 +638,13 @@ endpoints: kernel: clonezilla-debian-stable-i686 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.2.1-9-5641363c/ + path: /debian-squash/releases/download/3.2.1-28-5641363c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.1-9 + version: 3.2.1-28 flavor: stable kernel: clonezilla-debian-stable-amd64 arch: amd64 From a1f707b19b3ba72a8afa0c3c7f77df4edcc34396 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 May 2025 04:14:41 +0000 Subject: [PATCH 008/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250420T230518Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 084df159..bc8a2caf 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250406T232018Z-d5972d15/ + path: /asset-mirror/releases/download/20250420T230518Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250406T232018Z + version: 20250420T230518Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250420T121009Z-63d6ec39/ From 9bedeba83cfdddc173ed88e544a875e5327d41a8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 May 2025 04:18:27 +0000 Subject: [PATCH 009/605] External Version bump for ipfire new version string "2.29-core194" --- 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 33578ea2..86297a62 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -287,8 +287,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.29-core193 - name: 2.29 Core193 + - code_name: 2.29-core194 + name: 2.29 Core194 k3os: enabled: true menu: linux From 3da1cbc73ca62e2ed171c910078bd2435ba9beb0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 May 2025 04:22:21 +0000 Subject: [PATCH 010/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250511-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bc8a2caf..d10da55d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250505-1314-9b372e2a/ + path: /ubuntu-squash/releases/download/20250511-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250505-1314 + version: 20250511-0744 flavor: user kernel: kde-neon-user regolith-current: From db1b476fc3f89225faabbc17831199898f9cbdc8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 May 2025 04:26:23 +0000 Subject: [PATCH 011/605] External Version bump for coreos new version string "42.20250427.3.0-stable,42.20250512.2.0-testing,42.20250512.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 86297a62..972f235d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -193,11 +193,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250410.3.2 + - code_name: 42.20250427.3.0 name: stable - - code_name: 42.20250427.2.0 + - code_name: 42.20250512.2.0 name: testing - - code_name: 42.20250427.1.0 + - code_name: 42.20250512.1.0 name: next debian: archive_mirror: http://archive.debian.org From c923b690465367e2e439a4724a4063f31efaab89 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 May 2025 04:28:18 +0000 Subject: [PATCH 012/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250512-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d10da55d..0c37cee6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -682,13 +682,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250507-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250512-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250507-questing + version: 20250512-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 7e37ea4caa2adbeea2fcd1ca401df073c57e4b48 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 04:16:24 +0000 Subject: [PATCH 013/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-5-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0c37cee6..66a4b01e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -660,13 +660,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.2-1-9e73bfe5/ + path: /debian-squash/releases/download/3.2.2-5-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-1 + version: 3.2.2-5 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 25138a0d44055c287ff13f0bc064424787d69e72 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 04:20:41 +0000 Subject: [PATCH 014/605] External Version bump for smartos new version string "20250515T001218Z,20250501T000434Z,20250417T003816Z,20250403T000540Z" --- 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 972f235d..5cd4fe24 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -473,14 +473,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250515T001218Z + name: 20250515T001218Z - code_name: 20250501T000434Z name: 20250501T000434Z - code_name: 20250417T003816Z name: 20250417T003816Z - code_name: 20250403T000540Z name: 20250403T000540Z - - code_name: 20250320T000454Z - name: 20250320T000454Z talos: enabled: true menu: linux From d014c0cc1dd00a63cf855867220505e9a4e5d0e9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 04:21:47 +0000 Subject: [PATCH 015/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.05.13-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 66a4b01e..a4b5c58b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.05.09-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.05.13-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 5da392e9944d8f10c6e988e63fa5dd311deb1f9a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 05:12:20 +0000 Subject: [PATCH 016/605] Version bump for netbootxyz/debian-squash:grml-small-arm64 new tag 2025.05-8700c181 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a4b5c58b..56b04d41 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1414,13 +1414,13 @@ endpoints: flavor: full arch: arm64 grml-small-arm64: - path: /debian-squash/releases/download/2024.12-31472c87/ + path: /debian-squash/releases/download/2025.05-8700c181/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2024.12' + version: '2025.05' flavor: small arch: arm64 uefishell: From e873208eda27dcae433dc4c07aace05d30530081 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 05:12:35 +0000 Subject: [PATCH 017/605] Version bump for netbootxyz/debian-squash:grml-full-amd64 new tag 2025.05-8d0a7327 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 56b04d41..bc1b4de4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1394,13 +1394,13 @@ endpoints: flavor: small arch: amd64 grml-full-amd64: - path: /debian-squash/releases/download/2024.12-f98bba95/ + path: /debian-squash/releases/download/2025.05-8d0a7327/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2024.12' + version: '2025.05' flavor: full arch: amd64 grml-full-arm64: From a1a129152fc1cfbfe8233e0a1eacd18bf350bd8f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 05:12:46 +0000 Subject: [PATCH 018/605] Version bump for netbootxyz/debian-squash:grml-small-amd64 new tag 2025.05-df4a87dc --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bc1b4de4..c180aa9f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1384,13 +1384,13 @@ endpoints: kernel: ubuntu-netboot-24.10-arm64 arch: arm64 grml-small-amd64: - path: /debian-squash/releases/download/2024.12-8fc30cc1/ + path: /debian-squash/releases/download/2025.05-df4a87dc/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2024.12' + version: '2025.05' flavor: small arch: amd64 grml-full-amd64: From 04ab2ec6e2727c962d1bc29eb7a6a26670f8d896 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 05:13:17 +0000 Subject: [PATCH 019/605] Version bump for netbootxyz/debian-squash:grml-full-arm64 new tag 2025.05-e0c2c740 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c180aa9f..fe531553 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1404,13 +1404,13 @@ endpoints: flavor: full arch: amd64 grml-full-arm64: - path: /debian-squash/releases/download/2024.12-4b210567/ + path: /debian-squash/releases/download/2025.05-e0c2c740/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2024.12' + version: '2025.05' flavor: full arch: arm64 grml-small-arm64: From 8ffa15bcc424ee982f31e437458ad8caf6c1b69d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 May 2025 06:37:07 +0000 Subject: [PATCH 020/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.15-00388326 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fe531553..eb869de8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -546,7 +546,7 @@ endpoints: version: 20250420T121009Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.15-911e1aab/ + path: /asset-mirror/releases/download/6.15-00388326/ files: - vmlinuz - initrd.img From aad71efb6c2dec09889b9b004181329b05d906a2 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 16 May 2025 01:47:12 -0500 Subject: [PATCH 021/605] Drop Deepin --- CHANGELOG.md | 4 +++ README.md | 1 - endpoints.yml | 9 ----- .../templates/menu/live-deepin.ipxe.j2 | 35 ------------------- roles/netbootxyz/templates/menu/live.ipxe.j2 | 1 - 5 files changed, 4 insertions(+), 46 deletions(-) delete mode 100644 roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9faf1c..37a14ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ## [2.0.88] - Unreleased +### Removed + +- Deepin + ## [2.0.87] - 2025-05-08 ### Added diff --git a/README.md b/README.md index 87ccae14..7c5434cb 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ In addition to being able to host netboot.xyz locally, you can also create your | CentOS | https://centos.org | Yes | No | | Fedora CoreOS | https://getfedora.org/en/coreos?stream=stable | Yes | No | | Debian | https://debian.org | Yes | Yes| -| Deepin | https://www.deepin.org | No | Yes | | Devuan | https://devuan.org | Yes | No | | Elementary OS | https://elementary.io | No | Yes | | EndeavourOS | https://endeavouros.com | No | Yes | diff --git a/endpoints.yml b/endpoints.yml index eb869de8..5193df4a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -452,15 +452,6 @@ endpoints: - vmlinuz os: rescuezilla version: '2.6' - deepin-20-squash: - path: /debian-squash/releases/download/20.9-e3a3a399/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: Deepin - version: '20.9' - kernel: deepin-20-squash nitrux-release: path: /ubuntu-squash/releases/download/2022.02.28-e364d0a5/ files: diff --git a/roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 b/roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 deleted file mode 100644 index ae48f864..00000000 --- a/roles/netbootxyz/templates/menu/live-deepin.ipxe.j2 +++ /dev/null @@ -1,35 +0,0 @@ -#!ipxe - -goto ${menu} || - -:live_menu -set os Deepin -menu ${os} -item --gap ${os} Versions -{% for key, value in endpoints.items() | sort %} -{% if value.os == "Deepin" %} -item {{ value.version }} ${space} ${os} {{ value.version }} -{% endif %} -{% endfor %} -choose live_version || goto live_exit -goto ${live_version} - -{% for key, value in endpoints.items() | sort %} -{% if value.os == "Deepin" %} -:{{ value.version }} -set squash_url ${live_endpoint}{{ value.path }}filesystem.squashfs -set kernel_url ${live_endpoint}{{ value.path }} -goto boot - -{% endif %} -{% endfor %} - -:boot -imgfree -kernel ${kernel_url}vmlinuz boot=live fetch=${squash_url} union=overlay {{ kernel_params }} -initrd ${kernel_url}initrd -boot - -:live_exit -clear menu -exit 0 diff --git a/roles/netbootxyz/templates/menu/live.ipxe.j2 b/roles/netbootxyz/templates/menu/live.ipxe.j2 index 63023651..a1457362 100644 --- a/roles/netbootxyz/templates/menu/live.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/live.ipxe.j2 @@ -9,7 +9,6 @@ item live-backbox ${space} BackBox item live-bluestar ${space} Bluestar Linux item live-bodhi ${space} Bodhi item live-debian ${space} Debian -item live-deepin ${space} Deepin item live-devuan ${space} Devuan item live-elementary ${space} elementary OS item live-endeavouros ${space} EndeavourOS From 7db99fe80d5bf2f103a6416aad16e878e4668849 Mon Sep 17 00:00:00 2001 From: "Luke Mallon (Nalum)" Date: Sat, 17 May 2025 15:06:14 +0100 Subject: [PATCH 022/605] Add Flatcar ARM64 support --- roles/netbootxyz/templates/menu/flatcar.ipxe.j2 | 7 +++++-- roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 index 0b82c52c..e242b3af 100644 --- a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 @@ -11,7 +11,10 @@ goto ${menu} :flatcar set os {{ releases.flatcar.name }} -menu ${os} +set os_arch ${arch} +iseq ${os_arch} x86_64 && set os_arch amd64 || +iseq ${os_arch} arm64 && set os_arch arm64 || +menu ${os} - Current Arch [ ${os_arch} ] item --gap ${os} {% for item in releases.flatcar.versions %} item {{ item.code_name }} ${space} ${os} {{ item.name }} @@ -27,7 +30,7 @@ goto flatcar_exit :alpha :edge set release ${menu} -set base-url http://${release}.release.flatcar-linux.net/amd64-usr/current +set base-url http://${release}.release.flatcar-linux.net/${os_arch}-usr/current kernel ${base-url}/flatcar_production_pxe.vmlinuz ${flatcar_firstboot} ${flatcar_params} flatcar.autologin=tty1 flatcar.autologin=ttyS0 initrd=flatcar_production_pxe_image.cpio.gz ${cmdline} initrd ${base-url}/flatcar_production_pxe_image.cpio.gz boot diff --git a/roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 b/roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 index 9211df9f..f3443f36 100644 --- a/roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/linux-arm.ipxe.j2 @@ -11,6 +11,7 @@ item centos ${space} CentOS item debian ${space} Debian item fedora ${space} Fedora item coreos ${space} Fedora CoreOS +item flatcar ${space} Flatcar Container Linux item gentoo ${space} Gentoo item kali ${space} Kali item nixos ${space} NixOS From f3149b61143fae75f0448f577aed4424ea297edd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 May 2025 04:23:26 +0000 Subject: [PATCH 023/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250518-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5193df4a..b2f8f8f1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250511-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250518-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250511-0744 + version: 20250518-0744 flavor: user kernel: kde-neon-user regolith-current: From 64bad53e147125a6e170b83cdf095970c69bf281 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 May 2025 04:51:02 +0000 Subject: [PATCH 024/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20250512-plucky-48403403 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b2f8f8f1..8dfaaf97 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -640,13 +640,13 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20250504-plucky-48403403/ + path: /ubuntu-squash/releases/download/20250512-plucky-48403403/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250504-plucky + version: 20250512-plucky flavor: stable kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 From 2aaf69b44b2fa09b213815aa4557c7cec99916e8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:16:55 +0000 Subject: [PATCH 025/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-2-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8dfaaf97..8f0e43c3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -651,13 +651,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.2-5-9e73bfe5/ + path: /debian-squash/releases/download/3.2.2-2-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-5 + version: 3.2.2-2 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From ea40614e06e05e013ced7a45571c9b127d060fd3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:20:58 +0000 Subject: [PATCH 026/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.2-5-5641363c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8f0e43c3..50220c41 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -629,13 +629,13 @@ endpoints: kernel: clonezilla-debian-stable-i686 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.2.1-28-5641363c/ + path: /debian-squash/releases/download/3.2.2-5-5641363c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.1-28 + version: 3.2.2-5 flavor: stable kernel: clonezilla-debian-stable-amd64 arch: amd64 From 6094c60d23c433c06c1af8cd3d47b420cba32c64 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:21:07 +0000 Subject: [PATCH 027/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.05.23-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 50220c41..f0b41fd4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.05.13-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.05.23-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 9d6787e9830116fdf482fae7105269f8014dc9b3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:21:16 +0000 Subject: [PATCH 028/605] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.11.0-c84a8c03 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f0b41fd4..efb3da90 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1129,7 +1129,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.10.0-c84a8c03/ + path: /debian-squash/releases/download/12.11.0-c84a8c03/ files: - filesystem.squashfs os: debian From 99f8daf1342f5036c6a979d09938d0c361361f20 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:22:43 +0000 Subject: [PATCH 029/605] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.11.0-43f2cd09 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index efb3da90..4a06e263 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1137,7 +1137,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.10.0-43f2cd09/ + path: /debian-squash/releases/download/12.11.0-43f2cd09/ files: - filesystem.squashfs os: debian From b2fb951b1986de968268dfe0f848acb33807871e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:24:10 +0000 Subject: [PATCH 030/605] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.11.0-b3449bd8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4a06e263..9a06cecb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1153,7 +1153,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/12.10.0-b3449bd8/ + path: /debian-squash/releases/download/12.11.0-b3449bd8/ files: - filesystem.squashfs os: debian From e285d99691ef729214e5291343d8ac12bc9a853e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:26:26 +0000 Subject: [PATCH 031/605] Version bump for netbootxyz/debian-squash:xfce-12 new tag 12.11.0-40a848cc --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9a06cecb..bce1bd06 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1161,7 +1161,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/12.10.0-40a848cc/ + path: /debian-squash/releases/download/12.11.0-40a848cc/ files: - filesystem.squashfs os: debian From 82a1c1b6c1b99e03b39bbd2409038319902b008c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:26:31 +0000 Subject: [PATCH 032/605] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.11.0-d2c07a8a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index bce1bd06..66e6f120 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1121,7 +1121,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.10.0-d2c07a8a/ + path: /debian-squash/releases/download/12.11.0-d2c07a8a/ files: - filesystem.squashfs os: debian From ccf5c5f3c8b4f20fa0e305b39c6ba31de8da5d94 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:26:40 +0000 Subject: [PATCH 033/605] Version bump for netbootxyz/debian-squash:mate-12 new tag 12.11.0-1a8949e5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 66e6f120..3df70dcd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1145,7 +1145,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/12.10.0-1a8949e5/ + path: /debian-squash/releases/download/12.11.0-1a8949e5/ files: - filesystem.squashfs os: debian From a8e52aa8302701da718e7aed8cd3a125b69c04d2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:28:36 +0000 Subject: [PATCH 034/605] Version bump for netbootxyz/debian-squash:kde-12 new tag 12.11.0-90c96885 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3df70dcd..0e698ef4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1169,7 +1169,7 @@ endpoints: flavor: xfce kernel: debian-12-live-kernel debian-12-kde-squash: - path: /debian-squash/releases/download/12.10.0-90c96885/ + path: /debian-squash/releases/download/12.11.0-90c96885/ files: - filesystem.squashfs os: debian From ade7c326aa397d71c06062c518233e00b0cc50af Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 04:29:12 +0000 Subject: [PATCH 035/605] Version bump for netbootxyz/debian-squash:core-12 new tag 12.11.0-b545a82c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0e698ef4..5d557357 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1113,7 +1113,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/12.10.0-b545a82c/ + path: /debian-squash/releases/download/12.11.0-b545a82c/ files: - filesystem.squashfs os: debian From 791cd84efc5c1b5397811aa4d001e5d081edbedb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 May 2025 22:16:56 +0000 Subject: [PATCH 036/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250422-a356a1d0 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 5d557357..3ef66fa6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1497,3 +1497,11 @@ endpoints: - initrd os: ubuntu-spins version: 0.0.2 + cachyos: + path: /asset-mirror/releases/download/250422-a356a1d0/ + files: + - airootfs.sfs + - initrd + - vmlinuz + os: cachyos + version: '250422' From 394e3b8b6c35ae369ad67c5155ec359864ab693e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 24 May 2025 04:14:19 +0000 Subject: [PATCH 037/605] Version bump for netbootxyz/debian-core-12:master new tag 12.11.0-7dc3f9f3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3ef66fa6..97ec5612 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1106,7 +1106,7 @@ endpoints: flavor: LXQT kernel: ubuntu-20.04-LXQT-squash debian-12-live-kernel: - path: /debian-core-12/releases/download/12.10.0-7dc3f9f3/ + path: /debian-core-12/releases/download/12.11.0-7dc3f9f3/ files: - initrd - vmlinuz From bb6850bad25a01dc7fc40dd5658a3eed11381e5d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 01:50:28 +0000 Subject: [PATCH 038/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250422-e7e99974 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 97ec5612..54bb87d8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1498,7 +1498,7 @@ endpoints: os: ubuntu-spins version: 0.0.2 cachyos: - path: /asset-mirror/releases/download/250422-a356a1d0/ + path: /asset-mirror/releases/download/250422-e7e99974/ files: - airootfs.sfs - initrd From 29a3d9468847912ecd7a889b5ec05a23dee9ec14 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 04:16:52 +0000 Subject: [PATCH 039/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250427T235504Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 54bb87d8..b2a58353 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250420T230518Z-d5972d15/ + path: /asset-mirror/releases/download/20250427T235504Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250420T230518Z + version: 20250427T235504Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250420T121009Z-63d6ec39/ From 35657da857473ea410d868973957772100456ed6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 04:20:58 +0000 Subject: [PATCH 040/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20250518T165514Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b2a58353..cefafc04 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20250427T235504Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20250420T121009Z-63d6ec39/ + path: /asset-mirror/releases/download/20250518T165514Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250420T121009Z + version: 20250518T165514Z arch: amd64 tails: path: /asset-mirror/releases/download/6.15-00388326/ From 7869cf6db150b6a7f3f8eb30919c252c50616d3b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 04:23:36 +0000 Subject: [PATCH 041/605] Version bump for netbootxyz/asset-mirror:endeavouros new tag Neo-2025.03.19-aaf870af --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index cefafc04..0e1f49d1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -461,13 +461,13 @@ endpoints: os: nitrux version: 2022.02.28 endeavouros: - path: /asset-mirror/releases/download/Galileo-11-2023-e0c48f1f/ + path: /asset-mirror/releases/download/Neo-2025.03.19-aaf870af/ files: - airootfs.sfs - initrd - vmlinuz os: endeavouros - version: Galileo-11-2023 + version: Neo-2025.03.19 kodachi-8: path: /ubuntu-squash/releases/download/8.2-625e11fa/ files: From c38601a52884b3ae03ab18683411aea09d3cc447 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 04:33:06 +0000 Subject: [PATCH 042/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.15.1-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0e1f49d1..6973da84 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250518T165514Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.15-00388326/ + path: /asset-mirror/releases/download/6.15.1-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '6.15' + version: 6.15.1 arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From d5b9d3b3958e547edc11bd38366b3d13507cb505 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 14:33:05 +0000 Subject: [PATCH 043/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250422-e24c7317 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6973da84..956f72a3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1498,7 +1498,7 @@ endpoints: os: ubuntu-spins version: 0.0.2 cachyos: - path: /asset-mirror/releases/download/250422-e7e99974/ + path: /asset-mirror/releases/download/250422-e24c7317/ files: - airootfs.sfs - initrd From fa86f90e6192df8ed3bcc3802588c3fe55deb06f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 26 May 2025 14:36:59 +0000 Subject: [PATCH 044/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250422-4337df9e --- endpoints.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 956f72a3..c9924f6f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1498,10 +1498,11 @@ endpoints: os: ubuntu-spins version: 0.0.2 cachyos: - path: /asset-mirror/releases/download/250422-e24c7317/ + path: /asset-mirror/releases/download/250422-4337df9e/ files: - airootfs.sfs - initrd - vmlinuz + - archiso_pxe_http os: cachyos version: '250422' From c4b294fc592a7a768f6c182586914eacb927e1a0 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 26 May 2025 09:57:41 -0500 Subject: [PATCH 045/605] Adds CachyOS Closes https://github.com/netbootxyz/netboot.xyz/issues/1408 --- README.md | 3 +- .../templates/menu/live-cachyos.ipxe.j2 | 39 +++++++++++++++++++ roles/netbootxyz/templates/menu/live.ipxe.j2 | 1 + 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2 diff --git a/README.md b/README.md index 87ccae14..e8b69c61 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ In addition to being able to host netboot.xyz locally, you can also create your | BlackArch Linux | https://blackarch.org | Yes | Yes | | Bluestar Linux | https://sourceforge.net/projects/bluestarlinux | No | Yes | | Bodhi Linux | https://www.bodhilinux.com | No | Yes | +| CachyOS | https://cachyos.org | No | Yes | | CentOS | https://centos.org | Yes | No | -| Fedora CoreOS | https://getfedora.org/en/coreos?stream=stable | Yes | No | | Debian | https://debian.org | Yes | Yes| | Deepin | https://www.deepin.org | No | Yes | | Devuan | https://devuan.org | Yes | No | @@ -136,6 +136,7 @@ In addition to being able to host netboot.xyz locally, you can also create your | EndeavourOS | https://endeavouros.com | No | Yes | | Fatdog64 | https://distro.ibiblio.org/fatdog/web/ | No | Yes | | Fedora | https://fedoraproject.org | Yes | Yes | +| Fedora CoreOS | https://getfedora.org/en/coreos?stream=stable | Yes | No | | Feren OS | https://ferenos.weebly.com/ | Yes | No | | Flatcar Container Linux | https://www.flatcar.org | Yes | No | | FreeBSD | https://freebsd.org | Yes, disk image | No | diff --git a/roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2 b/roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2 new file mode 100644 index 00000000..41157354 --- /dev/null +++ b/roles/netbootxyz/templates/menu/live-cachyos.ipxe.j2 @@ -0,0 +1,39 @@ +#!ipxe + +# CachyOS Operating System +# https://cachyos.org + +goto ${menu} || + +:live_menu +set os CachyOS +menu ${os} +set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0 +item --gap ${os} Versions +{% for key, value in endpoints.items() | sort %} +{% if value.os == "cachyos" %} +item {{ value.version }} ${space} ${os} {{ value.version }} +{% endif %} +{% endfor %} +choose live_version || goto live_exit +goto ${live_version} + +{% for key, value in endpoints.items() | sort %} +{% if value.os == "cachyos" %} +:{{ value.version }} +set url ${live_endpoint}{{ value.path }} +goto boot + +{% endif %} +{% endfor %} + +:boot +imgfree +kernel ${url}vmlinuz ${ipparam} archiso_http_srv=${url} cow_spacesize=10G copytoram=auto module_blacklist=nvidia,nvidia_modeset,nvidia_uvm,nvidia_drm,pcspkr nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 nvme_load=yes initrd=initrd.magic console=tty1 {{ kernel_params }} +initrd ${url}initrd +initrd ${url}archiso_pxe_http /hooks/archiso_pxe_http mode=755 +boot + +:live_exit +clear menu +exit 0 diff --git a/roles/netbootxyz/templates/menu/live.ipxe.j2 b/roles/netbootxyz/templates/menu/live.ipxe.j2 index 83764d94..238ccb76 100644 --- a/roles/netbootxyz/templates/menu/live.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/live.ipxe.j2 @@ -8,6 +8,7 @@ item --gap Live Boot Distributions item live-backbox ${space} BackBox item live-bluestar ${space} Bluestar Linux item live-bodhi ${space} Bodhi +item live-cachyos ${space} CachyOS item live-debian ${space} Debian item live-deepin ${space} Deepin item live-devuan ${space} Devuan From d1b93ad12b84dceb092e48942ba218c0b8c8cca7 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 26 May 2025 10:27:21 -0500 Subject: [PATCH 046/605] Bump changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a14ebc..3a3c902b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. ## [2.0.88] - Unreleased +### Added + +- CachyOS + ### Removed - Deepin From 864f58b463f46fe50030cf84f89d79f69d9452d5 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 26 May 2025 19:15:22 -0500 Subject: [PATCH 047/605] Add patched archiso_pxe_http for systemrescue --- roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 b/roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 index a401e4a7..c5decd69 100644 --- a/roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/systemrescue.ipxe.j2 @@ -39,6 +39,7 @@ goto live_menu imgfree kernel ${url}vmlinuz archisobasedir=sysresccd ${ipparam} archiso_http_srv=${url} ${params} {{ kernel_params }} initrd ${url}initrd +initrd ${url}archiso_pxe_http /hooks/archiso_pxe_http mode=755 boot :live_exit From dafa13055f05185653a86873b170b5a0809b7bee Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 27 May 2025 00:18:48 +0000 Subject: [PATCH 048/605] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 12.01-b9053262 --- endpoints.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c9924f6f..9e29cfb3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -586,13 +586,14 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/12.00-e17908dd/ + path: /asset-mirror/releases/download/12.01-b9053262/ files: - airootfs.sfs - initrd - vmlinuz + - archiso_pxe_http os: systemrescue - version: 12.0 + version: 12.01 arch: amd64 shredos-i686: path: /asset-mirror/releases/download/0.34_32-bit_20221231-3adcc4d0/ From 3cba05095534bff0188db07664ea2ffe01a91057 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 27 May 2025 01:19:36 +0000 Subject: [PATCH 049/605] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 12.01-046a7ade --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9e29cfb3..c64dd632 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -586,7 +586,7 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/12.01-b9053262/ + path: /asset-mirror/releases/download/12.01-046a7ade/ files: - airootfs.sfs - initrd From 5c9339fdb16a77a3b10fa00310d6882263bc6605 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 27 May 2025 20:53:46 -0500 Subject: [PATCH 050/605] Add AlmaLinux 10 --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 5cd4fe24..9d71a074 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -144,6 +144,8 @@ releases: mirror: http://repo.almalinux.org name: AlmaLinux versions: + - code_name: 10 + name: 10 (Latest) - code_name: 9 name: 9 (Latest) - code_name: 8 From 583b1eeec7b2c6a5373c68cf1c94a5d7bb4406ae Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 29 May 2025 13:21:36 +0000 Subject: [PATCH 051/605] External Version bump for coreos new version string "42.20250512.3.0-stable,42.20250526.2.0-testing,42.20250526.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 9d71a074..803011d8 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250427.3.0 + - code_name: 42.20250512.3.0 name: stable - - code_name: 42.20250512.2.0 + - code_name: 42.20250526.2.0 name: testing - - code_name: 42.20250512.1.0 + - code_name: 42.20250526.1.0 name: next debian: archive_mirror: http://archive.debian.org From 173cfb1271327389874b72923c69f25eead8afaa Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 29 May 2025 13:21:48 +0000 Subject: [PATCH 052/605] External Version bump for alpinelinux new version string "3.22" --- 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 803011d8..20b25767 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.21 - name: '3.21' + - code_name: v3.22 + name: '3.22' - code_name: edge name: Edge (development) archlinux: From 0488ed95339ba054bb77566d0a8633d2083ee00d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 29 May 2025 13:22:05 +0000 Subject: [PATCH 053/605] External Version bump for nixos new version string "nixos-25.05Qnixos-24.11Qnixos-24.05Qnixos-23.11Qnixos-23.05Qnixos-22.11Qnixos-22.05Qnixos-21.11Qnixos-21.05Qnixos-20.09" --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 20b25767..8e3e9f9b 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -356,6 +356,8 @@ releases: menu: linux name: NixOS versions: + - code_name: nixos-25.05 + name: nixos-25.05 - code_name: nixos-24.11 name: nixos-24.11 - code_name: nixos-24.05 From 70eaa4b1d84520793fab83cccd6bb0b3008677d4 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 29 May 2025 08:23:25 -0500 Subject: [PATCH 054/605] Revert "External Version bump for alpinelinux new version string "3.22"" This reverts commit 173cfb1271327389874b72923c69f25eead8afaa. --- 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 8e3e9f9b..35f0cd47 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.22 - name: '3.22' + - code_name: v3.21 + name: '3.21' - code_name: edge name: Edge (development) archlinux: From dc3fb4355c745f62b3bb1d31460b43307626a871 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 May 2025 04:20:49 +0000 Subject: [PATCH 055/605] External Version bump for smartos new version string "20250529T000820Z,20250515T001218Z,20250501T000434Z,20250417T003816Z" --- 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 35f0cd47..481fc664 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -477,14 +477,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250529T000820Z + name: 20250529T000820Z - code_name: 20250515T001218Z name: 20250515T001218Z - code_name: 20250501T000434Z name: 20250501T000434Z - code_name: 20250417T003816Z name: 20250417T003816Z - - code_name: 20250403T000540Z - name: 20250403T000540Z talos: enabled: true menu: linux From 495e30777ab64c0ea3cc7cc759b113b547f762ce Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 May 2025 04:25:11 +0000 Subject: [PATCH 056/605] Version bump for netbootxyz/debian-squash:deepin-20 new tag 20.9-e3a3a399 --- endpoints.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index c64dd632..96a70f2f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1507,3 +1507,12 @@ endpoints: - archiso_pxe_http os: cachyos version: '250422' + deepin-20-squash: + path: /debian-squash/releases/download/20.9-e3a3a399/ + files: + - filesystem.squashfs + - initrd + - vmlinuz + os: Deepin + version: '20.9' + kernel: deepin-20-squash From aa115a3ef88ddabe5f4a445abe7e8030d52d01d9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 30 May 2025 21:30:27 +0000 Subject: [PATCH 057/605] External Version bump for alpinelinux new version string "3.22" --- 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 481fc664..d41050a6 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.21 - name: '3.21' + - code_name: v3.22 + name: '3.22' - code_name: edge name: Edge (development) archlinux: From 69e9816d370f3a76e0877105187c65fb9984ee9d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 31 May 2025 04:15:41 +0000 Subject: [PATCH 058/605] External Version bump for kairos new version string "v3.4.2" --- 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 d41050a6..47d1e320 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.3.1 + version: v3.4.2 kali: base_dir: kali enabled: true From 695d81a6abd39043fe29e38c64e999d6dec803b9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 2 Jun 2025 04:26:21 +0000 Subject: [PATCH 059/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250530-4337df9e --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 96a70f2f..ef7d8ce7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1499,14 +1499,14 @@ endpoints: os: ubuntu-spins version: 0.0.2 cachyos: - path: /asset-mirror/releases/download/250422-4337df9e/ + path: /asset-mirror/releases/download/250530-4337df9e/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '250422' + version: '250530' deepin-20-squash: path: /debian-squash/releases/download/20.9-e3a3a399/ files: From 98819d5d6d9bd5544ff04630a34b302a37f89c3f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 2 Jun 2025 04:35:13 +0000 Subject: [PATCH 060/605] External Version bump for archlinux new version string "2025.06.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 47d1e320..4ede9c4c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.05.01 - name: 2025.05.01 + - code_name: 2025.06.01 + name: 2025.06.01 blackarch: enabled: true menu: linux From d611cb60c061205bc8f9f8203b20a6833356c178 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 2 Jun 2025 04:36:12 +0000 Subject: [PATCH 061/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.16-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ef7d8ce7..8a3c5e08 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250518T165514Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.15.1-00388326/ + path: /asset-mirror/releases/download/6.16-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: 6.15.1 + version: '6.16' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 0f73e091620d4b8a2008942ebf45d9c3b6c5148e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 2 Jun 2025 05:17:37 +0000 Subject: [PATCH 062/605] Version bump for netbootxyz/asset-mirror:oracle-9-x86_64 new tag U6-5d86c3df --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8a3c5e08..d5cadb93 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1030,7 +1030,7 @@ endpoints: flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: - path: /asset-mirror/releases/download/U5-5d86c3df/ + path: /asset-mirror/releases/download/U6-5d86c3df/ files: - vmlinuz - initrd From a4c14457eaf854d24787af07bbafd6b34c7dbd28 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 5 Jun 2025 04:27:06 +0000 Subject: [PATCH 063/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250601-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d5cadb93..c1af4652 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250518-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250601-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250518-0744 + version: 20250601-0745 flavor: user kernel: kde-neon-user regolith-current: From 6e9b61971961822ac5ce59b8d61448d41f174cf2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 5 Jun 2025 04:30:04 +0000 Subject: [PATCH 064/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250604-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c1af4652..3c23e3a2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -674,13 +674,13 @@ endpoints: kernel: clonezilla-debian-testing-i686 arch: i686 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250512-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250604-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250512-questing + version: 20250604-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From c3849a0681bb22a20f87d835c37d77664de5b916 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 6 Jun 2025 04:18:41 +0000 Subject: [PATCH 065/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.2-10-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3c23e3a2..73afa3a7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.2-2-9e73bfe5/ + path: /debian-squash/releases/download/3.2.2-10-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-2 + version: 3.2.2-10 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From c9c83f73676a720cbb6557a1aaca80a62a1b4b7e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 6 Jun 2025 04:24:07 +0000 Subject: [PATCH 066/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.06.06-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 73afa3a7..f9c3e76d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.05.23-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.06.06-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 244176b58679d0048e5af75534c08571858f4599 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 7 Jun 2025 11:00:49 -0500 Subject: [PATCH 067/605] Drop Clonezila 32-bit mode, no longer produced upstream --- endpoints.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f9c3e76d..7faefb31 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -618,17 +618,6 @@ endpoints: os: archlinux version: 2024.07.10 arch: i686 - clonezilla-debian-stable-i686: - path: /debian-squash/releases/download/3.2.0-5-ef1ff756/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: clonezilla - version: 3.2.0-5 - flavor: stable - kernel: clonezilla-debian-stable-i686 - arch: i686 clonezilla-debian-stable-amd64: path: /debian-squash/releases/download/3.2.2-5-5641363c/ files: @@ -662,17 +651,6 @@ endpoints: flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 - clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.2.0-3-d1702a7a/ - files: - - filesystem.squashfs - - initrd - - vmlinuz - os: clonezilla - version: 3.2.0-3 - flavor: testing - kernel: clonezilla-debian-testing-i686 - arch: i686 clonezilla-ubuntu-testing-amd64: path: /ubuntu-squash/releases/download/20250604-questing-c67d897c/ files: From 77a86e1a34b71dbc437bf17b396f5f41d35b43cd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 9 Jun 2025 05:21:17 +0000 Subject: [PATCH 068/605] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U6-f2411221 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7faefb31..031a8587 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1017,7 +1017,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U5-f2411221/ + path: /asset-mirror/releases/download/U6-f2411221/ files: - vmlinuz - initrd From b1b0fe09fbf1ff43619bdd5fabfac2ab8838e85e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 11 Jun 2025 15:28:15 -0500 Subject: [PATCH 069/605] Add Rocky 10 --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 4ede9c4c..8a7e72c7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -451,6 +451,8 @@ releases: mirror: http://download.rockylinux.org name: Rocky Linux versions: + - code_name: 10 + name: 10 (Latest) - code_name: 9 name: 9 (Latest) - code_name: 8 From a486c67bf68f52fb050062f389d1e4ade1eddd52 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 12 Jun 2025 04:25:07 +0000 Subject: [PATCH 070/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250608-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 031a8587..45218dd3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250601-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20250608-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250601-0745 + version: 20250608-0745 flavor: user kernel: kde-neon-user regolith-current: From 477867c3982642eafc56d86426398cdc45976468 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 12 Jun 2025 04:28:34 +0000 Subject: [PATCH 071/605] External Version bump for coreos new version string "42.20250526.3.0-stable,42.20250609.2.0-testing,42.20250609.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 8a7e72c7..828b3a65 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250512.3.0 + - code_name: 42.20250526.3.0 name: stable - - code_name: 42.20250526.2.0 + - code_name: 42.20250609.2.0 name: testing - - code_name: 42.20250526.1.0 + - code_name: 42.20250609.1.0 name: next debian: archive_mirror: http://archive.debian.org From e937c375cbc9a0d62be3e9dbb2f9caee977c15fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 13 Jun 2025 04:24:41 +0000 Subject: [PATCH 072/605] External Version bump for smartos new version string "20250612T001439Z,20250529T000820Z,20250515T001218Z,20250501T000434Z" --- 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 828b3a65..2771be49 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250612T001439Z + name: 20250612T001439Z - code_name: 20250529T000820Z name: 20250529T000820Z - code_name: 20250515T001218Z name: 20250515T001218Z - code_name: 20250501T000434Z name: 20250501T000434Z - - code_name: 20250417T003816Z - name: 20250417T003816Z talos: enabled: true menu: linux From 325238ccba5898e74ab368603d9658c89802898f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 13 Jun 2025 04:28:52 +0000 Subject: [PATCH 073/605] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2025.2-8e024a88 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 45218dd3..9bebec0d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1,12 +1,12 @@ endpoints: kali-xfce-squash: - path: /debian-squash/releases/download/2025.1c-8e024a88/ + path: /debian-squash/releases/download/2025.2-8e024a88/ files: - filesystem.squashfs - initrd - vmlinuz os: kali - version: 2025.1c + version: '2025.2' flavor: xfce kernel: kali-xfce-squash kde-neon-user: From abfd2cb50c8ddbb962ec1b928946c9989241506c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 16 Jun 2025 04:36:11 +0000 Subject: [PATCH 074/605] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 49.0-1.4.2-43b0f75b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9bebec0d..26f49807 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -302,7 +302,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/48.0-1.4.2-43b0f75b/ + path: /asset-mirror/releases/download/49.0-1.4.2-43b0f75b/ files: - initrd - vmlinuz From 7bc3e6b61f6095a633ec5d9a2559dd9ed6a28939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Mon, 16 Jun 2025 00:47:28 +0000 Subject: [PATCH 075/605] fix(ipxe): fix filename checks The `filename` contains the full path to the file, usually the netboot assets are in `/` of a tftp server, so the check if its booted from the ipxe assets will always fail. Add an additional check prepended with `/` to allow the check to pass when booted from the root of a tftp server. Also add loading of MAC- ipxe scripts with hypens in addition to raw, i.e. `MAC-00-11-22-33-44-55.ipxe` or `MAC-001122334455.ipxe`. Fixes: #1097 --- CHANGELOG.md | 7 +++++++ roles/netbootxyz/templates/disks/netboot.xyz.j2 | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3c902b..4ec8addb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. - Deepin +### Fixed + +- Loading of tftpmenu local-vars.ipxe, HOSTANEM-${hostname}.ipxe, + MAC-${mac:hexraw}.ipxe, MAC-${mac:hexhyp}.ipxe and custom menu.ipxe from the + root of the tftp server. The root `tftp-root-path` is a variable and can be + set in `local-vars.ipxe` to override. The default is `/`. + ## [2.0.87] - 2025-05-08 ### Added diff --git a/roles/netbootxyz/templates/disks/netboot.xyz.j2 b/roles/netbootxyz/templates/disks/netboot.xyz.j2 index b7dc2e23..cc346915 100644 --- a/roles/netbootxyz/templates/disks/netboot.xyz.j2 +++ b/roles/netbootxyz/templates/disks/netboot.xyz.j2 @@ -15,6 +15,7 @@ set boot_domain {{ boot_domain }} set ipxe_version ${version} set version {{ boot_version }} set conn_type https +set tftp-root-path / :start echo ${bold}${fg_gre}${site_name} - ${fg_whi}v${version}${boldoff} @@ -45,6 +46,12 @@ isset ${tftp-server} && iseq ${filename} {{ bootloader_filename }}.efi && goto t 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 || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}.kpxe && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}-undionly.kpxe && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}-snp.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}-snponly.efi && goto tftpmenu || +isset ${tftp-server} && iseq ${filename} ${tftp-root-path}{{ bootloader_filename }}-arm64.efi && goto tftpmenu || goto menu :failsafe @@ -98,7 +105,8 @@ goto menu || goto failsafe :tftpmenu chain tftp://${tftp-server}/local-vars.ipxe || echo ${VARS_ERR} isset ${hostname} && chain --autofree tftp://${tftp-server}/HOSTNAME-${hostname}.ipxe || echo Custom boot by Hostname not found trying MAC... -chain --autofree tftp://${tftp-server}/MAC-${mac:hexraw}.ipxe || echo Custom boot by MAC not found booting default... +chain --autofree tftp://${tftp-server}/MAC-${mac:hexraw}.ipxe || echo Custom boot by MAC (hexraw) not found, attempting by MAC (hexhyp)... +chain --autofree tftp://${tftp-server}/MAC-${mac:hexhyp}.ipxe || echo Custom boot by MAC (hexhyp) not found, booting default... chain --autofree tftp://${tftp-server}/menu.ipxe || echo ${TFTP_ERR} && goto menu :menu From 753214e77c47d0440a2d2a17f653ccd09170558a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 17 Jun 2025 00:33:54 -0500 Subject: [PATCH 076/605] Testing out Claude --- .github/workflows/claude.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/claude.yml diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml new file mode 100644 index 00000000..d4a716b7 --- /dev/null +++ b/.github/workflows/claude.yml @@ -0,0 +1,36 @@ +name: Claude PR Assistant + +on: + issue_comment: + types: [created] + pull_request_review_comment: + types: [created] + issues: + types: [opened, assigned] + pull_request_review: + types: [submitted] + +jobs: + claude-code-action: + if: | + (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || + (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || + (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || + (github.event_name == 'issues' && contains(github.event.issue.body, '@claude')) + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read + issues: read + id-token: write + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 + + - name: Run Claude PR Action + uses: anthropics/claude-code-action@beta + with: + anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + timeout_minutes: "60" From 55088fe4036a8a5270feb5c60f4f944ff71d88ac Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 19 Jun 2025 04:27:08 +0000 Subject: [PATCH 077/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250616-0055-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 26f49807..35cf49e3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250608-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20250616-0055-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250608-0745 + version: 20250616-0055 flavor: user kernel: kde-neon-user regolith-current: From 6a0d5726499e5306fbaac17fca52539a17e9d29f Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 19 Jun 2025 11:06:02 +0200 Subject: [PATCH 078/605] alpinelinux: use interface autodetection When there are multiple network cards in a system, eth0 could possible not be the right interface to configure leaving the system unable to boot. Leaving it empty will try to find the first interface which is active. This should also provide a better error message when no active interface is found instead of just exiting into an emergency shell. --- roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 b/roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 index 53b6ffbd..bda8bce9 100644 --- a/roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/alpinelinux.ipxe.j2 @@ -3,7 +3,7 @@ # Alpine Linux # https://alpinelinux.org -isset ${dhcp-server} && set ipparam ip=dhcp || set ipparam ip=${ip}::${gateway}:${netmask}::eth0:none:${dns} +isset ${dhcp-server} && set ipparam ip=dhcp || set ipparam ip=${ip}::${gateway}:${netmask}::::${dns} goto ${menu} From b6339120332252ceefabd19b879bf9f16f41c13e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 20 Jun 2025 04:25:04 +0000 Subject: [PATCH 079/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.06.17-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 35cf49e3..e58f77d1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.06.06-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.06.17-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 17ef218e16fd9a525ca3c0d957f4c5600e74f8ed Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 23 Jun 2025 04:38:14 +0000 Subject: [PATCH 080/605] Version bump for netbootxyz/asset-mirror:xcp-ng new tag 8.3-55521b28 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e58f77d1..b271b42f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1044,7 +1044,7 @@ endpoints: version: 6.3.2 flavor: security xcp-ng: - path: /asset-mirror/releases/download/8.2-55521b28/ + path: /asset-mirror/releases/download/8.3-55521b28/ files: - xen.gz - vmlinuz From ef4a9b67c187b3e3c67c1bde77b047a431b4fbb7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 24 Jun 2025 04:35:26 +0000 Subject: [PATCH 081/605] External Version bump for ipfire new version string "2.29-core195" --- 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 2771be49..5c758dc5 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -289,8 +289,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.29-core194 - name: 2.29 Core194 + - code_name: 2.29-core195 + name: 2.29 Core195 k3os: enabled: true menu: linux From 8ec5b7b6096599c307a35f42feaa1af5a3ad7587 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 25 Jun 2025 04:32:05 +0000 Subject: [PATCH 082/605] External Version bump for coreos new version string "42.20250609.3.0-stable,42.20250623.2.0-testing,42.20250623.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 5c758dc5..ee96e465 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250526.3.0 + - code_name: 42.20250609.3.0 name: stable - - code_name: 42.20250609.2.0 + - code_name: 42.20250623.2.0 name: testing - - code_name: 42.20250609.1.0 + - code_name: 42.20250623.1.0 name: next debian: archive_mirror: http://archive.debian.org From b80986bcea01ef617a3c2a7e9677ebab8ab2f6fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 26 Jun 2025 04:19:11 +0000 Subject: [PATCH 083/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20250620-plucky-48403403 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b271b42f..0d8a0c15 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -630,13 +630,13 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20250512-plucky-48403403/ + path: /ubuntu-squash/releases/download/20250620-plucky-48403403/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250512-plucky + version: 20250620-plucky flavor: stable kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 From 865d8927c86b81ab32aba3076aba0ceff19040c3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 26 Jun 2025 04:27:47 +0000 Subject: [PATCH 084/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250624-0217-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0d8a0c15..d4363e67 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250616-0055-9b372e2a/ + path: /ubuntu-squash/releases/download/20250624-0217-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250616-0055 + version: 20250624-0217 flavor: user kernel: kde-neon-user regolith-current: From 53911a29e6298927d58104d04d8226068f2248ad Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 26 Jun 2025 04:31:23 +0000 Subject: [PATCH 085/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250620-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d4363e67..23064d61 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250604-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250620-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250604-questing + version: 20250620-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From b4bbb2f253664e33279994fb471b5aa90a2f91cf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 27 Jun 2025 04:25:54 +0000 Subject: [PATCH 086/605] External Version bump for smartos new version string "20250626T000630Z,20250612T001439Z,20250529T000820Z,20250515T001218Z" --- 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 ee96e465..bb7077f4 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250626T000630Z + name: 20250626T000630Z - code_name: 20250612T001439Z name: 20250612T001439Z - code_name: 20250529T000820Z name: 20250529T000820Z - code_name: 20250515T001218Z name: 20250515T001218Z - - code_name: 20250501T000434Z - name: 20250501T000434Z talos: enabled: true menu: linux From 701fa614abb13e31cbf6e3dc3e80821176f44e4a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 27 Jun 2025 04:27:18 +0000 Subject: [PATCH 087/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.06.24-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 23064d61..b3368612 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.06.17-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.06.24-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 060e7c5bfd97898c74a51ec6af793ff8e0a86909 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 27 Jun 2025 04:27:23 +0000 Subject: [PATCH 088/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.2-15-5641363c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b3368612..227a2b94 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -619,13 +619,13 @@ endpoints: version: 2024.07.10 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.2.2-5-5641363c/ + path: /debian-squash/releases/download/3.2.2-15-5641363c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-5 + version: 3.2.2-15 flavor: stable kernel: clonezilla-debian-stable-amd64 arch: amd64 From 633db72dbb32412c4eda2962bf35c6d8059e8d63 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 28 Jun 2025 04:20:27 +0000 Subject: [PATCH 089/605] External Version bump for smartos new version string "20250626T191621Z,20250626T000630Z,20250612T001439Z,20250529T000820Z" --- 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 bb7077f4..2583af5e 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250626T191621Z + name: 20250626T191621Z - code_name: 20250626T000630Z name: 20250626T000630Z - code_name: 20250612T001439Z name: 20250612T001439Z - code_name: 20250529T000820Z name: 20250529T000820Z - - code_name: 20250515T001218Z - name: 20250515T001218Z talos: enabled: true menu: linux From 89aa8ada1de3b2021bc21b6b5ec3f30ec87e70cf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 04:25:16 +0000 Subject: [PATCH 090/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250622T230818Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 227a2b94..b68cd6fe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250427T235504Z-d5972d15/ + path: /asset-mirror/releases/download/20250622T230818Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250427T235504Z + version: 20250622T230818Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250518T165514Z-63d6ec39/ From d368618ed539e145c10cff20d28cf2ce9b35af1c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 04:26:49 +0000 Subject: [PATCH 091/605] Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 49.0-4aab1393 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b68cd6fe..e2de8fe3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -286,7 +286,7 @@ endpoints: version: current flavor: full 4mlinux-thesss: - path: /asset-mirror/releases/download/48.0-4aab1393/ + path: /asset-mirror/releases/download/49.0-4aab1393/ files: - initrd - vmlinuz From 36d7b547613ac0e7fc7f75cf5bd728375580b0c9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 04:27:38 +0000 Subject: [PATCH 092/605] Version bump for netbootxyz/asset-mirror:4mlinux new tag 48.1-c292230f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e2de8fe3..5cb35ce1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -278,7 +278,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/48.0-c292230f/ + path: /asset-mirror/releases/download/48.1-c292230f/ files: - initrd - vmlinuz From 58f549c2d96c292b8dc6656c720167f4f6d231d2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 04:43:37 +0000 Subject: [PATCH 093/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.17-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5cb35ce1..f1052bc4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250518T165514Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.16-00388326/ + path: /asset-mirror/releases/download/6.17-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '6.16' + version: '6.17' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From dad957bf7b920f55a2184fb4b082825a689f272b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 05:12:40 +0000 Subject: [PATCH 094/605] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U0-f2411221 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f1052bc4..ec556b5f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1017,7 +1017,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U6-f2411221/ + path: /asset-mirror/releases/download/U0-f2411221/ files: - vmlinuz - initrd From 01546c34968984151e258c49288bfe9e1d65667e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 30 Jun 2025 05:38:16 +0000 Subject: [PATCH 095/605] Version bump for netbootxyz/asset-mirror:oracle-9-x86_64 new tag U0-5d86c3df --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ec556b5f..7bc525a6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1008,7 +1008,7 @@ endpoints: flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: - path: /asset-mirror/releases/download/U6-5d86c3df/ + path: /asset-mirror/releases/download/U0-5d86c3df/ files: - vmlinuz - initrd From 060241ce731a7b1e98e91bf63e1345cbec5acc33 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 2 Jul 2025 04:35:16 +0000 Subject: [PATCH 096/605] External Version bump for archlinux new version string "2025.07.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 2583af5e..36a56275 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.06.01 - name: 2025.06.01 + - code_name: 2025.07.01 + name: 2025.07.01 blackarch: enabled: true menu: linux From 63e46f74c76bc1abe3679893a68fa10d01c09ad8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 3 Jul 2025 04:24:28 +0000 Subject: [PATCH 097/605] External Version bump for kairos new version string "null" --- 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 36a56275..0594e7f7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.4.2 + version: null kali: base_dir: kali enabled: true From 224764777ef1751dbe665ef685384e20cae83eba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 3 Jul 2025 04:31:17 +0000 Subject: [PATCH 098/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250629-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7bc525a6..262df826 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250624-0217-9b372e2a/ + path: /ubuntu-squash/releases/download/20250629-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250624-0217 + version: 20250629-0744 flavor: user kernel: kde-neon-user regolith-current: From 4b2960b03f7be84af068da5fd1dfbb94b93b1e12 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 3 Jul 2025 04:37:05 +0000 Subject: [PATCH 099/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250629-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 262df826..d67c767f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250620-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250629-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250620-questing + version: 20250629-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From cdd1460cb9b574723d26097e19bdb3014c7a19f3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 4 Jul 2025 04:22:37 +0000 Subject: [PATCH 100/605] External Version bump for kairos new version string "v3.4.2" --- 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 0594e7f7..36a56275 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: null + version: v3.4.2 kali: base_dir: kali enabled: true From 2d3933bab2bcdbc320d0143825c64d41e3efe2c0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 4 Jul 2025 04:23:47 +0000 Subject: [PATCH 101/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.3-6-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d67c767f..760b3f1e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.2-10-9e73bfe5/ + path: /debian-squash/releases/download/3.2.3-6-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-10 + version: 3.2.3-6 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From da2b2e04446e2ebee7116420a8a401dc1504cf3a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 4 Jul 2025 04:28:27 +0000 Subject: [PATCH 102/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.07.04-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 760b3f1e..959607d8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.06.24-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.07.04-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 30bb325b3351bc5224c6b4bc34c1c6221879ed55 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 7 Jul 2025 04:24:25 +0000 Subject: [PATCH 103/605] Version bump for netbootxyz/asset-mirror:harvester new tag v1.5.1-c82c6d22 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 959607d8..2d3dcf54 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -959,7 +959,7 @@ endpoints: version: '4.0' arch: aarch64 harvester: - path: /asset-mirror/releases/download/v1.5.0-c82c6d22/ + path: /asset-mirror/releases/download/v1.5.1-c82c6d22/ files: - harvester-vmlinuz-amd64 - harvester-initrd-amd64 @@ -967,7 +967,7 @@ endpoints: - harvester-amd64.sha512 - version.yaml os: harvester - version: v1.5.0 + version: v1.5.1 linux-lite-6-squash: path: /ubuntu-squash/releases/download/6.4-2550834c/ files: From 52c1252a76a8fdd81f8c58cd67c7d393ed28968f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 7 Jul 2025 04:30:17 +0000 Subject: [PATCH 104/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20250608T165347Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2d3dcf54..d69512e1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20250622T230818Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20250518T165514Z-63d6ec39/ + path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250518T165514Z + version: 20250608T165347Z arch: amd64 tails: path: /asset-mirror/releases/download/6.17-00388326/ From 4f4b5ad25d913aa5d5b1d7eec86ea5c5082d472b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 8 Jul 2025 04:32:11 +0000 Subject: [PATCH 105/605] External Version bump for coreos new version string "42.20250623.3.0-stable,42.20250705.2.0-testing,42.20250705.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 36a56275..de1549e4 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250609.3.0 + - code_name: 42.20250623.3.0 name: stable - - code_name: 42.20250623.2.0 + - code_name: 42.20250705.2.0 name: testing - - code_name: 42.20250623.1.0 + - code_name: 42.20250705.1.0 name: next debian: archive_mirror: http://archive.debian.org From 911370fcdeeff68da0b6e34a49f05c8adb2e76a1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 10 Jul 2025 04:31:16 +0000 Subject: [PATCH 106/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250706-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d69512e1..d0bd26b3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250629-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250706-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250629-0744 + version: 20250706-0744 flavor: user kernel: kde-neon-user regolith-current: From f4d008ffee8855f7c46b468618d40052930ff6aa Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 10 Jul 2025 04:34:53 +0000 Subject: [PATCH 107/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250708-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d0bd26b3..724599e8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250629-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250708-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250629-questing + version: 20250708-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 21288abbbf4e1fc8f21b1f7aaf2f1a90996b9204 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 11 Jul 2025 04:30:36 +0000 Subject: [PATCH 108/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.3-8-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 724599e8..e3638e4f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.3-6-9e73bfe5/ + path: /debian-squash/releases/download/3.2.3-8-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.3-6 + version: 3.2.3-8 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 0b2aa2afccd055d8320abf12e06bd8b86722b763 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 11 Jul 2025 04:34:34 +0000 Subject: [PATCH 109/605] External Version bump for smartos new version string "20250710T000436Z,20250626T191621Z,20250626T000630Z,20250612T001439Z" --- 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 de1549e4..9ab04cc0 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250710T000436Z + name: 20250710T000436Z - code_name: 20250626T191621Z name: 20250626T191621Z - code_name: 20250626T000630Z name: 20250626T000630Z - code_name: 20250612T001439Z name: 20250612T001439Z - - code_name: 20250529T000820Z - name: 20250529T000820Z talos: enabled: true menu: linux From cd1cf9569c8c873719ed39d5ec45342055f49cc6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 11 Jul 2025 04:35:38 +0000 Subject: [PATCH 110/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.07.11-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e3638e4f..28d8a31e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.07.04-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.07.11-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From e0ad1352d7509c1bcde70e4ebd6f91253d218944 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 12 Jul 2025 04:33:17 +0000 Subject: [PATCH 111/605] External Version bump for coreos new version string "42.20250623.3.1-stable,42.20250705.2.0-testing,42.20250705.1.0-next" --- 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 9ab04cc0..8ccdbd38 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,7 +195,7 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250623.3.0 + - code_name: 42.20250623.3.1 name: stable - code_name: 42.20250705.2.0 name: testing From 0004d5adfb0b80d5b10604146ce44a43f6884bc8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 14 Jul 2025 04:37:00 +0000 Subject: [PATCH 112/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250713-4337df9e --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 28d8a31e..b869d581 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1477,14 +1477,14 @@ endpoints: os: ubuntu-spins version: 0.0.2 cachyos: - path: /asset-mirror/releases/download/250530-4337df9e/ + path: /asset-mirror/releases/download/250713-4337df9e/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '250530' + version: '250713' deepin-20-squash: path: /debian-squash/releases/download/20.9-e3a3a399/ files: From 83c791b7bf2e2a93c28f8cd7c9e1a3040a64c030 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 17 Jul 2025 04:37:41 +0000 Subject: [PATCH 113/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250716-1214-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b869d581..c093f27d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250706-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250716-1214-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250706-0744 + version: 20250716-1214 flavor: user kernel: kde-neon-user regolith-current: From 3e5379bbb62b3ff9d85b1625a2937e9c6d85d1e5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 17 Jul 2025 04:42:05 +0000 Subject: [PATCH 114/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250713-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c093f27d..693f5db0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250708-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250713-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250708-questing + version: 20250713-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From df2785db184142a06f28cfceef4a0aa438dc3ab6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:29:41 +0000 Subject: [PATCH 115/605] Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.7.0-8-cff72999 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 693f5db0..7b8a36f6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -129,7 +129,7 @@ endpoints: version: '2' flavor: ascii gparted-stable: - path: /debian-squash/releases/download/1.7.0-1-cff72999/ + path: /debian-squash/releases/download/1.7.0-8-cff72999/ files: - filesystem.squashfs - initrd From 8078542fab9b32235d6615be0b7a10c3fc3d7d55 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:34:11 +0000 Subject: [PATCH 116/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.3-11-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7b8a36f6..21d76cf4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.3-8-9e73bfe5/ + path: /debian-squash/releases/download/3.2.3-11-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.3-8 + version: 3.2.3-11 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From b725aa14302602444bc702eb84fa3eb814bea28e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:37:23 +0000 Subject: [PATCH 117/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.07.18-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 21d76cf4..5c7b4474 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.07.11-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.07.18-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From ff061b2c2e4eb5a0be1095d32b30995d27471168 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:37:43 +0000 Subject: [PATCH 118/605] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 7.8-d38c17d0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5c7b4474..6f3254de 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -53,7 +53,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/7.7-d38c17d0/ + path: /debian-squash/releases/download/7.8-d38c17d0/ files: - filesystem.squashfs - initrd From 2334fa856952a19ee01209eb1465107fc030cc9f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:38:51 +0000 Subject: [PATCH 119/605] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 7.8-6c87e83c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6f3254de..02426623 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -43,7 +43,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/7.7-6c87e83c/ + path: /debian-squash/releases/download/7.8-6c87e83c/ files: - filesystem.squashfs - initrd From cbf0149300057fbb79c9b173fa6b1e0b678168b1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 18 Jul 2025 04:43:53 +0000 Subject: [PATCH 120/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 7.8-f9c9e1f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 02426623..bc0f8f06 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/7.7-f9c9e1f1/ + path: /debian-squash/releases/download/7.8-f9c9e1f1/ files: - filesystem.squashfs - initrd From b2b4c6edfe6e72ff042aa4b0adc2ed36372489a6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 21 Jul 2025 04:34:45 +0000 Subject: [PATCH 121/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250629T230726Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bc0f8f06..3289b14f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250622T230818Z-d5972d15/ + path: /asset-mirror/releases/download/20250629T230726Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250622T230818Z + version: 20250629T230726Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From fb411f0db73a22f7bd70ff25dd2905a2821eddd1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 21 Jul 2025 04:36:03 +0000 Subject: [PATCH 122/605] External Version bump for kairos new version string "null" --- 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 8ccdbd38..5b9067b7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.4.2 + version: null kali: base_dir: kali enabled: true From 14eba28f34062a710dcf29d96df6d1fa0c5c055a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 21 Jul 2025 04:38:12 +0000 Subject: [PATCH 123/605] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 9.0-BETA-1-613c19ff --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3289b14f..4fed0f6f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -825,13 +825,13 @@ endpoints: os: proxmox-backup-server version: 3.4-1 proxmox-ve: - path: /asset-mirror/releases/download/8.4-1-613c19ff/ + path: /asset-mirror/releases/download/9.0-BETA-1-613c19ff/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 8.4-1 + version: 9.0-BETA-1 proxmox-mailgateway: path: /asset-mirror/releases/download/8.2-1-8374c64d/ files: From 0e3c34f91f52896a6a2d7c888a994bd634af08e0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 22 Jul 2025 04:32:16 +0000 Subject: [PATCH 124/605] External Version bump for kairos new version string "v3.4.2" --- 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 5b9067b7..8ccdbd38 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: null + version: v3.4.2 kali: base_dir: kali enabled: true From 39c2ed2f23c23025e18d6f15d7deb49a1ad8d1bb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 23 Jul 2025 04:47:22 +0000 Subject: [PATCH 125/605] External Version bump for ipfire new version string "2.29-core196" --- 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 8ccdbd38..58564c72 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -289,8 +289,8 @@ releases: mirror: https://downloads.ipfire.org name: IPFire versions: - - code_name: 2.29-core195 - name: 2.29 Core195 + - code_name: 2.29-core196 + name: 2.29 Core196 k3os: enabled: true menu: linux From 4e38f9df0d6d97b3cc037e8583429e875126a9f0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 24 Jul 2025 04:32:43 +0000 Subject: [PATCH 126/605] External Version bump for kairos new version string "null" --- 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 58564c72..dfba8e6d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.4.2 + version: null kali: base_dir: kali enabled: true From 440adaa2a549b114784db358ba2ae3bf7673c306 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 24 Jul 2025 04:38:48 +0000 Subject: [PATCH 127/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250720-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4fed0f6f..f6bc4a9b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250716-1214-9b372e2a/ + path: /ubuntu-squash/releases/download/20250720-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250716-1214 + version: 20250720-0745 flavor: user kernel: kde-neon-user regolith-current: From 571eb75dca025339a57d0391da89be39a692eda7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 24 Jul 2025 04:41:26 +0000 Subject: [PATCH 128/605] External Version bump for coreos new version string "42.20250705.3.0-stable,42.20250721.2.0-testing,42.20250721.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 dfba8e6d..01dd2530 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250623.3.1 + - code_name: 42.20250705.3.0 name: stable - - code_name: 42.20250705.2.0 + - code_name: 42.20250721.2.0 name: testing - - code_name: 42.20250705.1.0 + - code_name: 42.20250721.1.0 name: next debian: archive_mirror: http://archive.debian.org From eb289dd0fbe3fa66629ca64e79f621df0a760b73 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 24 Jul 2025 04:42:17 +0000 Subject: [PATCH 129/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250720-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f6bc4a9b..a764f7bc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250713-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250720-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250713-questing + version: 20250720-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From e0d2f10fc556936a0c39400dffb59c631069e37d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 25 Jul 2025 04:32:15 +0000 Subject: [PATCH 130/605] External Version bump for kairos new version string "v3.4.2" --- 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 01dd2530..bb479cae 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: null + version: v3.4.2 kali: base_dir: kali enabled: true From fc50c621c6733bb2d58f6d2c6f81205e8a96c1f8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 25 Jul 2025 04:32:38 +0000 Subject: [PATCH 131/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.2.3-12-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a764f7bc..8d3e346a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.3-11-9e73bfe5/ + path: /debian-squash/releases/download/3.2.3-12-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.3-11 + version: 3.2.3-12 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 8a5c46c4638caf19fecdaaa0ab8b352fd783f344 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 24 Jul 2025 23:32:34 -0500 Subject: [PATCH 132/605] Revert "Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 9.0-BETA-1-613c19ff" This reverts commit 14eba28f34062a710dcf29d96df6d1fa0c5c055a. --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8d3e346a..d6d5c572 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -825,13 +825,13 @@ endpoints: os: proxmox-backup-server version: 3.4-1 proxmox-ve: - path: /asset-mirror/releases/download/9.0-BETA-1-613c19ff/ + path: /asset-mirror/releases/download/8.4-1-613c19ff/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 9.0-BETA-1 + version: 8.4-1 proxmox-mailgateway: path: /asset-mirror/releases/download/8.2-1-8374c64d/ files: From 9c6ec8e4a6851116c4aa5e1d6948acb073e7ec14 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 25 Jul 2025 04:36:28 +0000 Subject: [PATCH 133/605] External Version bump for smartos new version string "20250724T001011Z,20250710T000436Z,20250626T191621Z,20250626T000630Z" --- 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 bb479cae..55356dc3 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250724T001011Z + name: 20250724T001011Z - code_name: 20250710T000436Z name: 20250710T000436Z - code_name: 20250626T191621Z name: 20250626T191621Z - code_name: 20250626T000630Z name: 20250626T000630Z - - code_name: 20250612T001439Z - name: 20250612T001439Z talos: enabled: true menu: linux From 38f21f2274b5c1dec486e88c54acb1d9b58c65dd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 25 Jul 2025 04:37:43 +0000 Subject: [PATCH 134/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.07.25-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d6d5c572..5bd11948 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.07.18-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.07.25-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From e1f22a9a0bba32a2717ff006515358e622ffc927 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 26 Jul 2025 04:29:23 +0000 Subject: [PATCH 135/605] External Version bump for kairos new version string "v3.5.0" --- 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 55356dc3..73260b63 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -329,7 +329,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.4.2 + version: v3.5.0 kali: base_dir: kali enabled: true From 6c290d4d3c08c3c828553a2a0a55c828d3abba71 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 28 Jul 2025 04:37:18 +0000 Subject: [PATCH 136/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250706T230915Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5bd11948..75c8ae2b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250629T230726Z-d5972d15/ + path: /asset-mirror/releases/download/20250706T230915Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250629T230726Z + version: 20250706T230915Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From cb8fe45c3f4638faa3cc0f3026b0cdde57d273d8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 28 Jul 2025 04:40:01 +0000 Subject: [PATCH 137/605] Version bump for netbootxyz/asset-mirror:rescuezilla new tag 2.6.1-2ace42ce --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 75c8ae2b..dcb94f4f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -445,13 +445,13 @@ endpoints: flavor: gnome kernel: pureos-gnome rescuezilla: - path: /asset-mirror/releases/download/2.6-2ace42ce/ + path: /asset-mirror/releases/download/2.6.1-2ace42ce/ files: - filesystem.squashfs - initrd - vmlinuz os: rescuezilla - version: '2.6' + version: 2.6.1 nitrux-release: path: /ubuntu-squash/releases/download/2022.02.28-e364d0a5/ files: From 406320286742084a1897c2835e9b1fce58fb99f1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 28 Jul 2025 04:53:41 +0000 Subject: [PATCH 138/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.18-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index dcb94f4f..453e1e5b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250608T165347Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.17-00388326/ + path: /asset-mirror/releases/download/6.18-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '6.17' + version: '6.18' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 1329215b869f0adb661e92c11e52e2e776d580f6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 31 Jul 2025 04:40:50 +0000 Subject: [PATCH 139/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250727-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 453e1e5b..168c5a32 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250720-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20250727-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250720-0745 + version: 20250727-0745 flavor: user kernel: kde-neon-user regolith-current: From 7282c70fb47cfcffd850cc5b50a7b3c8935c2e99 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 31 Jul 2025 04:47:44 +0000 Subject: [PATCH 140/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250728-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 168c5a32..a1da0714 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250720-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250728-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250720-questing + version: 20250728-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 5100db6f2047351068c9018da5950a410c42652c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 1 Aug 2025 04:47:17 +0000 Subject: [PATCH 141/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-2-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a1da0714..974aa04a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.2.3-12-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-2-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.3-12 + version: 3.3.0-2 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 9f375eeda477d30446188195094048b103bf4842 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 1 Aug 2025 04:52:45 +0000 Subject: [PATCH 142/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.08.01-0024-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 974aa04a..9c37b831 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.07.25-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.08.01-0024-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 9ef90a0d099f41b9adea29b7e8cded79e587288b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 2 Aug 2025 04:39:32 +0000 Subject: [PATCH 143/605] External Version bump for archlinux new version string "2025.08.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 73260b63..64a2590a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.07.01 - name: 2025.07.01 + - code_name: 2025.08.01 + name: 2025.08.01 blackarch: enabled: true menu: linux From 49f89283759e70e6f7d5834cbcedcca34f4dc926 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 04:48:40 +0000 Subject: [PATCH 144/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250713T232224Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9c37b831..656cb176 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250706T230915Z-d5972d15/ + path: /asset-mirror/releases/download/20250713T232224Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250706T230915Z + version: 20250713T232224Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 566a54b79650735756bd2f29bfe9ddd3c2e09849 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 04:51:36 +0000 Subject: [PATCH 145/605] Version bump for netbootxyz/asset-mirror:4mlinux new tag 49.0-c292230f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 656cb176..caabf71b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -278,7 +278,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/48.1-c292230f/ + path: /asset-mirror/releases/download/49.0-c292230f/ files: - initrd - vmlinuz From 2f20e4004027f1c0489a219aa93042ab721ea342 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 04:55:02 +0000 Subject: [PATCH 146/605] Version bump for netbootxyz/asset-mirror:garuda-i3wm new tag 250801-d48b8f05 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index caabf71b..ceb374c2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -761,7 +761,7 @@ endpoints: flavor: qtile version: 231029 garuda-i3wm: - path: /asset-mirror/releases/download/250308-d48b8f05/ + path: /asset-mirror/releases/download/250801-d48b8f05/ files: - amd_ucode.img - desktopfs.sfs @@ -773,7 +773,7 @@ endpoints: - vmlinuz os: garuda flavor: i3wm - version: 250308 + version: 250801 garuda-sway: path: /asset-mirror/releases/download/250308-8d451890/ files: From b183266f45468bde4058a1fbc16b7ee88ca25071 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 04:59:25 +0000 Subject: [PATCH 147/605] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 11.4-2ae1d21b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ceb374c2..6059c10c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -504,11 +504,11 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/11.3-2ae1d21b/ + path: /asset-mirror/releases/download/11.4-2ae1d21b/ files: - memtest86-usb.img os: memtest86-free - version: '11.3' + version: '11.4' gentoo-x86: path: /asset-mirror/releases/download/20241209T170323Z-5b773f72/ files: From 9c8c8aa22113050ef044111e4443d64164f9f2e2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 05:01:56 +0000 Subject: [PATCH 148/605] Version bump for netbootxyz/asset-mirror:garuda-gnome new tag 250801-c80a21be --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6059c10c..6f1de5db 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -705,7 +705,7 @@ endpoints: flavor: xfce version: 250308 garuda-gnome: - path: /asset-mirror/releases/download/250308-c80a21be/ + path: /asset-mirror/releases/download/250801-c80a21be/ files: - amd_ucode.img - desktopfs.sfs @@ -717,7 +717,7 @@ endpoints: - vmlinuz os: garuda flavor: gnome - version: 250308 + version: 250801 garuda-lxqt-kwin: path: /asset-mirror/releases/download/230501-f13b4b24/ files: From 3670b61aab35d4612d1affe46d4ff71b73c4202e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 05:02:09 +0000 Subject: [PATCH 149/605] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 4.0-BETA-1-f308cf4b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6f1de5db..9a10ba12 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -817,13 +817,13 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/3.4-1-f308cf4b/ + path: /asset-mirror/releases/download/4.0-BETA-1-f308cf4b/ files: - initrd - vmlinuz - proxmox.iso os: proxmox-backup-server - version: 3.4-1 + version: 4.0-BETA-1 proxmox-ve: path: /asset-mirror/releases/download/8.4-1-613c19ff/ files: From 45a28cf9a20b5eeb5e015e8d4e99a40cd0c9fc98 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 05:05:55 +0000 Subject: [PATCH 150/605] Version bump for netbootxyz/asset-mirror:garuda-cinnamon new tag 250801-0b360492 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9a10ba12..3d8ef824 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1052,7 +1052,7 @@ endpoints: os: xcp-ng version: '8.2' garuda-cinnamon: - path: /asset-mirror/releases/download/250308-0b360492/ + path: /asset-mirror/releases/download/250801-0b360492/ files: - amd_ucode.img - desktopfs.sfs @@ -1064,7 +1064,7 @@ endpoints: - vmlinuz os: garuda flavor: cinnamon - version: 250308 + version: 250801 elementaryos-7-default-squash: path: /ubuntu-squash/releases/download/7-3e6e05f6/ files: From dd47c41ff117f2a3a1a4bd1c42ef353b78b2d7f5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 05:20:24 +0000 Subject: [PATCH 151/605] Version bump for netbootxyz/asset-mirror:garuda-dr460nized-gaming new tag 250801-a96201bb --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3d8ef824..0215764a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -663,7 +663,7 @@ endpoints: kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 garuda-dr460nized-gaming: - path: /asset-mirror/releases/download/250308-a96201bb/ + path: /asset-mirror/releases/download/250801-a96201bb/ files: - amd_ucode.img - desktopfs.sfs @@ -675,7 +675,7 @@ endpoints: - vmlinuz os: garuda flavor: dr460nized-gaming - version: 250308 + version: 250801 garuda-dr460nized: path: /asset-mirror/releases/download/250308-f610be58/ files: From 4f9da0eb7488dec7c565e9a091904eb44bc3f95b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 4 Aug 2025 05:23:05 +0000 Subject: [PATCH 152/605] Version bump for netbootxyz/asset-mirror:garuda-dr460nized new tag 250801-f610be58 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 0215764a..083cd798 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -677,7 +677,7 @@ endpoints: flavor: dr460nized-gaming version: 250801 garuda-dr460nized: - path: /asset-mirror/releases/download/250308-f610be58/ + path: /asset-mirror/releases/download/250801-f610be58/ files: - amd_ucode.img - desktopfs.sfs @@ -689,7 +689,7 @@ endpoints: - vmlinuz os: garuda flavor: dr460nized - version: 250308 + version: 250801 garuda-xfce: path: /asset-mirror/releases/download/250308-c866e6bf/ files: From 4fa1735bee23ad9f43b98c266acf4fed0a910378 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 4 Aug 2025 22:26:35 -0500 Subject: [PATCH 153/605] Bump to FreeDos 1.4 Closes: https://github.com/netbootxyz/netboot.xyz/issues/1642 --- 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 64a2590a..d1143be8 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -270,10 +270,10 @@ releases: mirror: http://www.ibiblio.org name: FreeDOS versions: - - code_name: FD13-FullUSB - name: 1.3 Full Installer - - code_name: FD13-LiteUSB - name: 1.3 Lite Installer + - code_name: FD14-FullUSB + name: 1.4 Full Installer + - code_name: FD14-LiteUSB + name: 1.4 Lite Installer gentoo: enabled: true menu: linux From 0b95b460ab80f7744ff89c6471e0c1c1538ea7d0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 5 Aug 2025 03:34:51 +0000 Subject: [PATCH 154/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.2.2-15-91a0e644 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 083cd798..fb31d955 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -619,7 +619,7 @@ endpoints: version: 2024.07.10 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.2.2-15-5641363c/ + path: /debian-squash/releases/download/3.2.2-15-91a0e644/ files: - filesystem.squashfs - initrd From 8b7406b3e68a3e626d25476e67fb79fa8e36dc7c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 5 Aug 2025 03:37:06 +0000 Subject: [PATCH 155/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20250620-plucky-24b2fcf3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fb31d955..f6968c91 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -630,7 +630,7 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20250620-plucky-48403403/ + path: /ubuntu-squash/releases/download/20250620-plucky-24b2fcf3/ files: - filesystem.squashfs - initrd From e41bd8e45f47786743bae465bc095287f2604049 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 4 Aug 2025 22:39:36 -0500 Subject: [PATCH 156/605] Bump FreeDos base dir --- 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 d1143be8..05dfa5db 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -264,7 +264,7 @@ releases: menu: bsd name: FreeBSD freedos: - base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.3/official + base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.4/official enabled: true menu: dos mirror: http://www.ibiblio.org From 62c583810254e88b25c35e47602fa9a6f3a66455 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 4 Aug 2025 23:00:28 -0500 Subject: [PATCH 157/605] Update freedos url --- 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 05dfa5db..5e81bdcd 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -264,7 +264,7 @@ releases: menu: bsd name: FreeBSD freedos: - base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.4/official + base_dir: pub/micro/pc-stuff/freedos/files/distributions/1.4 enabled: true menu: dos mirror: http://www.ibiblio.org From fa3fce1b569526e6d445ff032af37d970280b5dd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 6 Aug 2025 04:49:07 +0000 Subject: [PATCH 158/605] External Version bump for coreos new version string "42.20250721.3.0-stable,42.20250803.2.0-testing,42.20250803.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 5e81bdcd..45346f56 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250705.3.0 + - code_name: 42.20250721.3.0 name: stable - - code_name: 42.20250721.2.0 + - code_name: 42.20250803.2.0 name: testing - - code_name: 42.20250721.1.0 + - code_name: 42.20250803.1.0 name: next debian: archive_mirror: http://archive.debian.org From f1a3f39a76e672f12a39b44e25af848c0ddf69e8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 7 Aug 2025 04:42:58 +0000 Subject: [PATCH 159/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250803-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f6968c91..2d25dffd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250727-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20250803-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250727-0745 + version: 20250803-0744 flavor: user kernel: kde-neon-user regolith-current: From 65da4fd6bca64dcc29dc26c97a83449cbe350872 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 7 Aug 2025 04:51:40 +0000 Subject: [PATCH 160/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250802-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2d25dffd..4f944eff 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250728-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250802-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250728-questing + version: 20250802-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 8299abc98554a1bda2aac3718d6b1b0a83cdeca8 Mon Sep 17 00:00:00 2001 From: Daniil Klimuk Date: Thu, 7 Aug 2025 16:30:22 +0200 Subject: [PATCH 161/605] endpoints: update DTS to v2.6.0 Signed-off-by: Daniil Klimuk --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4f944eff..134a14e2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -153,12 +153,12 @@ endpoints: os: caine version: '13.0' dts: - path: /dts/v2.0.0 + path: /dts/v2.6.0 files: - initrd - vmlinuz os: dts - version: 2.0.0 + version: 2.6.0 bootrepair: path: /ubuntu-squash/releases/download/current-e035b00c/ files: From f1677cad03e24aab1967ac27ce7609489e0afcba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 04:37:18 +0000 Subject: [PATCH 162/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-3-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4f944eff..0273a140 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-2-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-3-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-2 + version: 3.3.0-3 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 82137b2132ebd0826a2199994d65f1f59be29954 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 04:41:21 +0000 Subject: [PATCH 163/605] External Version bump for smartos new version string "20250807T000218Z,20250724T001011Z,20250710T000436Z,20250626T191621Z" --- 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 45346f56..4e48e3f0 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -479,14 +479,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250807T000218Z + name: 20250807T000218Z - code_name: 20250724T001011Z name: 20250724T001011Z - code_name: 20250710T000436Z name: 20250710T000436Z - code_name: 20250626T191621Z name: 20250626T191621Z - - code_name: 20250626T000630Z - name: 20250626T000630Z talos: enabled: true menu: linux From 5359c2c0b9ad64be7ef9f652c2d2c9b4fffedaf8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 04:42:38 +0000 Subject: [PATCH 164/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.08.06-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0273a140..027dc2eb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.08.01-0024-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.08.06-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From c68892b3f18c9ba8c7ec57e57af2ea7ae63c6018 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 19:04:03 +0000 Subject: [PATCH 165/605] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 9.0-1-613c19ff --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 027dc2eb..de8f1ae8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -825,13 +825,13 @@ endpoints: os: proxmox-backup-server version: 4.0-BETA-1 proxmox-ve: - path: /asset-mirror/releases/download/8.4-1-613c19ff/ + path: /asset-mirror/releases/download/9.0-1-613c19ff/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 8.4-1 + version: 9.0-1 proxmox-mailgateway: path: /asset-mirror/releases/download/8.2-1-8374c64d/ files: From 68c73f0265bf2994ebdd197ebad9a49245043ee9 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:32:40 +0000 Subject: [PATCH 166/605] Fix Fedora CoreOS kernel filename format Add missing dot in live-kernel filename to fix boot issues. Changes ''live-kernel-'' to ''live-kernel.'' to match actual Fedora CoreOS file naming convention. Fixes #1654 Co-authored-by: Antony Messerli --- roles/netbootxyz/templates/menu/coreos.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/coreos.ipxe.j2 b/roles/netbootxyz/templates/menu/coreos.ipxe.j2 index 13d96b6e..83ad4cb9 100644 --- a/roles/netbootxyz/templates/menu/coreos.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/coreos.ipxe.j2 @@ -34,7 +34,7 @@ iseq ${core_version} {{ item.code_name }} && set coreos_channel {{ item.name }} set base_url ${coreos_mirror}/${coreos_base_dir}/${coreos_channel}/builds set build_version ${core_version} imgfree -kernel ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-kernel-${os_arch} ip=dhcp rd.neednet=1 coreos.inst.install_dev=${install_device} coreos.inst.ignition_url=${ignition_url} coreos.live.rootfs_url=${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-rootfs.${os_arch}.img {{ kernel_params }} +kernel ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-kernel.${os_arch} ip=dhcp rd.neednet=1 coreos.inst.install_dev=${install_device} coreos.inst.ignition_url=${ignition_url} coreos.live.rootfs_url=${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-rootfs.${os_arch}.img {{ kernel_params }} initrd ${base_url}/${build_version}/${os_arch}/fedora-coreos-${build_version}-live-initramfs.${os_arch}.img boot goto coreos_exit From 8dd33069f18c9a2351b033166f79919b9d65595a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 8 Aug 2025 17:51:58 -0500 Subject: [PATCH 167/605] Add Debian 13 (trixie) net installer --- roles/netbootxyz/defaults/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index bb479cae..9114063a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -210,11 +210,13 @@ releases: name: Debian versions: stable: + - code_name: trixie + name: 13.0 (trixie) - code_name: bookworm name: 12.0 (bookworm) testing: - - code_name: trixie - name: trixie (testing) + - code_name: forky + name: forky (testing) - code_name: sid name: sid (unstable) devuan: From ad6f75b44d0a88dc67db95d28dee4e63fec08e51 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 23:43:39 +0000 Subject: [PATCH 168/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-24.04-amd64 new tag 24.04.3-dac09526 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9da344da..90aa0987 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1249,12 +1249,12 @@ endpoints: kernel: ubuntu-netboot-24.04-arm64 arch: arm64 ubuntu-netboot-24.04-amd64: - path: /ubuntu-squash/releases/download/24.04.2-dac09526/ + path: /ubuntu-squash/releases/download/24.04.3-dac09526/ files: - initrd - vmlinuz os: ubuntu - version: 24.04.2 + version: 24.04.3 codename: noble flavor: netboot kernel: ubuntu-netboot-24.04-amd64 From b077df61d6d1df6731c5f57fbb50c6cac292891e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 8 Aug 2025 23:45:29 +0000 Subject: [PATCH 169/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-24.04-arm64 new tag 24.04.3-7b71a472 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 90aa0987..bbd184fc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1238,12 +1238,12 @@ endpoints: os: memtest86-plus version: '7.20' ubuntu-netboot-24.04-arm64: - path: /ubuntu-squash/releases/download/24.04.2-7b71a472/ + path: /ubuntu-squash/releases/download/24.04.3-7b71a472/ files: - initrd - vmlinuz os: ubuntu - version: 24.04.2 + version: 24.04.3 codename: noble flavor: netboot kernel: ubuntu-netboot-24.04-arm64 From bedacefc8886356a67a49fbc974b7126365ee41f Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:10:16 +0000 Subject: [PATCH 170/605] Update CHANGELOG.md for 2.0.88-RC release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add comprehensive changelog for 2.0.88-RC - Document new CachyOS and Ubuntu Spins distributions - Include Debian 13 Trixie, Rocky Linux 10, AlmaLinux 10 - Note Flatcar ARM64 support and Proxmox VE 9.0 - Document TFTP improvements and bug fixes - Record removal of Deepin distribution 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec8addb..e22fc198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,32 @@ All notable changes to this project will be documented in this file. ### Added -- CachyOS +- CachyOS live distribution with archiso boot configuration +- Ubuntu Spins distribution template for Ubuntu flavor variants +- Debian 13 (Trixie) net installer +- Rocky Linux 10 and AlmaLinux 10 +- Flatcar Container Linux ARM64 architecture support +- Proxmox VE 9.0 +- Dasharo Tools Suite updated to v2.6.0 +- SystemRescue archiso_pxe_http initrd support -### Removed +### Changed -- Deepin +- FreeDOS updated to v1.4 with corrected URLs +- Various distribution version updates and endpoint refreshes +- Improved MAC address handling in TFTP boot configuration ### Fixed -- Loading of tftpmenu local-vars.ipxe, HOSTANEM-${hostname}.ipxe, +- Loading of TFTP menu files (fixed HOSTNAME typo): local-vars.ipxe, HOSTNAME-${hostname}.ipxe, MAC-${mac:hexraw}.ipxe, MAC-${mac:hexhyp}.ipxe and custom menu.ipxe from the root of the tftp server. The root `tftp-root-path` is a variable and can be - set in `local-vars.ipxe` to override. The default is `/`. + set in `local-vars.ipxe` to override. The default is `/` +- Fedora CoreOS kernel filename format corrected + +### Removed + +- Deepin distribution completely removed from the system ## [2.0.87] - 2025-05-08 From 246df5435f3eab246b61f959bf3d4ad1baeb4ed4 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 9 Aug 2025 03:48:42 -0500 Subject: [PATCH 171/605] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 0ad1ba85..74876dcf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.88 +2.0.89 From addb583b463c2699154cda48a6ad33b481688d10 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 9 Aug 2025 09:50:45 -0500 Subject: [PATCH 172/605] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22fc198..03476d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. -## [2.0.88] - Unreleased +## [2.0.89] - Unreleased + +## [2.0.88] - 2025-08-09 ### Added From a9d04b48f10ece55a6deb23e55d25a744449d1e6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 10 Aug 2025 02:38:21 +0000 Subject: [PATCH 173/605] Version bump for netbootxyz/debian-core-13:master new tag 13.0.0-5b34a6ca --- endpoints.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index bbd184fc..a8222704 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1494,3 +1494,10 @@ endpoints: os: Deepin version: '20.9' kernel: deepin-20-squash + debian-13-live-kernel: + path: /debian-core-13/releases/download/13.0.0-5b34a6ca/ + files: + - initrd + - vmlinuz + os: debian + version: '13' From a311b01ac7e3e71c094081c737cc580290d8d9ea Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 10 Aug 2025 11:57:25 -0500 Subject: [PATCH 174/605] Update changelog to remove some vars --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03476d95..d6441ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,6 @@ All notable changes to this project will be documented in this file. ### Fixed -- Loading of TFTP menu files (fixed HOSTNAME typo): local-vars.ipxe, HOSTNAME-${hostname}.ipxe, - MAC-${mac:hexraw}.ipxe, MAC-${mac:hexhyp}.ipxe and custom menu.ipxe from the - root of the tftp server. The root `tftp-root-path` is a variable and can be - set in `local-vars.ipxe` to override. The default is `/` - Fedora CoreOS kernel filename format corrected ### Removed From 90df191eed6bb8133cef6299b5d834f147b43741 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 11 Aug 2025 04:35:08 +0000 Subject: [PATCH 175/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250720T225228Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a8222704..19470fbd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250713T232224Z-d5972d15/ + path: /asset-mirror/releases/download/20250720T225228Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250713T232224Z + version: 20250720T225228Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 9d9e5bd2bb419c50250a9b2e44fe79c2aaf94c13 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 11 Aug 2025 04:50:24 +0000 Subject: [PATCH 176/605] Version bump for netbootxyz/asset-mirror:garuda-xfce new tag 250801-c866e6bf --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 19470fbd..945628d6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -691,7 +691,7 @@ endpoints: flavor: dr460nized version: 250801 garuda-xfce: - path: /asset-mirror/releases/download/250308-c866e6bf/ + path: /asset-mirror/releases/download/250801-c866e6bf/ files: - amd_ucode.img - desktopfs.sfs @@ -703,7 +703,7 @@ endpoints: - vmlinuz os: garuda flavor: xfce - version: 250308 + version: 250801 garuda-gnome: path: /asset-mirror/releases/download/250801-c80a21be/ files: From 28aa89a4d2f84503ee22e5446bc5161f80359712 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 11 Aug 2025 04:51:49 +0000 Subject: [PATCH 177/605] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 4.0-1-f308cf4b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 945628d6..102431e0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -817,13 +817,13 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/4.0-BETA-1-f308cf4b/ + path: /asset-mirror/releases/download/4.0-1-f308cf4b/ files: - initrd - vmlinuz - proxmox.iso os: proxmox-backup-server - version: 4.0-BETA-1 + version: 4.0-1 proxmox-ve: path: /asset-mirror/releases/download/9.0-1-613c19ff/ files: From 33357c8a5d0853b0bf3ef6ca33748ba8d7f4e544 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 11 Aug 2025 04:58:26 +0000 Subject: [PATCH 178/605] Version bump for netbootxyz/asset-mirror:garuda-sway new tag 250801-8d451890 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 102431e0..bd78dbc8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -775,7 +775,7 @@ endpoints: flavor: i3wm version: 250801 garuda-sway: - path: /asset-mirror/releases/download/250308-8d451890/ + path: /asset-mirror/releases/download/250801-8d451890/ files: - amd_ucode.img - desktopfs.sfs @@ -787,7 +787,7 @@ endpoints: - vmlinuz os: garuda flavor: sway - version: 250308 + version: 250801 garuda-mate: path: /asset-mirror/releases/download/230501-3af08aa6/ files: From ead2f6f51271f8324ece5e7d8aad1d4cb194dbeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:50:24 +0000 Subject: [PATCH 179/605] Update actions/checkout action to v5 --- .github/workflows/claude.yml | 2 +- .github/workflows/development.yml | 2 +- .github/workflows/pull-requests.yml | 4 ++-- .github/workflows/release-candidate.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rolling.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d4a716b7..f44dfa67 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 1 diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 90edaf6b..720a3e36 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -18,7 +18,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: development diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index e4ab9559..2f935cf2 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -12,7 +12,7 @@ jobs: name: Test Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: @@ -36,7 +36,7 @@ jobs: name: Build Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 3f986b7a..01217b1f 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -18,7 +18,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: RC diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a64d3ac3..9ae2352b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: master diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 8a2a4b71..7e37b4ce 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -20,7 +20,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: 'master' From e6695f41f283e639c49aa8e1e5ec8b8ffc15a545 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 14 Aug 2025 04:37:36 +0000 Subject: [PATCH 180/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-default-24.04 new tag 24.04.3-8efa196d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index bd78dbc8..ba569531 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1269,7 +1269,7 @@ endpoints: version: 40 flavor: GNOME ubuntu-24.04-default-squash: - path: /ubuntu-squash/releases/download/24.04.2-8efa196d/ + path: /ubuntu-squash/releases/download/24.04.3-8efa196d/ files: - filesystem.squashfs - initrd From 7e4692da25e63f02280d5c7e2c50ee5a65111e9d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:25:13 +0000 Subject: [PATCH 181/605] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 8.0-6c87e83c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ba569531..0588fbeb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -43,7 +43,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/7.8-6c87e83c/ + path: /debian-squash/releases/download/8.0-6c87e83c/ files: - filesystem.squashfs - initrd From 5e1c954238b3b9e7084a9729296a37b637e82cd7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:29:18 +0000 Subject: [PATCH 182/605] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 8.0-d38c17d0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0588fbeb..ef7379e4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -53,7 +53,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/7.8-d38c17d0/ + path: /debian-squash/releases/download/8.0-d38c17d0/ files: - filesystem.squashfs - initrd From 8bc1f53c56d24341aa8942458213df8038713124 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:30:18 +0000 Subject: [PATCH 183/605] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 13.0.0-c84a8c03 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ef7379e4..f13ba8d5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1108,7 +1108,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.11.0-c84a8c03/ + path: /debian-squash/releases/download/13.0.0-c84a8c03/ files: - filesystem.squashfs os: debian From e3d600220645042a930895c020bd85804ae7f50f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:31:45 +0000 Subject: [PATCH 184/605] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 13.0.0-43f2cd09 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f13ba8d5..8e12d376 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1116,7 +1116,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.11.0-43f2cd09/ + path: /debian-squash/releases/download/13.0.0-43f2cd09/ files: - filesystem.squashfs os: debian From 84e50a2261b0a1100849ddee72689095735f7c54 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:32:35 +0000 Subject: [PATCH 185/605] Version bump for netbootxyz/debian-squash:lxde-12 new tag 13.0.0-b3449bd8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8e12d376..9871d1e2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1132,7 +1132,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/12.11.0-b3449bd8/ + path: /debian-squash/releases/download/13.0.0-b3449bd8/ files: - filesystem.squashfs os: debian From 8e3d1eb9e867555bee0f23d09c808eedc7685d52 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:33:53 +0000 Subject: [PATCH 186/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.0-f9c9e1f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9871d1e2..16ec92a9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/7.8-f9c9e1f1/ + path: /debian-squash/releases/download/8.0-f9c9e1f1/ files: - filesystem.squashfs - initrd From 85746aa5aae21165d3eca050b15ca8063973e71e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:35:23 +0000 Subject: [PATCH 187/605] Version bump for netbootxyz/debian-squash:mate-12 new tag 13.0.0-1a8949e5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 16ec92a9..878b894c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1124,7 +1124,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/12.11.0-1a8949e5/ + path: /debian-squash/releases/download/13.0.0-1a8949e5/ files: - filesystem.squashfs os: debian From 66933494053d34ab61d51639dce011b814e5d955 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:35:32 +0000 Subject: [PATCH 188/605] Version bump for netbootxyz/debian-squash:gnome-12 new tag 13.0.0-d2c07a8a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 878b894c..346a61cd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1100,7 +1100,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.11.0-d2c07a8a/ + path: /debian-squash/releases/download/13.0.0-d2c07a8a/ files: - filesystem.squashfs os: debian From 35fca5ed944dca20f5336422902f33bd748e7c44 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:35:42 +0000 Subject: [PATCH 189/605] Version bump for netbootxyz/debian-squash:xfce-12 new tag 13.0.0-40a848cc --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 346a61cd..efafbeaa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1140,7 +1140,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/12.11.0-40a848cc/ + path: /debian-squash/releases/download/13.0.0-40a848cc/ files: - filesystem.squashfs os: debian From 2d64bc405c84b284bb50d91fbc402d02a17e7211 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Aug 2025 04:36:42 +0000 Subject: [PATCH 190/605] Version bump for netbootxyz/debian-squash:core-12 new tag 13.0.0-b545a82c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index efafbeaa..5b184584 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1092,7 +1092,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/12.11.0-b545a82c/ + path: /debian-squash/releases/download/13.0.0-b545a82c/ files: - filesystem.squashfs os: debian From 79bd4c505d7c2091423371e9f3f504202d29d2dd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 04:28:25 +0000 Subject: [PATCH 191/605] Version bump for netbootxyz/debian-core-12:master new tag 13.0.0-5c1c2d54 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5b184584..f1da0c55 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1085,7 +1085,7 @@ endpoints: flavor: LXQT kernel: ubuntu-20.04-LXQT-squash debian-12-live-kernel: - path: /debian-core-12/releases/download/12.11.0-7dc3f9f3/ + path: /debian-core-12/releases/download/13.0.0-5c1c2d54/ files: - initrd - vmlinuz From 75f2e9d47948895a7ba488108eaf20bd2c89c4df Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:39:49 -0500 Subject: [PATCH 192/605] Revert "Version bump for netbootxyz/debian-core-12:master new tag 13.0.0-5c1c2d54" This reverts commit 79bd4c505d7c2091423371e9f3f504202d29d2dd. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f1da0c55..5b184584 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1085,7 +1085,7 @@ endpoints: flavor: LXQT kernel: ubuntu-20.04-LXQT-squash debian-12-live-kernel: - path: /debian-core-12/releases/download/13.0.0-5c1c2d54/ + path: /debian-core-12/releases/download/12.11.0-7dc3f9f3/ files: - initrd - vmlinuz From 44a8d5ea7d80b332cd911923da493f7a6fa653ab Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:46:33 -0500 Subject: [PATCH 193/605] Revert "Version bump for netbootxyz/debian-squash:core-12 new tag 13.0.0-b545a82c" This reverts commit 2d64bc405c84b284bb50d91fbc402d02a17e7211. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5b184584..efafbeaa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1092,7 +1092,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/13.0.0-b545a82c/ + path: /debian-squash/releases/download/12.11.0-b545a82c/ files: - filesystem.squashfs os: debian From 02bd86a6658b3cae43a97888b005830b9e512866 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:46:41 -0500 Subject: [PATCH 194/605] Revert "Version bump for netbootxyz/debian-squash:xfce-12 new tag 13.0.0-40a848cc" This reverts commit 35fca5ed944dca20f5336422902f33bd748e7c44. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index efafbeaa..346a61cd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1140,7 +1140,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/13.0.0-40a848cc/ + path: /debian-squash/releases/download/12.11.0-40a848cc/ files: - filesystem.squashfs os: debian From 3d4c8a8837c8c80bae82a76e5909b5388c7bf5d6 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:46:47 -0500 Subject: [PATCH 195/605] Revert "Version bump for netbootxyz/debian-squash:gnome-12 new tag 13.0.0-d2c07a8a" This reverts commit 66933494053d34ab61d51639dce011b814e5d955. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 346a61cd..878b894c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1100,7 +1100,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/13.0.0-d2c07a8a/ + path: /debian-squash/releases/download/12.11.0-d2c07a8a/ files: - filesystem.squashfs os: debian From 769e16e747e2b5f203352cbfe2448fcf55dfd9f7 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:46:54 -0500 Subject: [PATCH 196/605] Revert "Version bump for netbootxyz/debian-squash:mate-12 new tag 13.0.0-1a8949e5" This reverts commit 85746aa5aae21165d3eca050b15ca8063973e71e. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 878b894c..16ec92a9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1124,7 +1124,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/13.0.0-1a8949e5/ + path: /debian-squash/releases/download/12.11.0-1a8949e5/ files: - filesystem.squashfs os: debian From 233fabe58b4f9e7361a3ec47cca57d948e2de846 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:47:02 -0500 Subject: [PATCH 197/605] Revert "Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.0-f9c9e1f1" This reverts commit 8e3d1eb9e867555bee0f23d09c808eedc7685d52. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 16ec92a9..9871d1e2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/8.0-f9c9e1f1/ + path: /debian-squash/releases/download/7.8-f9c9e1f1/ files: - filesystem.squashfs - initrd From 27f96b90d244bd4c0e73170611047b32b4c9d458 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:47:19 -0500 Subject: [PATCH 198/605] Revert "Version bump for netbootxyz/debian-squash:lxde-12 new tag 13.0.0-b3449bd8" This reverts commit 84e50a2261b0a1100849ddee72689095735f7c54. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9871d1e2..8e12d376 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1132,7 +1132,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/13.0.0-b3449bd8/ + path: /debian-squash/releases/download/12.11.0-b3449bd8/ files: - filesystem.squashfs os: debian From e5b63a2f25d08fbbf5b6f638a6ee7d5525947a66 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:47:29 -0500 Subject: [PATCH 199/605] Revert "Version bump for netbootxyz/debian-squash:lxqt-12 new tag 13.0.0-43f2cd09" This reverts commit e3d600220645042a930895c020bd85804ae7f50f. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8e12d376..f13ba8d5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1116,7 +1116,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/13.0.0-43f2cd09/ + path: /debian-squash/releases/download/12.11.0-43f2cd09/ files: - filesystem.squashfs os: debian From 50c0121401abf697564fbdf07ef96953d2d12e10 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Aug 2025 23:47:34 -0500 Subject: [PATCH 200/605] Revert "Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 13.0.0-c84a8c03" This reverts commit 8bc1f53c56d24341aa8942458213df8038713124. --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f13ba8d5..ef7379e4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1108,7 +1108,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/13.0.0-c84a8c03/ + path: /debian-squash/releases/download/12.11.0-c84a8c03/ files: - filesystem.squashfs os: debian From 3cc5a32b7685e3eabd070dd2392ed91f655dded9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:05:00 +0000 Subject: [PATCH 201/605] Version bump for netbootxyz/debian-squash:core-13 new tag 13.0.0-c861067e --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index ef7379e4..18a69819 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1501,3 +1501,11 @@ endpoints: - vmlinuz os: debian version: '13' + debian-13-default-squash: + path: /debian-squash/releases/download/13.0.0-c861067e/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: core + kernel: debian-13-live-kernel From dad3faf458d59cc6de277d0a87ad4658da6ce799 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:07:08 +0000 Subject: [PATCH 202/605] Version bump for netbootxyz/debian-squash:lxde-13 new tag 13.0.0-bdd2535b --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 18a69819..63ad4ddd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1509,3 +1509,11 @@ endpoints: version: 13.0.0 flavor: core kernel: debian-13-live-kernel + debian-13-lxde-squash: + path: /debian-squash/releases/download/13.0.0-bdd2535b/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: lxde + kernel: debian-13-live-kernel From b32e88fdc312987bcf8f3a4f55383bf26104a1a0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:07:11 +0000 Subject: [PATCH 203/605] Version bump for netbootxyz/debian-squash:kde-13 new tag 13.0.0-133921aa --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 63ad4ddd..52f1d5b9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1517,3 +1517,11 @@ endpoints: version: 13.0.0 flavor: lxde kernel: debian-13-live-kernel + debian-13-kde-squash: + path: /debian-squash/releases/download/13.0.0-133921aa/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: kde + kernel: debian-13-live-kernel From d310a0aaabf4945e614b564d6e5085dd6290bd84 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:07:19 +0000 Subject: [PATCH 204/605] Version bump for netbootxyz/debian-squash:gnome-13 new tag 13.0.0-c4e3b494 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 52f1d5b9..090c717b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1525,3 +1525,11 @@ endpoints: version: 13.0.0 flavor: kde kernel: debian-13-live-kernel + debian-13-gnome-squash: + path: /debian-squash/releases/download/13.0.0-c4e3b494/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: gnome + kernel: debian-13-live-kernel From fda6ea366db40d4ebb26b299c7ad791b1a27a550 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:08:30 +0000 Subject: [PATCH 205/605] Version bump for netbootxyz/debian-squash:lxqt-13 new tag 13.0.0-ec2ad411 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 090c717b..07d4a7b5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1533,3 +1533,11 @@ endpoints: version: 13.0.0 flavor: gnome kernel: debian-13-live-kernel + debian-13-lxqt-squash: + path: /debian-squash/releases/download/13.0.0-ec2ad411/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: lxqt + kernel: debian-13-live-kernel From 94d2c6636d5ab040c2e09a9b15ad7473b43c3b40 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 05:08:42 +0000 Subject: [PATCH 206/605] Version bump for netbootxyz/debian-squash:mate-13 new tag 13.0.0-6c351d25 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 07d4a7b5..4d5744ca 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1541,3 +1541,11 @@ endpoints: version: 13.0.0 flavor: lxqt kernel: debian-13-live-kernel + debian-13-mate-squash: + path: /debian-squash/releases/download/13.0.0-6c351d25/ + files: + - filesystem.squashfs + os: debian + version: 13.0.0 + flavor: mate + kernel: debian-13-live-kernel From c10b89394229679fe66b9ef4f72f76d883a1307f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 15:01:25 +0000 Subject: [PATCH 207/605] Version bump for netbootxyz/debian-squash:grml-full-amd64 new tag 2025.08-dae7342d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4d5744ca..51298782 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1364,13 +1364,13 @@ endpoints: flavor: small arch: amd64 grml-full-amd64: - path: /debian-squash/releases/download/2025.05-8d0a7327/ + path: /debian-squash/releases/download/2025.08-dae7342d/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.05' + version: '2025.08' flavor: full arch: amd64 grml-full-arm64: From d0ea38d914028d2d5663ea664aae7da04d1fe4ea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 15:05:28 +0000 Subject: [PATCH 208/605] Version bump for netbootxyz/debian-squash:grml-full-arm64 new tag 2025.08-22de2c47 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 51298782..50abd463 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1374,13 +1374,13 @@ endpoints: flavor: full arch: amd64 grml-full-arm64: - path: /debian-squash/releases/download/2025.05-e0c2c740/ + path: /debian-squash/releases/download/2025.08-22de2c47/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.05' + version: '2025.08' flavor: full arch: arm64 grml-small-arm64: From e462032c69e13c560f7b5859d1b3ce691f914342 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 15:18:47 +0000 Subject: [PATCH 209/605] Version bump for netbootxyz/debian-squash:grml-small-arm64 new tag 2025.08-dd433d05 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 50abd463..69115e32 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1384,13 +1384,13 @@ endpoints: flavor: full arch: arm64 grml-small-arm64: - path: /debian-squash/releases/download/2025.05-8700c181/ + path: /debian-squash/releases/download/2025.08-dd433d05/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.05' + version: '2025.08' flavor: small arch: arm64 uefishell: From 865fbca042f56911e558275825af5109e7e617aa Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 16 Aug 2025 15:19:41 +0000 Subject: [PATCH 210/605] Version bump for netbootxyz/debian-squash:grml-small-amd64 new tag 2025.08-abcbd950 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 69115e32..8c656f78 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1354,13 +1354,13 @@ endpoints: kernel: ubuntu-netboot-24.10-arm64 arch: arm64 grml-small-amd64: - path: /debian-squash/releases/download/2025.05-df4a87dc/ + path: /debian-squash/releases/download/2025.08-abcbd950/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.05' + version: '2025.08' flavor: small arch: amd64 grml-full-amd64: From bda5a62988e2bce1f6a4f964e527ae113dfb8d57 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 20 Aug 2025 04:26:40 +0000 Subject: [PATCH 211/605] External Version bump for coreos new version string "42.20250803.3.0-stable,42.20250818.2.0-testing,42.20250818.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 1f2590a4..8368cd67 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250721.3.0 + - code_name: 42.20250803.3.0 name: stable - - code_name: 42.20250803.2.0 + - code_name: 42.20250818.2.0 name: testing - - code_name: 42.20250803.1.0 + - code_name: 42.20250818.1.0 name: next debian: archive_mirror: http://archive.debian.org From 25ee76e3d1cc9fddaa0b36fa8c78ecaf1b420b58 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 21 Aug 2025 04:26:54 +0000 Subject: [PATCH 212/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250821-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8c656f78..8c230f81 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250802-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250821-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250802-questing + version: 20250821-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From bf7a7de49ec0fc2f5b0497a1b4cb62c551f91948 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 22 Aug 2025 04:14:36 +0000 Subject: [PATCH 213/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-6-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8c230f81..6f17ee48 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-3-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-6-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-3 + version: 3.3.0-6 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 048a2f6dfbbb4c9c82078b0ffe7f4b2c770736d1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 22 Aug 2025 04:18:55 +0000 Subject: [PATCH 214/605] External Version bump for smartos new version string "20250821T002042Z,20250807T000218Z,20250724T001011Z,20250710T000436Z" --- 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 8368cd67..04b067ff 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250821T002042Z + name: 20250821T002042Z - code_name: 20250807T000218Z name: 20250807T000218Z - code_name: 20250724T001011Z name: 20250724T001011Z - code_name: 20250710T000436Z name: 20250710T000436Z - - code_name: 20250626T191621Z - name: 20250626T191621Z talos: enabled: true menu: linux From 44e703dbc70d8227b3320186e23ac5c7612b73c1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 22 Aug 2025 04:20:03 +0000 Subject: [PATCH 215/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.08.18-0022-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6f17ee48..5d8910b6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.08.06-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.08.18-0022-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 1c64ff5a1d526cabc2269212d3e588d4dadac68d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 22 Aug 2025 04:26:00 +0000 Subject: [PATCH 216/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.0-f9c9e1f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5d8910b6..ef5ccdfd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/7.8-f9c9e1f1/ + path: /debian-squash/releases/download/8.0-f9c9e1f1/ files: - filesystem.squashfs - initrd From dd9538bcb228787f6930ae5aff99b54878958fd2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 25 Aug 2025 04:17:06 +0000 Subject: [PATCH 217/605] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 12.02-046a7ade --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ef5ccdfd..5e8a1427 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -586,14 +586,14 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/12.01-046a7ade/ + path: /asset-mirror/releases/download/12.02-046a7ade/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: systemrescue - version: 12.01 + version: 12.02 arch: amd64 shredos-i686: path: /asset-mirror/releases/download/0.34_32-bit_20221231-3adcc4d0/ From 56de3fae077e1a9583d01a4af0b61b2044752628 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 25 Aug 2025 04:17:13 +0000 Subject: [PATCH 218/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250727T232549Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5e8a1427..04372e47 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250720T225228Z-d5972d15/ + path: /asset-mirror/releases/download/20250727T232549Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250720T225228Z + version: 20250727T232549Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From b71fd49f496dfd28e953df29574b353ac8768af6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 25 Aug 2025 04:40:21 +0000 Subject: [PATCH 219/605] Version bump for netbootxyz/asset-mirror:tails new tag 6.19-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 04372e47..8b054fbc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250608T165347Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.18-00388326/ + path: /asset-mirror/releases/download/6.19-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '6.18' + version: '6.19' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 3dafa219cf9ca4f1b72a3a3cf10921914cf4ba62 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 28 Aug 2025 04:13:43 +0000 Subject: [PATCH 220/605] External Version bump for kairos new version string "v3.5.1" --- 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 04b067ff..5c03ddf1 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -331,7 +331,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.5.0 + version: v3.5.1 kali: base_dir: kali enabled: true From 1c0f8e602925b7cbfd5a6660e95f9d4c44080d04 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 28 Aug 2025 04:28:10 +0000 Subject: [PATCH 221/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250826-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8b054fbc..168d2d40 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250821-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250826-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250821-questing + version: 20250826-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From f04b2e993f67d68d3e525e2981830ff013be6950 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 29 Aug 2025 04:14:04 +0000 Subject: [PATCH 222/605] External Version bump for kairos new version string "v3.5.2" --- 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 5c03ddf1..be4fb8ed 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -331,7 +331,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.5.1 + version: v3.5.2 kali: base_dir: kali enabled: true From 4586d5e0cf9506c92f6cb3cf7a1b82981a15e682 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 29 Aug 2025 04:14:12 +0000 Subject: [PATCH 223/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-8-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 168d2d40..76d27c52 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-6-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-8-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-6 + version: 3.3.0-8 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 9ecb2aede1524c71e784297ae741c2c373a215c8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 29 Aug 2025 04:21:07 +0000 Subject: [PATCH 224/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.08.28-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 76d27c52..a6c82a3a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.08.18-0022-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.08.28-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 50add00406ce2d75959e70124f04d6fe678cc4a1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 30 Aug 2025 04:27:57 +0000 Subject: [PATCH 225/605] 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 be4fb8ed..41868d83 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.29-core196 - name: 2.29 Core196 + - code_name: null + name: null k3os: enabled: true menu: linux From 9f8d1515c6cc861a77d5c0a54339a46c38ce35b9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 31 Aug 2025 04:28:31 +0000 Subject: [PATCH 226/605] External Version bump for ipfire new version string "2.29-core196" --- 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 41868d83..be4fb8ed 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.29-core196 + name: 2.29 Core196 k3os: enabled: true menu: linux From 38315f2bc8ba39ad4c22fbc136a2e2d34a2fcdb8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Sep 2025 04:19:15 +0000 Subject: [PATCH 227/605] Version bump for netbootxyz/asset-mirror:harvester new tag v1.6.0-c82c6d22 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a6c82a3a..55bd99d4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -959,7 +959,7 @@ endpoints: version: '4.0' arch: aarch64 harvester: - path: /asset-mirror/releases/download/v1.5.1-c82c6d22/ + path: /asset-mirror/releases/download/v1.6.0-c82c6d22/ files: - harvester-vmlinuz-amd64 - harvester-initrd-amd64 @@ -967,7 +967,7 @@ endpoints: - harvester-amd64.sha512 - version.yaml os: harvester - version: v1.5.1 + version: v1.6.0 linux-lite-6-squash: path: /ubuntu-squash/releases/download/6.4-2550834c/ files: From 689c934b6d2bf432dd80ac3ef85fb203f8f8a8ab Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Sep 2025 04:20:14 +0000 Subject: [PATCH 228/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250803T232237Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 55bd99d4..375bbe73 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250727T232549Z-d5972d15/ + path: /asset-mirror/releases/download/20250803T232237Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250727T232549Z + version: 20250803T232237Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From d3d873c73ccc48e38f24ef230b4d6b0a98ac042e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 2 Sep 2025 04:29:48 +0000 Subject: [PATCH 229/605] External Version bump for archlinux new version string "2025.09.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 be4fb8ed..c35a08d8 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.08.01 - name: 2025.08.01 + - code_name: 2025.09.01 + name: 2025.09.01 blackarch: enabled: true menu: linux From 4b26aeecc8968ff9efb847d5687d58786933f54b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 4 Sep 2025 04:26:42 +0000 Subject: [PATCH 230/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250829-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 375bbe73..73a02ad8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250826-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250829-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250826-questing + version: 20250829-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From b4322fc89c9dd3347ae925634d5761301357bf98 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Sep 2025 04:14:08 +0000 Subject: [PATCH 231/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-11-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 73a02ad8..c16cdd5f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-8-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-11-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-8 + version: 3.3.0-11 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From ecb78ea419481b50c8a85ed53bfb33c4657c1da7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Sep 2025 04:19:26 +0000 Subject: [PATCH 232/605] External Version bump for smartos new version string "20250904T002931Z,20250821T002042Z,20250807T000218Z,20250724T001011Z" --- 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 c35a08d8..b7b73d2d 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250904T002931Z + name: 20250904T002931Z - code_name: 20250821T002042Z name: 20250821T002042Z - code_name: 20250807T000218Z name: 20250807T000218Z - code_name: 20250724T001011Z name: 20250724T001011Z - - code_name: 20250710T000436Z - name: 20250710T000436Z talos: enabled: true menu: linux From 7a065aac935b1ebcf3d1cf2a495ccbe425370a3c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Sep 2025 04:20:07 +0000 Subject: [PATCH 233/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.09.01-0023-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c16cdd5f..293e0cca 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.08.28-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.09.01-0023-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From a5bea194aded2696f92c65f5140be595abcd45de Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Sep 2025 04:24:55 +0000 Subject: [PATCH 234/605] External Version bump for coreos new version string "42.20250818.3.0-stable,42.20250901.2.0-testing,42.20250901.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 b7b73d2d..191497d6 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250803.3.0 + - code_name: 42.20250818.3.0 name: stable - - code_name: 42.20250818.2.0 + - code_name: 42.20250901.2.0 name: testing - - code_name: 42.20250818.1.0 + - code_name: 42.20250901.1.0 name: next debian: archive_mirror: http://archive.debian.org From 8b06a8e5239a409a139b8da9d28ebd1a510c32d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:04:52 +0000 Subject: [PATCH 235/605] Update actions/setup-python action to v6 --- .github/workflows/pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2f935cf2..2308f3d5 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.13' # renovate: datasource=github-tags depName=python @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 - name: Build PR release run: | From e8d7f0eec6638205c7d20a62687764ac3d1c3a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 23:04:56 +0000 Subject: [PATCH 236/605] Update aws-actions/configure-aws-credentials action to v5 --- .github/workflows/development.yml | 2 +- .github/workflows/release-candidate.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rolling.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 720a3e36..0ec7183d 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -36,7 +36,7 @@ jobs: ./script/build_release dev - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE_DEV }} aws-region: ${{ secrets.AWS_ACCESS_REGION }} diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 01217b1f..f2d16f45 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -39,7 +39,7 @@ jobs: ./script/build_release rc - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE_STAGING }} aws-region: ${{ secrets.AWS_ACCESS_REGION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ae2352b..677c58ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: ./script/build_release release - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE_PROD }} aws-region: ${{ secrets.AWS_ACCESS_REGION }} diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 7e37b4ce..7e6f63c7 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -47,7 +47,7 @@ jobs: ./script/build_release rolling - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: ${{ secrets.AWS_ROLE_ROLLING }} aws-region: ${{ secrets.AWS_ACCESS_REGION }} From bba0e77b65f25e7710484dbabbd884fcb8b8861d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Sep 2025 04:21:25 +0000 Subject: [PATCH 237/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250904-1320-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 293e0cca..2361bad9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250803-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250904-1320-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250803-0744 + version: 20250904-1320 flavor: user kernel: kde-neon-user regolith-current: From 3964ce5c6741e8badb3b1e65b435b8b7bf0373bf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Sep 2025 04:25:37 +0000 Subject: [PATCH 238/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20250907-questing-c67d897c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2361bad9..d2b56323 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250829-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20250907-questing-c67d897c/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250829-questing + version: 20250907-questing flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 2e97f03c4d069dfe6873d506ed16d3865505303e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Sep 2025 04:13:34 +0000 Subject: [PATCH 239/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-17-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d2b56323..c9099364 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-11-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-17-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-11 + version: 3.3.0-17 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From ce7b13bf0f0e265bfd93295d6d36d05c8fa321f9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Sep 2025 04:19:12 +0000 Subject: [PATCH 240/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.09.10-0018-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c9099364..2044a7a7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.09.01-0023-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.09.10-0018-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 72bdca269b87e93432c73c141e8308f0b77d0a39 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Sep 2025 04:19:20 +0000 Subject: [PATCH 241/605] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 8.0.1-d38c17d0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2044a7a7..0741c11f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -53,7 +53,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/8.0-d38c17d0/ + path: /debian-squash/releases/download/8.0.1-d38c17d0/ files: - filesystem.squashfs - initrd From c9ddb41b91d59d2c00d1baa7127f24dca3756092 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Sep 2025 04:20:16 +0000 Subject: [PATCH 242/605] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 8.0.1-6c87e83c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0741c11f..6c5962e7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -43,7 +43,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/8.0-6c87e83c/ + path: /debian-squash/releases/download/8.0.1-6c87e83c/ files: - filesystem.squashfs - initrd From 923606fa52f1987b9332fcc8fedab7a344c2cee4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Sep 2025 04:24:25 +0000 Subject: [PATCH 243/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.0.1-f9c9e1f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6c5962e7..66b87f22 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/8.0-f9c9e1f1/ + path: /debian-squash/releases/download/8.0.1-f9c9e1f1/ files: - filesystem.squashfs - initrd From 2fd5f94b22663ee41cb0f94bae7581b2c0f964e0 Mon Sep 17 00:00:00 2001 From: Henrich Hartzer Date: Fri, 12 Sep 2025 16:43:49 +0000 Subject: [PATCH 244/605] Upgrade OpenBSD from 7.5+7.6 to 7.6+7.7 --- roles/netbootxyz/defaults/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 191497d6..a24961ad 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -404,15 +404,15 @@ releases: mirror: http://ftp.openbsd.org name: OpenBSD versions: + - code_name: '7.7' + image_ver: '77' + name: '7.7' - code_name: '7.6' image_ver: '76' name: '7.6' - - code_name: '7.5' - image_ver: '75' - name: '7.5' - code_name: snapshots - image_ver: '76' - name: 7.6 Latest Snapshot + image_ver: '77' + name: 7.7 Latest Snapshot opensuse: base_dir: distribution/leap enabled: true From df457c3ae31277d83d9858198351881756ddfb73 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 13 Sep 2025 04:12:32 +0000 Subject: [PATCH 245/605] External Version bump for kairos new version string "v3.5.3" --- 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 a24961ad..e0a9b523 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -331,7 +331,7 @@ releases: name: Ubuntu 24.04 - key: ubuntu-24.10 name: Ubuntu 24.10 - version: v3.5.2 + version: v3.5.3 kali: base_dir: kali enabled: true From 8d5dd4936b3517d2496264bd4616561e0bb4dd08 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Sep 2025 04:12:50 +0000 Subject: [PATCH 246/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250810T235244Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 66b87f22..741d8de1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250803T232237Z-d5972d15/ + path: /asset-mirror/releases/download/20250810T235244Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250803T232237Z + version: 20250810T235244Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From dc3d4d5d12a21cf3d37dc7c3ac01d32d9466702c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 16 Sep 2025 04:25:01 +0000 Subject: [PATCH 247/605] External Version bump for coreos new version string "42.20250901.3.0-stable,42.20250914.2.0-testing,42.20250914.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 e0a9b523..702278d4 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250818.3.0 + - code_name: 42.20250901.3.0 name: stable - - code_name: 42.20250901.2.0 + - code_name: 42.20250914.2.0 name: testing - - code_name: 42.20250901.1.0 + - code_name: 42.20250914.1.0 name: next debian: archive_mirror: http://archive.debian.org From 3f560821163c82ffb7e08b613525fafceddc9216 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Sep 2025 04:21:02 +0000 Subject: [PATCH 248/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250914-0826-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 741d8de1..69279afd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250904-1320-9b372e2a/ + path: /ubuntu-squash/releases/download/20250914-0826-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250904-1320 + version: 20250914-0826 flavor: user kernel: kde-neon-user regolith-current: From 5481a8aba9571b185294d48bbbf0640b30815b7d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:11:58 +0000 Subject: [PATCH 249/605] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2025.09-db19bb55 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 69279afd..2a69b507 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -73,7 +73,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2025.03-db19bb55/ + path: /debian-squash/releases/download/2025.09-db19bb55/ files: - filesystem.squashfs - initrd From 5db60106e6f1db48155a4029e5ab0b336d202400 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:19:07 +0000 Subject: [PATCH 250/605] External Version bump for smartos new version string "20250918T000550Z,20250904T002931Z,20250821T002042Z,20250807T000218Z" --- 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 702278d4..641a5bd7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20250918T000550Z + name: 20250918T000550Z - code_name: 20250904T002931Z name: 20250904T002931Z - code_name: 20250821T002042Z name: 20250821T002042Z - code_name: 20250807T000218Z name: 20250807T000218Z - - code_name: 20250724T001011Z - name: 20250724T001011Z talos: enabled: true menu: linux From 362749d190a03689aefe468161664ef6f9b624c0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:19:50 +0000 Subject: [PATCH 251/605] Version bump for netbootxyz/debian-squash:q4os-plasma new tag 6.1-3af797cd --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2a69b507..ea970856 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1211,11 +1211,11 @@ endpoints: flavor: Core kernel: zorin-core-squash q4os-plasma-squash: - path: /debian-squash/releases/download/5.8-3af797cd/ + path: /debian-squash/releases/download/6.1-3af797cd/ files: - filesystem.squashfs os: Q4OS - version: '5.8' + version: '6.1' flavor: plasma kernel: q4os-default-squash q4os-default-squash: From ef941b26f0a34ef0cddc540c71f96fa24e642b2e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:20:38 +0000 Subject: [PATCH 252/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.09.17-0018-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ea970856..1d221b92 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.09.10-0018-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.09.17-0018-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 037df80c7ba88e7bdf28b87328fab783b55b54ca Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:25:04 +0000 Subject: [PATCH 253/605] External Version bump for coreos new version string "42.20250901.3.0-stable,42.20250914.2.0-testing,43.20250917.1.0-next" --- 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 641a5bd7..f79c09e2 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -199,7 +199,7 @@ releases: name: stable - code_name: 42.20250914.2.0 name: testing - - code_name: 42.20250914.1.0 + - code_name: 43.20250917.1.0 name: next debian: archive_mirror: http://archive.debian.org From 45ee1ea8eb9552597f7545554ff03e2985befbe0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:26:48 +0000 Subject: [PATCH 254/605] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2025.09-66a56f08 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1d221b92..d7d97606 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -83,7 +83,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2025.03-66a56f08/ + path: /debian-squash/releases/download/2025.09-66a56f08/ files: - filesystem.squashfs - initrd From 801abd09c0078d3f0a7e78345756f5330cdae88d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:28:36 +0000 Subject: [PATCH 255/605] Version bump for netbootxyz/debian-squash:q4os new tag 6.1-d1a34866 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d7d97606..96dc4520 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1219,13 +1219,13 @@ endpoints: flavor: plasma kernel: q4os-default-squash q4os-default-squash: - path: /debian-squash/releases/download/5.8-d1a34866/ + path: /debian-squash/releases/download/6.1-d1a34866/ files: - filesystem.squashfs - initrd - vmlinuz os: Q4OS - version: '5.8' + version: '6.1' flavor: trinity kernel: q4os-default-squash memtest86plus: From 71114bd6be5da3732b64b2c789197cd8de8cbdab Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Sep 2025 04:31:03 +0000 Subject: [PATCH 256/605] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2025.09-2b965fd7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 96dc4520..581b9566 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -93,7 +93,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2025.03-2b965fd7/ + path: /debian-squash/releases/download/2025.09-2b965fd7/ files: - filesystem.squashfs - initrd From 14292071e7d737658445757d45f7dc69f39b75ef Mon Sep 17 00:00:00 2001 From: Daniil Klimuk Date: Fri, 19 Sep 2025 15:24:04 +0200 Subject: [PATCH 257/605] endpoints.yml: add Dasharo Tools Suite v2.7.0 Signed-off-by: Daniil Klimuk --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 581b9566..11a6a043 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -153,12 +153,12 @@ endpoints: os: caine version: '13.0' dts: - path: /dts/v2.6.0 + path: /dts/v2.7.0 files: - initrd - vmlinuz os: dts - version: 2.6.0 + version: 2.7.0 bootrepair: path: /ubuntu-squash/releases/download/current-e035b00c/ files: From bf766a4a6f7f1aa1816b018bb15512e779735b1f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 20 Sep 2025 04:27:40 +0000 Subject: [PATCH 258/605] External Version bump for ipfire new version string "2.29-core197" --- 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 f79c09e2..a92c1f52 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.29-core196 - name: 2.29 Core196 + - code_name: 2.29-core197 + name: 2.29 Core197 k3os: enabled: true menu: linux From 65a8f47fdc24dc19bff6a980796668637916f389 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Sep 2025 04:12:44 +0000 Subject: [PATCH 259/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250817T230354Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 581b9566..e7f52346 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250810T235244Z-d5972d15/ + path: /asset-mirror/releases/download/20250817T230354Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250810T235244Z + version: 20250817T230354Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 7109fabe5c1103b80d7ef9fac17f1f30f36e76dd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Sep 2025 04:25:25 +0000 Subject: [PATCH 260/605] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 11.5-2ae1d21b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e7f52346..e20a09d0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -504,11 +504,11 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/11.4-2ae1d21b/ + path: /asset-mirror/releases/download/11.5-2ae1d21b/ files: - memtest86-usb.img os: memtest86-free - version: '11.4' + version: '11.5' gentoo-x86: path: /asset-mirror/releases/download/20241209T170323Z-5b773f72/ files: From 78fbfd837d6c1503a8b154a3739b84c02275babc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Sep 2025 04:30:29 +0000 Subject: [PATCH 261/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.0-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e20a09d0..5d994fc1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250608T165347Z arch: amd64 tails: - path: /asset-mirror/releases/download/6.19-00388326/ + path: /asset-mirror/releases/download/7.0-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '6.19' + version: '7.0' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 7c8ef94887b789d8dd807ce3ae45ec67cc9c9c63 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 25 Sep 2025 04:21:35 +0000 Subject: [PATCH 262/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250918-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5d994fc1..4f60b3a2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250914-0826-9b372e2a/ + path: /ubuntu-squash/releases/download/20250918-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250914-0826 + version: 20250918-0744 flavor: user kernel: kde-neon-user regolith-current: From 6788b834478143cb8a5cb35202255222ac744e5c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Sep 2025 04:15:23 +0000 Subject: [PATCH 263/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-20-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4f60b3a2..7546235b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-17-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-20-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-17 + version: 3.3.0-20 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 872c84c2216dec1526c3237ac95a29aeca04dcf5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Sep 2025 04:16:06 +0000 Subject: [PATCH 264/605] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2025.3-8e024a88 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7546235b..b97125e3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1,12 +1,12 @@ endpoints: kali-xfce-squash: - path: /debian-squash/releases/download/2025.2-8e024a88/ + path: /debian-squash/releases/download/2025.3-8e024a88/ files: - filesystem.squashfs - initrd - vmlinuz os: kali - version: '2025.2' + version: '2025.3' flavor: xfce kernel: kali-xfce-squash kde-neon-user: From 3eaf750b85009dc8ed5f3cbbe36614160cbbcfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Fri, 26 Sep 2025 11:01:46 +0200 Subject: [PATCH 265/605] endpoints.yml: update Dasharo Tools Suite to v2.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Iwanicki --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 11a6a043..82182056 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -153,12 +153,12 @@ endpoints: os: caine version: '13.0' dts: - path: /dts/v2.7.0 + path: /dts/v2.7.1 files: - initrd - vmlinuz os: dts - version: 2.7.0 + version: 2.7.1 bootrepair: path: /ubuntu-squash/releases/download/current-e035b00c/ files: From bae37ee2a7b0aca46d121571458b8cec12e844b4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Sep 2025 04:12:19 +0000 Subject: [PATCH 266/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250831T234929Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b97125e3..4d9286a1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250817T230354Z-d5972d15/ + path: /asset-mirror/releases/download/20250831T234929Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250817T230354Z + version: 20250831T234929Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 41ab49955dac69bce71bbf10b04587cd0f6615a9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Sep 2025 04:19:27 +0000 Subject: [PATCH 267/605] Version bump for netbootxyz/asset-mirror:proxmox-mailgateway new tag 9.0-BETA-1-8374c64d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4d9286a1..2eed7f8b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -833,13 +833,13 @@ endpoints: os: proxmox-ve version: 9.0-1 proxmox-mailgateway: - path: /asset-mirror/releases/download/8.2-1-8374c64d/ + path: /asset-mirror/releases/download/9.0-BETA-1-8374c64d/ files: - initrd - vmlinuz - proxmox.iso os: proxmox-mailgateway - version: 8.2-1 + version: 9.0-BETA-1 ubuntu-netboot-22.04-amd64: path: /ubuntu-squash/releases/download/22.04.5-295657f3/ files: From 588bb4819188ab272219e0a28c3fdca0aaee3e42 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 2 Oct 2025 04:20:25 +0000 Subject: [PATCH 268/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250925-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2eed7f8b..1e4b5180 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250918-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20250925-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250918-0744 + version: 20250925-0744 flavor: user kernel: kde-neon-user regolith-current: From 18425658d52f316699871c8d95a49104783b6b19 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 2 Oct 2025 04:49:06 +0000 Subject: [PATCH 269/605] External Version bump for archlinux new version string "2025.10.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 a92c1f52..90520776 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.09.01 - name: 2025.09.01 + - code_name: 2025.10.01 + name: 2025.10.01 blackarch: enabled: true menu: linux From 4b2cd9cce1c755631a64b98586b4013625591d0f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 2 Oct 2025 04:49:09 +0000 Subject: [PATCH 270/605] External Version bump for coreos new version string "42.20250914.3.0-stable,42.20250929.2.0-testing,43.20250929.1.0-next" --- roles/netbootxyz/defaults/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 90520776..ea0fb775 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.10.01 - name: 2025.10.01 + - code_name: 2025.09.01 + name: 2025.09.01 blackarch: enabled: true menu: linux @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250901.3.0 + - code_name: 42.20250914.3.0 name: stable - - code_name: 42.20250914.2.0 + - code_name: 42.20250929.2.0 name: testing - - code_name: 43.20250917.1.0 + - code_name: 43.20250929.1.0 name: next debian: archive_mirror: http://archive.debian.org From 785299951b68161674023459918a77cf9220cf48 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 2 Oct 2025 00:33:04 -0500 Subject: [PATCH 271/605] Add OpenSuse 16.0 Leap --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index ea0fb775..c63fac3a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -420,6 +420,8 @@ releases: mirror: http://download.opensuse.org name: openSUSE versions: + - code_name: '16.0' + name: openSUSE Leap 16.0 - code_name: '15.6' name: openSUSE Leap 15.6 - code_name: '15.5' From 3c60293d9d3e62852639d80f500763909125a579 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 2 Oct 2025 00:34:13 -0500 Subject: [PATCH 272/605] Drop eol version of opensuse --- roles/netbootxyz/defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index c63fac3a..2c6d765a 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -424,8 +424,6 @@ releases: name: openSUSE Leap 16.0 - code_name: '15.6' name: openSUSE Leap 15.6 - - code_name: '15.5' - name: openSUSE Leap 15.5 - code_name: tumbleweed name: openSUSE tumbleweed oracle: From 286538f12f278e8741865502889a558aeb712e84 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 3 Oct 2025 04:11:17 +0000 Subject: [PATCH 273/605] External Version bump for smartos new version string "20251002T000521Z,20250918T000550Z,20250904T002931Z,20250821T002042Z" --- 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 2c6d765a..8dafda55 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251002T000521Z + name: 20251002T000521Z - code_name: 20250918T000550Z name: 20250918T000550Z - code_name: 20250904T002931Z name: 20250904T002931Z - code_name: 20250821T002042Z name: 20250821T002042Z - - code_name: 20250807T000218Z - name: 20250807T000218Z talos: enabled: true menu: linux From a901ac1c84a0514e9b1fbb6a035fd85da33a95c7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 3 Oct 2025 04:12:56 +0000 Subject: [PATCH 274/605] External Version bump for archlinux new version string "2025.10.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 8dafda55..4d541e0c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.09.01 - name: 2025.09.01 + - code_name: 2025.10.01 + name: 2025.10.01 blackarch: enabled: true menu: linux From 4e54a198368c9db305cfdcf65a813d576073a734 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 3 Oct 2025 04:15:15 +0000 Subject: [PATCH 275/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-25-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 011c9094..802ee504 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-20-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-25-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-20 + version: 3.3.0-25 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 8a9f8714aa6c238485537ece5fd17c0f944b27a7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 3 Oct 2025 04:19:39 +0000 Subject: [PATCH 276/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.10.01-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 802ee504..32bd80dc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.09.17-0018-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.10.01-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From d1ab077d2ee014929ef6d9adc266de10374a8736 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 6 Oct 2025 04:11:54 +0000 Subject: [PATCH 277/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250914T224854Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 32bd80dc..eecb705d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250831T234929Z-d5972d15/ + path: /asset-mirror/releases/download/20250914T224854Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250831T234929Z + version: 20250914T224854Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 0983f34a889990e19040f030a4708d271f2f1874 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 6 Oct 2025 04:18:06 +0000 Subject: [PATCH 278/605] Version bump for netbootxyz/asset-mirror:proxmox-mailgateway new tag 9.0-1-8374c64d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index eecb705d..1175d70c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -833,13 +833,13 @@ endpoints: os: proxmox-ve version: 9.0-1 proxmox-mailgateway: - path: /asset-mirror/releases/download/9.0-BETA-1-8374c64d/ + path: /asset-mirror/releases/download/9.0-1-8374c64d/ files: - initrd - vmlinuz - proxmox.iso os: proxmox-mailgateway - version: 9.0-BETA-1 + version: 9.0-1 ubuntu-netboot-22.04-amd64: path: /ubuntu-squash/releases/download/22.04.5-295657f3/ files: From 48aadb4a79357a6bb50c82bca38b5faf3eb66441 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 9 Oct 2025 04:13:12 +0000 Subject: [PATCH 279/605] External Version bump for coreos new version string "42.20250914.3.0-stable,42.20250929.2.0-testing,43.20251005.1.0-next" --- 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 4d541e0c..9bffebe7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -199,7 +199,7 @@ releases: name: stable - code_name: 42.20250929.2.0 name: testing - - code_name: 43.20250929.1.0 + - code_name: 43.20251005.1.0 name: next debian: archive_mirror: http://archive.debian.org From 0ea12d8e90687adfcb748eddb086d1de616fc439 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 9 Oct 2025 04:21:02 +0000 Subject: [PATCH 280/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251002-0758-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1175d70c..33dc2afa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20250925-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20251002-0758-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20250925-0744 + version: 20251002-0758 flavor: user kernel: kde-neon-user regolith-current: From c5c83b9955e3cd889e99f13f34924c03e6c85147 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 10 Oct 2025 04:14:31 +0000 Subject: [PATCH 281/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-27-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 33dc2afa..92ed4182 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-25-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-27-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-25 + version: 3.3.0-27 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From d2e6d37452e21d624b542e44ae84e4e95f93cce2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 10 Oct 2025 04:20:28 +0000 Subject: [PATCH 282/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.10.09-0018-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 92ed4182..7bb53929 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.10.01-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.10.09-0018-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 40f455df1f7ef3bc97d5eb87540de253b7da2a79 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 11 Oct 2025 12:12:19 -0500 Subject: [PATCH 283/605] Add 25.10 Questing Quokka --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 9bffebe7..b4f23c3e 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -637,6 +637,8 @@ releases: mirror: http://archive.ubuntu.com name: Ubuntu versions: + - code_name: questing + name: 25.10 Questing Quokka - code_name: plucky name: 25.04 Plucky Puffin - code_name: oracular From 891f9c4256d841c2f76e472ea214c1d96ec52157 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 12 Oct 2025 00:17:41 +0000 Subject: [PATCH 284/605] Version bump for netbootxyz/asset-mirror:ubuntu-spins new tag 0.0.3-fb924c06 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7bb53929..1987c9df 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1470,12 +1470,12 @@ endpoints: flavor: Cinnamon kernel: mint-lmde-cinnamon-squash ubuntu-spins: - path: /asset-mirror/releases/download/0.0.2-fb924c06/ + path: /asset-mirror/releases/download/0.0.3-fb924c06/ files: - vmlinuz - initrd os: ubuntu-spins - version: 0.0.2 + version: 0.0.3 cachyos: path: /asset-mirror/releases/download/250713-4337df9e/ files: From cb454efc00efe8cd2d5b9e53438c79df6d613bce Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 12 Oct 2025 00:55:02 +0000 Subject: [PATCH 285/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 250828-b0e9944d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 1987c9df..8df602fc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1477,14 +1477,14 @@ endpoints: os: ubuntu-spins version: 0.0.3 cachyos: - path: /asset-mirror/releases/download/250713-4337df9e/ + path: /asset-mirror/releases/download/250828-b0e9944d/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '250713' + version: '250828' deepin-20-squash: path: /debian-squash/releases/download/20.9-e3a3a399/ files: From 8d4d48e61ce4deed61b62203b1eb59120d4c8c7b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 12 Oct 2025 03:01:39 +0000 Subject: [PATCH 286/605] Version bump for netbootxyz/debian-core-13:master new tag 13.1.0-0a426450 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8df602fc..ea3f1c9d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1495,7 +1495,7 @@ endpoints: version: '20.9' kernel: deepin-20-squash debian-13-live-kernel: - path: /debian-core-13/releases/download/13.0.0-5b34a6ca/ + path: /debian-core-13/releases/download/13.1.0-0a426450/ files: - initrd - vmlinuz From 8d77529ad3b5d636fdac84f5683dc00b52519532 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Oct 2025 02:06:05 -0500 Subject: [PATCH 287/605] Improve dependency tracking in pull-requests.yml workflow with explicit depName parameters (#1686) --- .github/workflows/pull-requests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2308f3d5..ce1c4fd7 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,9 +20,9 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install ansible==10.2.0 # renovate: datasource=pypi - pip install ansible-lint==24.7.0 # renovate: datasource=pypi + python -m pip install --upgrade pip + pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible + pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From 05e690394c913345acefb7b01b5fc660255ae88d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 13 Oct 2025 04:12:40 +0000 Subject: [PATCH 288/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250921T233347Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ea3f1c9d..6d8ad362 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250914T224854Z-d5972d15/ + path: /asset-mirror/releases/download/20250921T233347Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250914T224854Z + version: 20250921T233347Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 13b73a70eb250af18fbaa323718817304ee0666a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 15 Oct 2025 04:13:06 +0000 Subject: [PATCH 289/605] External Version bump for coreos new version string "42.20250929.3.0-stable,42.20251012.2.0-testing,43.20251012.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 b4f23c3e..63d88340 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250914.3.0 + - code_name: 42.20250929.3.0 name: stable - - code_name: 42.20250929.2.0 + - code_name: 42.20251012.2.0 name: testing - - code_name: 43.20251005.1.0 + - code_name: 43.20251012.1.0 name: next debian: archive_mirror: http://archive.debian.org From ccdedf0119382c0c108ec6f8ae07087c9b5118e1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 16 Oct 2025 04:20:51 +0000 Subject: [PATCH 290/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251009-0746-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6d8ad362..a52d34d9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251002-0758-9b372e2a/ + path: /ubuntu-squash/releases/download/20251009-0746-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251002-0758 + version: 20251009-0746 flavor: user kernel: kde-neon-user regolith-current: From 6c8d4b41d4a644e50b7706756f7a8f79bdd613ac Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 17 Oct 2025 04:12:04 +0000 Subject: [PATCH 291/605] External Version bump for smartos new version string "20251016T000143Z,20251002T000521Z,20250918T000550Z,20250904T002931Z" --- 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 63d88340..38294f8f 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251016T000143Z + name: 20251016T000143Z - code_name: 20251002T000521Z name: 20251002T000521Z - code_name: 20250918T000550Z name: 20250918T000550Z - code_name: 20250904T002931Z name: 20250904T002931Z - - code_name: 20250821T002042Z - name: 20250821T002042Z talos: enabled: true menu: linux From 1e758d3452e312bd374fe605b583d064fd1fc48b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 17 Oct 2025 04:14:47 +0000 Subject: [PATCH 292/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-32-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a52d34d9..02f6c275 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-27-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-32-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-27 + version: 3.3.0-32 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 4e90379bf74711edbbca66a825d23f237b1316bf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 17 Oct 2025 04:20:52 +0000 Subject: [PATCH 293/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.10.12-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 02f6c275..773fcde0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.10.09-0018-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.10.12-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 236835a13b536e352d72fa3d4ddb23a626bad44b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 17 Oct 2025 04:36:23 +0000 Subject: [PATCH 294/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.10-amd64 new tag 25.10-5a657310 --- endpoints.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 773fcde0..733a88f4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1549,3 +1549,14 @@ endpoints: version: 13.0.0 flavor: mate kernel: debian-13-live-kernel + ubuntu-netboot-25.10-amd64: + path: /ubuntu-squash/releases/download/25.10-5a657310/ + files: + - initrd + - vmlinuz + os: ubuntu + version: '25.10' + codename: questing + flavor: netboot + kernel: ubuntu-netboot-25.10-amd64 + arch: amd64 From ce95b2117f2877dd615f0edb17c3d3d2cd6e987b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 17 Oct 2025 04:36:36 +0000 Subject: [PATCH 295/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.10-arm64 new tag 25.10-f8b4d29d --- endpoints.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 733a88f4..eeebc361 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1560,3 +1560,14 @@ endpoints: flavor: netboot kernel: ubuntu-netboot-25.10-amd64 arch: amd64 + ubuntu-netboot-25.10-arm64: + path: /ubuntu-squash/releases/download/25.10-f8b4d29d/ + files: + - initrd + - vmlinuz + os: ubuntu + version: '25.10' + codename: questing + flavor: netboot + kernel: ubuntu-netboot-25.10-arm64 + arch: arm64 From 3c2071c6b93806ee8d21e5df368dd7322b5ae477 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 20 Oct 2025 04:15:26 +0000 Subject: [PATCH 296/605] Version bump for netbootxyz/asset-mirror:harvester new tag v1.6.1-c82c6d22 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index eeebc361..a0a3d4c1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -959,7 +959,7 @@ endpoints: version: '4.0' arch: aarch64 harvester: - path: /asset-mirror/releases/download/v1.6.0-c82c6d22/ + path: /asset-mirror/releases/download/v1.6.1-c82c6d22/ files: - harvester-vmlinuz-amd64 - harvester-initrd-amd64 @@ -967,7 +967,7 @@ endpoints: - harvester-amd64.sha512 - version.yaml os: harvester - version: v1.6.0 + version: v1.6.1 linux-lite-6-squash: path: /ubuntu-squash/releases/download/6.4-2550834c/ files: From 654052c92918c06c3ea8ec8fa95f588c689131d8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 20 Oct 2025 04:17:20 +0000 Subject: [PATCH 297/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250928T201839Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a0a3d4c1..38540fde 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250921T233347Z-d5972d15/ + path: /asset-mirror/releases/download/20250928T201839Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250921T233347Z + version: 20250928T201839Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 7834c2e8b6619896fb0a2479c99baed79498cb34 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 20 Oct 2025 04:23:42 +0000 Subject: [PATCH 298/605] External Version bump for alpinelinux new version string "3.23" --- 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 38294f8f..76f8c3c1 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.22 - name: '3.22' + - code_name: v3.23 + name: '3.23' - code_name: edge name: Edge (development) archlinux: From 6b42aa3755e04111405693e546840616bf4498ed Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 20 Oct 2025 04:32:44 +0000 Subject: [PATCH 299/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.1-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 38540fde..8c4c52ad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250608T165347Z arch: amd64 tails: - path: /asset-mirror/releases/download/7.0-00388326/ + path: /asset-mirror/releases/download/7.1-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '7.0' + version: '7.1' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 8a0e7c718928e38c73536cad79e9b5221b36431b Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 21 Oct 2025 00:31:24 -0500 Subject: [PATCH 300/605] Adjustments for getting opensuse 16.0 to work --- roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 index c7424384..d952149f 100644 --- a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 @@ -68,12 +68,26 @@ item {{ item.code_name }} ${space} ${os} {{ item.name }} choose version || goto opensuse_exit set dir ${opensuse_base_dir}/${version}/repo/oss iseq ${version} tumbleweed && set dir ${version}/repo/oss || +iseq ${version} 16.0 && set dir distribution/leap/${version}/offline || imgfree set kernel_url boot/${os_arch}/loader iseq ${os_arch} aarch64 && set kernel_url boot/${os_arch} || + +# Special handling for openSUSE 16.0 live ISO boot +iseq ${version} 16.0 && goto opensuse_16_boot || goto opensuse_standard_boot + +:opensuse_16_boot +kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }} +initrd ${opensuse_mirror}/${dir}/${kernel_url}/initrd +goto boot_os + +:opensuse_standard_boot kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux ${netsetup} install=${opensuse_mirror}/${dir} ${params} {{ kernel_params }} initrd ${opensuse_mirror}/${dir}/${kernel_url}/initrd +goto boot_os + +:boot_os echo MD5sums: md5sum linux initrd boot From c5f7922d48d97816246265c1bbe54871eec105ea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 23 Oct 2025 04:13:25 +0000 Subject: [PATCH 301/605] External Version bump for coreos new version string "42.20250929.3.0-stable,42.20251012.2.0-testing,43.20251019.1.0-next" --- 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 76f8c3c1..48c5a175 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -199,7 +199,7 @@ releases: name: stable - code_name: 42.20251012.2.0 name: testing - - code_name: 43.20251012.1.0 + - code_name: 43.20251019.1.0 name: next debian: archive_mirror: http://archive.debian.org From ac52573062aa570598c0838ec90542339c8f4635 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 23 Oct 2025 04:21:40 +0000 Subject: [PATCH 302/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251021-1242-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8c4c52ad..bb60df65 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251009-0746-9b372e2a/ + path: /ubuntu-squash/releases/download/20251021-1242-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251009-0746 + version: 20251021-1242 flavor: user kernel: kde-neon-user regolith-current: From 7b4a57c856042e4925e89755ca4e467a9779cc7c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:14:07 +0000 Subject: [PATCH 303/605] Version bump for netbootxyz/debian-squash:q4os-plasma new tag 6.2-3af797cd --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bb60df65..7c782d78 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1211,11 +1211,11 @@ endpoints: flavor: Core kernel: zorin-core-squash q4os-plasma-squash: - path: /debian-squash/releases/download/6.1-3af797cd/ + path: /debian-squash/releases/download/6.2-3af797cd/ files: - filesystem.squashfs os: Q4OS - version: '6.1' + version: '6.2' flavor: plasma kernel: q4os-default-squash q4os-default-squash: From 920d1858dda901757f4634d0bec302d7783da633 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:18:09 +0000 Subject: [PATCH 304/605] Version bump for netbootxyz/debian-squash:cinnamon-13 new tag 13.1.0-f213be8c --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 7c782d78..ab68642b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1571,3 +1571,11 @@ endpoints: flavor: netboot kernel: ubuntu-netboot-25.10-arm64 arch: arm64 + debian-13-cinnamon-squash: + path: /debian-squash/releases/download/13.1.0-f213be8c/ + files: + - filesystem.squashfs + os: debian + version: 13.1.0 + flavor: cinnamon + kernel: debian-13-live-kernel From 63e3725521b017a2435053fc18a09e8b17a74341 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:19:17 +0000 Subject: [PATCH 305/605] Version bump for netbootxyz/debian-squash:mate-13 new tag 13.1.0-8a7bb188 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ab68642b..46991b6d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1542,11 +1542,11 @@ endpoints: flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: - path: /debian-squash/releases/download/13.0.0-6c351d25/ + path: /debian-squash/releases/download/13.1.0-8a7bb188/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: mate kernel: debian-13-live-kernel ubuntu-netboot-25.10-amd64: From 4a9d954090a03522dc91702eacf99cb1d0b9edd2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:21:12 +0000 Subject: [PATCH 306/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.10.23-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 46991b6d..6322c1fe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.10.12-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.10.23-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From eb4a21e87b9bc189a086dd1ba43a614f9f9b308c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:21:50 +0000 Subject: [PATCH 307/605] Version bump for netbootxyz/debian-squash:gnome-13 new tag 13.1.0-2eeea9f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6322c1fe..98dcbaa5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1526,11 +1526,11 @@ endpoints: flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: - path: /debian-squash/releases/download/13.0.0-c4e3b494/ + path: /debian-squash/releases/download/13.1.0-2eeea9f9/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: From 3463fad6581f7f8ff641813aa1b01e4892aa093d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:22:14 +0000 Subject: [PATCH 308/605] Version bump for netbootxyz/debian-squash:core-13 new tag 13.1.0-d074da9b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 98dcbaa5..ea5b5f85 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1502,11 +1502,11 @@ endpoints: os: debian version: '13' debian-13-default-squash: - path: /debian-squash/releases/download/13.0.0-c861067e/ + path: /debian-squash/releases/download/13.1.0-d074da9b/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: From 0f4576c2d5141f03beda8d3ad5b376c4643bcfe9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:27:38 +0000 Subject: [PATCH 309/605] Version bump for netbootxyz/debian-squash:lxqt-13 new tag 13.1.0-6088759b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ea5b5f85..09ceb6d6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1534,11 +1534,11 @@ endpoints: flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: - path: /debian-squash/releases/download/13.0.0-ec2ad411/ + path: /debian-squash/releases/download/13.1.0-6088759b/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: From 2a7d32757a629209770b00b3fe69868685475fe5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:28:36 +0000 Subject: [PATCH 310/605] Version bump for netbootxyz/debian-squash:q4os new tag 6.2-d1a34866 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 09ceb6d6..0c6a8e76 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1219,13 +1219,13 @@ endpoints: flavor: plasma kernel: q4os-default-squash q4os-default-squash: - path: /debian-squash/releases/download/6.1-d1a34866/ + path: /debian-squash/releases/download/6.2-d1a34866/ files: - filesystem.squashfs - initrd - vmlinuz os: Q4OS - version: '6.1' + version: '6.2' flavor: trinity kernel: q4os-default-squash memtest86plus: From f9f74cb211b3ced016df1aa3f03065d66862ddce Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:29:55 +0000 Subject: [PATCH 311/605] Version bump for netbootxyz/debian-squash:xfce-13 new tag 13.1.0-6e8d6d0d --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index 0c6a8e76..82b09cf3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1579,3 +1579,11 @@ endpoints: version: 13.1.0 flavor: cinnamon kernel: debian-13-live-kernel + debian-13-xfce-squash: + path: /debian-squash/releases/download/13.1.0-6e8d6d0d/ + files: + - filesystem.squashfs + os: debian + version: 13.1.0 + flavor: xfce + kernel: debian-13-live-kernel From 4b8cd525ef6ed53f53e58e46cf48ab3f586de221 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:30:55 +0000 Subject: [PATCH 312/605] Version bump for netbootxyz/debian-squash:kde-13 new tag 13.1.0-5ecf4c90 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 82b09cf3..a2363973 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1518,11 +1518,11 @@ endpoints: flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: - path: /debian-squash/releases/download/13.0.0-133921aa/ + path: /debian-squash/releases/download/13.1.0-5ecf4c90/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: From 53dc1a169d2d514e3eb039b79bf43e0ad58cabde Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 24 Oct 2025 04:31:05 +0000 Subject: [PATCH 313/605] Version bump for netbootxyz/debian-squash:lxde-13 new tag 13.1.0-79e9a15b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a2363973..3070b8f6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1510,11 +1510,11 @@ endpoints: flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: - path: /debian-squash/releases/download/13.0.0-bdd2535b/ + path: /debian-squash/releases/download/13.1.0-79e9a15b/ files: - filesystem.squashfs os: debian - version: 13.0.0 + version: 13.1.0 flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: From 6c33b2dd23b171082f9ebccb4ac1d3e9cdf35912 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 25 Oct 2025 04:12:52 +0000 Subject: [PATCH 314/605] External Version bump for coreos new version string "42.20250929.3.0-stable,42.20251012.2.0-testing,43.20251024.1.0-next" --- 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 48c5a175..e14309ef 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -199,7 +199,7 @@ releases: name: stable - code_name: 42.20251012.2.0 name: testing - - code_name: 43.20251019.1.0 + - code_name: 43.20251024.1.0 name: next debian: archive_mirror: http://archive.debian.org From 4f08cfbf5d8e5299c02ef63a0c1c9a8772e11914 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 27 Oct 2025 04:20:32 +0000 Subject: [PATCH 315/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251019T224842Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3070b8f6..e742d1f2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20250928T201839Z-d5972d15/ + path: /asset-mirror/releases/download/20251019T224842Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250928T201839Z + version: 20251019T224842Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 18dc8a1152520f7570717a31b803c458c7f606f8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 27 Oct 2025 04:33:52 +0000 Subject: [PATCH 316/605] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 50.0-1.4.3-43b0f75b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e742d1f2..49fec927 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -302,7 +302,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/49.0-1.4.2-43b0f75b/ + path: /asset-mirror/releases/download/50.0-1.4.3-43b0f75b/ files: - initrd - vmlinuz From 2d1bafceb3cfd36096d727166867e5db56a46684 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 29 Oct 2025 04:17:19 +0000 Subject: [PATCH 317/605] External Version bump for ipfire new version string "2.29-core198" --- 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 e14309ef..8c58b6e4 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.29-core197 - name: 2.29 Core197 + - code_name: 2.29-core198 + name: 2.29 Core198 k3os: enabled: true menu: linux From 8615e29abbab6532b380a8fcbf435a05a04d34aa Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 29 Oct 2025 04:17:55 +0000 Subject: [PATCH 318/605] External Version bump for coreos new version string "42.20251012.3.0-stable,43.20251024.2.0-testing,43.20251027.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 8c58b6e4..f27484e7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20250929.3.0 + - code_name: 42.20251012.3.0 name: stable - - code_name: 42.20251012.2.0 + - code_name: 43.20251024.2.0 name: testing - - code_name: 43.20251024.1.0 + - code_name: 43.20251027.1.0 name: next debian: archive_mirror: http://archive.debian.org From ed32132277a81d19ae6b32e1b9ffe6737fd831d6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 30 Oct 2025 04:22:09 +0000 Subject: [PATCH 319/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251023-0752-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 49fec927..b4b12632 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251021-1242-9b372e2a/ + path: /ubuntu-squash/releases/download/20251023-0752-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251021-1242 + version: 20251023-0752 flavor: user kernel: kde-neon-user regolith-current: From 641aa60ec61dab0634e6b5d2ba698157debf673d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 31 Oct 2025 04:13:31 +0000 Subject: [PATCH 320/605] External Version bump for smartos new version string "20251030T000436Z,20251016T000143Z,20251002T000521Z,20250918T000550Z" --- 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 f27484e7..ba80e389 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251030T000436Z + name: 20251030T000436Z - code_name: 20251016T000143Z name: 20251016T000143Z - code_name: 20251002T000521Z name: 20251002T000521Z - code_name: 20250918T000550Z name: 20250918T000550Z - - code_name: 20250904T002931Z - name: 20250904T002931Z talos: enabled: true menu: linux From 96eae99a8b6b4ef8188629496459d7d1a8e3712a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 31 Oct 2025 04:21:40 +0000 Subject: [PATCH 321/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.3.0-33-91a0e644 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b4b12632..9c1ec393 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -619,13 +619,13 @@ endpoints: version: 2024.07.10 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.2.2-15-91a0e644/ + path: /debian-squash/releases/download/3.3.0-33-91a0e644/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.2.2-15 + version: 3.3.0-33 flavor: stable kernel: clonezilla-debian-stable-amd64 arch: amd64 From cc9587dd38e229bee7bcbfb81f0a468f12bf3095 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 31 Oct 2025 04:21:45 +0000 Subject: [PATCH 322/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.10.30-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9c1ec393..9b1197ef 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.10.23-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.10.30-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 26051ea29a68faf579bddf2f515e3901f0faaafd Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 31 Oct 2025 23:24:02 -0500 Subject: [PATCH 323/605] Update renovate to pick up versions (#1690) --- renovate.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/renovate.json b/renovate.json index b42c4fba..8d3205a0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,25 @@ { "extends": [ "config:recommended" + ], + "regexManagers": [ + { + "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], + "matchStrings": [ + // match: pip install package==1.2.3 (with optional -U/--upgrade and optional flags after version) + "(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" + ], + "datasourceTemplate": "pypi", + "depNameTemplate": "$1" + }, + { + "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], + "matchStrings": [ + // match: pip install -r requirements.txt (capture filename) + "(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)" + ], + "datasourceTemplate": "file", + "depNameTemplate": "$1" + } ] } From 8352ae6a105771ec34ed9cc52deecbf9241a790e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 31 Oct 2025 23:26:36 -0500 Subject: [PATCH 324/605] Adjust renovate --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 8d3205a0..52b1d00b 100644 --- a/renovate.json +++ b/renovate.json @@ -6,20 +6,18 @@ { "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], "matchStrings": [ - // match: pip install package==1.2.3 (with optional -U/--upgrade and optional flags after version) "(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" ], "datasourceTemplate": "pypi", - "depNameTemplate": "$1" + "depNameTemplate": "{{{match1}}}" }, { "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], "matchStrings": [ - // match: pip install -r requirements.txt (capture filename) "(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)" ], "datasourceTemplate": "file", - "depNameTemplate": "$1" + "depNameTemplate": "{{{match1}}}" } ] } From 12f6ba54d16e602ee516503afb1f94859b70ba09 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 31 Oct 2025 23:28:42 -0500 Subject: [PATCH 325/605] Adjust renovate --- renovate.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index 52b1d00b..83b440b0 100644 --- a/renovate.json +++ b/renovate.json @@ -6,18 +6,9 @@ { "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], "matchStrings": [ - "(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" + "pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+(?[A-Za-z0-9_.+-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" ], - "datasourceTemplate": "pypi", - "depNameTemplate": "{{{match1}}}" - }, - { - "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], - "matchStrings": [ - "(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)" - ], - "datasourceTemplate": "file", - "depNameTemplate": "{{{match1}}}" + "datasourceTemplate": "pypi" } ] } From db2f6449843a240a19ba2195289020b3903e6290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:29:31 +0000 Subject: [PATCH 326/605] Update dependency ansible-lint to v24.12.2 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index ce1c4fd7..26340ea8 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint + pip install ansible-lint==24.12.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From 3f25e8039503afc5aa86749f23d16394f8fdd728 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Nov 2025 02:37:30 -0500 Subject: [PATCH 327/605] Revert commit 7834c2e8b6619896fb0a2479c99baed79498cb34 --- commit_revert.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 commit_revert.txt diff --git a/commit_revert.txt b/commit_revert.txt new file mode 100644 index 00000000..c775b21c --- /dev/null +++ b/commit_revert.txt @@ -0,0 +1,3 @@ +Revert "" + +This reverts commit 7834c2e8b6619896fb0a2479c99baed79498cb34. \ No newline at end of file From 909f223bf2834e0fa7212c292de2acb39387b255 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 1 Nov 2025 16:26:19 -0500 Subject: [PATCH 328/605] Update ansible-linting --- .ansible-lint | 1 + .github/workflows/pull-requests.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index e91bc814..aa6e0057 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,3 +6,4 @@ skip_list: - no-changed-when # Commands should not change things if nothing needs doing. - risky-shell-pipe # Shells that use pipes should set the pipefail option. - literal-compare # Don't compare to literal True/False. + - var-naming[no-role-prefix] # Internal variables don't need role prefix. diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 26340ea8..803b7001 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,8 +21,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==24.12.2 # renovate: datasource=pypi depName=ansible-lint + pip install ansible==11.1.0 # renovate: datasource=pypi depName=ansible + pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From 96fd19b3b3d0ace89cb222e5f4ed5c10fc6a56c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:27:13 +0000 Subject: [PATCH 329/605] Update dependency ansible to v12 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 803b7001..faa6c1dd 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==11.1.0 # renovate: datasource=pypi depName=ansible + pip install ansible==12.1.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check From 13f5cfaa7a80b6ae1df143a93f09dba14ee36397 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 2 Nov 2025 04:14:45 +0000 Subject: [PATCH 330/605] External Version bump for archlinux new version string "2025.11.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 ba80e389..3ec44ad2 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.10.01 - name: 2025.10.01 + - code_name: 2025.11.01 + name: 2025.11.01 blackarch: enabled: true menu: linux From 979dc98cc33379d0ba4c88f20f800de8648dc722 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 3 Nov 2025 04:20:12 +0000 Subject: [PATCH 331/605] Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 50.0-4aab1393 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9b1197ef..9be5ca13 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -286,7 +286,7 @@ endpoints: version: current flavor: full 4mlinux-thesss: - path: /asset-mirror/releases/download/49.0-4aab1393/ + path: /asset-mirror/releases/download/50.0-4aab1393/ files: - initrd - vmlinuz From 59788d989926a276630c51f731813e80b3705e5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:38:51 +0000 Subject: [PATCH 332/605] Update dependency ansible to v12.2.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index faa6c1dd..c89e9466 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==12.1.0 # renovate: datasource=pypi depName=ansible + pip install ansible==12.2.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check From 248f987de1a15d01151c7329c2ac2d1226ebbee2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 6 Nov 2025 04:25:24 +0000 Subject: [PATCH 333/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251030-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9be5ca13..7693b5c8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251023-0752-9b372e2a/ + path: /ubuntu-squash/releases/download/20251030-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251023-0752 + version: 20251030-0745 flavor: user kernel: kde-neon-user regolith-current: From 70c37cadc44b5bf86de002a5bf35aa5a475b3499 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 7 Nov 2025 04:15:21 +0000 Subject: [PATCH 334/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-37-9e73bfe5 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7693b5c8..e274f0f5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-32-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-37-9e73bfe5/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-32 + version: 3.3.0-37 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From d856e50b4a609d015bac283c9fc395d1e3837c0f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 7 Nov 2025 04:20:10 +0000 Subject: [PATCH 335/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.11.04-0019-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e274f0f5..54429571 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.10.30-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.11.04-0019-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 32d7ee3759ed1a6729e0cb5c1a0c8cd254b1024a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 8 Nov 2025 16:54:39 +0000 Subject: [PATCH 336/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20251017-questing-c0f6109b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 54429571..f1c7bf1d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -630,13 +630,13 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20250620-plucky-24b2fcf3/ + path: /ubuntu-squash/releases/download/20251017-questing-c0f6109b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250620-plucky + version: 20251017-questing flavor: stable kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 From 3653bfd582a85b041776894081adefde023d7b4e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 8 Nov 2025 17:00:20 +0000 Subject: [PATCH 337/605] Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.7.0-8-bca5f701 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f1c7bf1d..c1058cc0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -129,7 +129,7 @@ endpoints: version: '2' flavor: ascii gparted-stable: - path: /debian-squash/releases/download/1.7.0-8-cff72999/ + path: /debian-squash/releases/download/1.7.0-8-bca5f701/ files: - filesystem.squashfs - initrd From 96a1f34e9e7d7f6025a87c24ef48016708fea7a9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 8 Nov 2025 17:21:25 +0000 Subject: [PATCH 338/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.0-37-47a038f9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c1058cc0..358cda4c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,7 +641,7 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-37-9e73bfe5/ + path: /debian-squash/releases/download/3.3.0-37-47a038f9/ files: - filesystem.squashfs - initrd From 27fc025ec29334822b44b1433235493c12eb1dce Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 8 Nov 2025 17:22:22 +0000 Subject: [PATCH 339/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251101-resolute-0d4c667b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 358cda4c..1f0782c5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20250907-questing-c67d897c/ + path: /ubuntu-squash/releases/download/20251101-resolute-0d4c667b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20250907-questing + version: 20251101-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From c8001e27a5cb4fc0217fb8c9925cd705d483f099 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 8 Nov 2025 17:23:34 +0000 Subject: [PATCH 340/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.3.0-33-9c8061ac --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1f0782c5..83cd65a6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -619,7 +619,7 @@ endpoints: version: 2024.07.10 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.3.0-33-91a0e644/ + path: /debian-squash/releases/download/3.3.0-33-9c8061ac/ files: - filesystem.squashfs - initrd From 7fca3b8fcff399d7b0195a89db68a8768605b93c Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Nov 2025 11:55:53 -0600 Subject: [PATCH 341/605] Bump changelog --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6441ab2..ba75084a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,34 @@ All notable changes to this project will be documented in this file. -## [2.0.89] - Unreleased +## [2.0.89] - 2025-11-08 + +### Added + +- OpenSUSE 16.0 support with live ISO boot method +- Dasharo Tools Suite updated to v2.7.0 and v2.7.1 + +### Changed + +- Updated Ansible to v12 for improved build system +- Updated ansible-lint to v24.12.2 with compatibility fixes +- Various distribution version updates: + - Arch Linux updated to 2025.11.01 + - SmartOS updated to 20251030T000436Z + - CoreOS updated to 42.20251012.3.0-stable, 43.20251024.2.0-testing, 43.20251027.1.0-next + - IPFire updated to 2.29-core198 +- Improved dependency tracking in GitHub workflows +- Updated GitHub Actions: + - actions/checkout to v5 + - actions/setup-python to v6 + - aws-actions/configure-aws-credentials to v5 + +### Fixed + +- OpenSUSE 16.0 boot configuration now uses live ISO method with proper root= parameter +- Ansible-lint configuration updated to skip var-naming rule for internal variables +- CI/CD compatibility issues resolved between Ansible and ansible-lint versions +- Renovate configuration JSON syntax errors corrected ## [2.0.88] - 2025-08-09 From 8186945dfb28821ec58689ddef9d05698480b159 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Nov 2025 11:56:20 -0600 Subject: [PATCH 342/605] Update opensuse logic --- roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 index d952149f..3d887f02 100644 --- a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 @@ -68,16 +68,19 @@ item {{ item.code_name }} ${space} ${os} {{ item.name }} choose version || goto opensuse_exit set dir ${opensuse_base_dir}/${version}/repo/oss iseq ${version} tumbleweed && set dir ${version}/repo/oss || -iseq ${version} 16.0 && set dir distribution/leap/${version}/offline || + +# Check if version needs live ISO boot method (16.0 and later) +iseq ${version} 16.0 && set dir distribution/leap/${version}/offline && set use_live_iso true || + imgfree set kernel_url boot/${os_arch}/loader iseq ${os_arch} aarch64 && set kernel_url boot/${os_arch} || -# Special handling for openSUSE 16.0 live ISO boot -iseq ${version} 16.0 && goto opensuse_16_boot || goto opensuse_standard_boot +# Choose boot method based on version +isset ${use_live_iso} && goto opensuse_live_boot || goto opensuse_standard_boot -:opensuse_16_boot +:opensuse_live_boot kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }} initrd ${opensuse_mirror}/${dir}/${kernel_url}/initrd goto boot_os From 8d6b1eab9ec186cac9684afdd4ba46186ac9e1d2 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Nov 2025 12:11:41 -0600 Subject: [PATCH 343/605] Adjust paths for suse installer --- roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 index 3d887f02..60a1923d 100644 --- a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 @@ -70,8 +70,7 @@ set dir ${opensuse_base_dir}/${version}/repo/oss iseq ${version} tumbleweed && set dir ${version}/repo/oss || # Check if version needs live ISO boot method (16.0 and later) -iseq ${version} 16.0 && set dir distribution/leap/${version}/offline && set use_live_iso true || - +iseq ${version} 16.0 && set dir distribution/leap/${version}/repo/oss && set iso_dir distribution/leap/${version}/offline && set use_live_iso true || imgfree set kernel_url boot/${os_arch}/loader @@ -81,7 +80,7 @@ iseq ${os_arch} aarch64 && set kernel_url boot/${os_arch} || isset ${use_live_iso} && goto opensuse_live_boot || goto opensuse_standard_boot :opensuse_live_boot -kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }} +kernel ${opensuse_mirror}/${dir}/${kernel_url}/linux root=live:${opensuse_mirror}/${iso_dir}/Leap-${version}-online-installer-${os_arch}.install.iso ${netsetup} ${params} {{ kernel_params }} initrd ${opensuse_mirror}/${dir}/${kernel_url}/initrd goto boot_os From fa2cab79d3d9bf38c1f373c4668ce285dd5ca74e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Nov 2025 13:46:28 -0600 Subject: [PATCH 344/605] Bump version from 2.0.89 to 2.0.90 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 74876dcf..36831c3e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.89 +2.0.90 From fa86fd8f345e23edbd7f8897552ddbd8d4fe498b Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 8 Nov 2025 13:47:04 -0600 Subject: [PATCH 345/605] Add unreleased section to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba75084a..a2252e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. +## [2.0.90] - Unreleased + ## [2.0.89] - 2025-11-08 ### Added From b15003c218c1742fecf4e87bc0986e20123d94ac Mon Sep 17 00:00:00 2001 From: ryester19 <17807258+ryester19@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:09:50 -0500 Subject: [PATCH 346/605] Add Fedora 43 Also removed 41 since it'll be EOL on 11/19 --- 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 3ec44ad2..977f7266 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -243,10 +243,10 @@ releases: mirror: http://mirrors.kernel.org name: Fedora versions: + - code_name: 43 + name: 43 - code_name: 42 name: 42 - - code_name: 41 - name: 41 flatcar: enabled: true menu: linux From 7d4d06827df7de0d71eba0319ac4e193106a139a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:02:27 +0000 Subject: [PATCH 347/605] Update dependency ansible-lint to v25.11.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index c89e9466..2eec55b8 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible==12.2.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==25.9.2 # renovate: datasource=pypi depName=ansible-lint + pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From 33020294eb01a10bef66d907a3f5e9c72697946a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 13 Nov 2025 04:17:19 +0000 Subject: [PATCH 348/605] External Version bump for coreos new version string "43.20251024.3.0-stable,43.20251110.2.0-testing,43.20251110.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 3ec44ad2..12b24bc5 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 42.20251012.3.0 + - code_name: 43.20251024.3.0 name: stable - - code_name: 43.20251024.2.0 + - code_name: 43.20251110.2.0 name: testing - - code_name: 43.20251027.1.0 + - code_name: 43.20251110.1.0 name: next debian: archive_mirror: http://archive.debian.org From c4f671b7d671829937966a8b9ef709bcf0f287c0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 13 Nov 2025 04:24:35 +0000 Subject: [PATCH 349/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251106-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 83cd65a6..421d20db 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251030-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20251106-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251030-0745 + version: 20251106-0745 flavor: user kernel: kde-neon-user regolith-current: From d16962b05ed8c82f91b3152072b25e86e74cf1e3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 13 Nov 2025 04:27:55 +0000 Subject: [PATCH 350/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251111-resolute-0d4c667b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 421d20db..4a187658 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251101-resolute-0d4c667b/ + path: /ubuntu-squash/releases/download/20251111-resolute-0d4c667b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251101-resolute + version: 20251111-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From bde29b55784aab94c2ff450cfd04d6c33ef8659f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:14:11 +0000 Subject: [PATCH 351/605] External Version bump for smartos new version string "20251113T010957Z,20251030T000436Z,20251016T000143Z,20251002T000521Z" --- 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 12b24bc5..496b088c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251113T010957Z + name: 20251113T010957Z - code_name: 20251030T000436Z name: 20251030T000436Z - code_name: 20251016T000143Z name: 20251016T000143Z - code_name: 20251002T000521Z name: 20251002T000521Z - - code_name: 20250918T000550Z - name: 20250918T000550Z talos: enabled: true menu: linux From 86f0a350a2c0b3aaeb3e6698c806659458fc6774 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:15:53 +0000 Subject: [PATCH 352/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-2-47a038f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4a187658..dd5429b3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.0-37-47a038f9/ + path: /debian-squash/releases/download/3.3.1-2-47a038f9/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.0-37 + version: 3.3.1-2 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 2dd31a30868bc6ecfe42d621dff20e2954181649 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:16:23 +0000 Subject: [PATCH 353/605] Version bump for netbootxyz/debian-squash:raizo new tag v16.25.10.26i-cdb1c06f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index dd5429b3..c4eeb352 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -270,7 +270,7 @@ endpoints: os: fatdog version: current raizo: - path: /debian-squash/releases/download/v16.25.04.12i-cdb1c06f/ + path: /debian-squash/releases/download/v16.25.10.26i-cdb1c06f/ files: - filesystem.squashfs - initrd From ce09e4be0ddbd5afe6ebe187ac3aed58a57fbc1c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:18:12 +0000 Subject: [PATCH 354/605] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 8.1-6c87e83c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c4eeb352..b8de7425 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -43,7 +43,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/8.0.1-6c87e83c/ + path: /debian-squash/releases/download/8.1-6c87e83c/ files: - filesystem.squashfs - initrd From 709465f259d9a31ef34393051b0963a1a8d03195 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:22:11 +0000 Subject: [PATCH 355/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.11.12-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b8de7425..ae4d62a0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.11.04-0019-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.11.12-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 081c7d15e5b155569d98acc68992af2998061f5b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:27:27 +0000 Subject: [PATCH 356/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.1-f9c9e1f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ae4d62a0..4545f102 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/8.0.1-f9c9e1f1/ + path: /debian-squash/releases/download/8.1-f9c9e1f1/ files: - filesystem.squashfs - initrd From a1d1ad74457d130bec2462dad0c6ed5c37e30e6e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 14 Nov 2025 04:51:09 +0000 Subject: [PATCH 357/605] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 8.1-d38c17d0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4545f102..a7561a22 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -53,7 +53,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/8.0.1-d38c17d0/ + path: /debian-squash/releases/download/8.1-d38c17d0/ files: - filesystem.squashfs - initrd From 63bf5c673b960ca207b195b4976d00b2839c86f2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 17 Nov 2025 04:17:55 +0000 Subject: [PATCH 358/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251026T231834Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a7561a22..57f9c592 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251019T224842Z-d5972d15/ + path: /asset-mirror/releases/download/20251026T231834Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251019T224842Z + version: 20251026T231834Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From 33a7a369b54d01d99eb7a86a7a589a945e060dcf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 17 Nov 2025 04:33:39 +0000 Subject: [PATCH 359/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.2-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 57f9c592..d2bf16b3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20250608T165347Z arch: amd64 tails: - path: /asset-mirror/releases/download/7.1-00388326/ + path: /asset-mirror/releases/download/7.2-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '7.1' + version: '7.2' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 021a5fd375e8929acdde8b6cb3dc76b9bda9966c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 20 Nov 2025 04:21:37 +0000 Subject: [PATCH 360/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251113-0744-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d2bf16b3..bf4b5055 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251106-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20251113-0744-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251106-0745 + version: 20251113-0744 flavor: user kernel: kde-neon-user regolith-current: From c2964fd34456271fd72baa94e5cd1b4345b85fba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:15:02 +0000 Subject: [PATCH 361/605] Version bump for netbootxyz/debian-squash:q4os-plasma new tag 6.3-3af797cd --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bf4b5055..4c17cf6c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1211,11 +1211,11 @@ endpoints: flavor: Core kernel: zorin-core-squash q4os-plasma-squash: - path: /debian-squash/releases/download/6.2-3af797cd/ + path: /debian-squash/releases/download/6.3-3af797cd/ files: - filesystem.squashfs os: Q4OS - version: '6.2' + version: '6.3' flavor: plasma kernel: q4os-default-squash q4os-default-squash: From 09d4a9db91efd7e9896af65690a29ae2a69ba77d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:20:11 +0000 Subject: [PATCH 362/605] Version bump for netbootxyz/debian-squash:mate-13 new tag 13.2.0-8a7bb188 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4c17cf6c..dd5e1244 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1542,11 +1542,11 @@ endpoints: flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: - path: /debian-squash/releases/download/13.1.0-8a7bb188/ + path: /debian-squash/releases/download/13.2.0-8a7bb188/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: mate kernel: debian-13-live-kernel ubuntu-netboot-25.10-amd64: From cb464570b55ccf878e06fe7b835b30551329d950 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:20:47 +0000 Subject: [PATCH 363/605] Version bump for netbootxyz/debian-squash:cinnamon-13 new tag 13.2.0-f213be8c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index dd5e1244..b1baa956 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1572,11 +1572,11 @@ endpoints: kernel: ubuntu-netboot-25.10-arm64 arch: arm64 debian-13-cinnamon-squash: - path: /debian-squash/releases/download/13.1.0-f213be8c/ + path: /debian-squash/releases/download/13.2.0-f213be8c/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: cinnamon kernel: debian-13-live-kernel debian-13-xfce-squash: From d4baab3073d8cbed9f08e79de29b5799cc571cb8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:21:17 +0000 Subject: [PATCH 364/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.11.21-0020-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b1baa956..3dac52cd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.11.12-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.11.21-0020-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From a7d484e5c22414ed2e72cddd53718cbc2c0759be Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:21:48 +0000 Subject: [PATCH 365/605] Version bump for netbootxyz/debian-squash:gnome-13 new tag 13.2.0-2eeea9f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3dac52cd..b77ef761 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1526,11 +1526,11 @@ endpoints: flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: - path: /debian-squash/releases/download/13.1.0-2eeea9f9/ + path: /debian-squash/releases/download/13.2.0-2eeea9f9/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: From 83313166da135bb9a96a34d390ec8af4743998d0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:22:40 +0000 Subject: [PATCH 366/605] Version bump for netbootxyz/debian-squash:core-13 new tag 13.2.0-d074da9b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b77ef761..418b5b27 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1502,11 +1502,11 @@ endpoints: os: debian version: '13' debian-13-default-squash: - path: /debian-squash/releases/download/13.1.0-d074da9b/ + path: /debian-squash/releases/download/13.2.0-d074da9b/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: From c7c626f8559c684ade5ced1c4897d2533111ba5e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:27:26 +0000 Subject: [PATCH 367/605] Version bump for netbootxyz/debian-squash:lxqt-13 new tag 13.2.0-6088759b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 418b5b27..3143779e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1534,11 +1534,11 @@ endpoints: flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: - path: /debian-squash/releases/download/13.1.0-6088759b/ + path: /debian-squash/releases/download/13.2.0-6088759b/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: From 9e1114177da71a7061d77433aa787d78114eb23d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:30:30 +0000 Subject: [PATCH 368/605] Version bump for netbootxyz/debian-squash:q4os new tag 6.3-d1a34866 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3143779e..51d430ee 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1219,13 +1219,13 @@ endpoints: flavor: plasma kernel: q4os-default-squash q4os-default-squash: - path: /debian-squash/releases/download/6.2-d1a34866/ + path: /debian-squash/releases/download/6.3-d1a34866/ files: - filesystem.squashfs - initrd - vmlinuz os: Q4OS - version: '6.2' + version: '6.3' flavor: trinity kernel: q4os-default-squash memtest86plus: From 9ca5c7ecba85fabb79bf87407f614d4de3441fb2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:32:17 +0000 Subject: [PATCH 369/605] Version bump for netbootxyz/debian-squash:lxde-13 new tag 13.2.0-79e9a15b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 51d430ee..4812dcdd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1510,11 +1510,11 @@ endpoints: flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: - path: /debian-squash/releases/download/13.1.0-79e9a15b/ + path: /debian-squash/releases/download/13.2.0-79e9a15b/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: From c226bcf4302ca290ff0e2f52d31450e05a3fd6d4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:32:28 +0000 Subject: [PATCH 370/605] Version bump for netbootxyz/debian-squash:xfce-13 new tag 13.2.0-6e8d6d0d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4812dcdd..2281dbf9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1580,10 +1580,10 @@ endpoints: flavor: cinnamon kernel: debian-13-live-kernel debian-13-xfce-squash: - path: /debian-squash/releases/download/13.1.0-6e8d6d0d/ + path: /debian-squash/releases/download/13.2.0-6e8d6d0d/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: xfce kernel: debian-13-live-kernel From f1d4fcef8f86d19fece8fea4cece0a13179b4c4c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 21 Nov 2025 04:32:46 +0000 Subject: [PATCH 371/605] Version bump for netbootxyz/debian-squash:kde-13 new tag 13.2.0-5ecf4c90 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2281dbf9..d25748fe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1518,11 +1518,11 @@ endpoints: flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: - path: /debian-squash/releases/download/13.1.0-5ecf4c90/ + path: /debian-squash/releases/download/13.2.0-5ecf4c90/ files: - filesystem.squashfs os: debian - version: 13.1.0 + version: 13.2.0 flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: From 1d8d7d21b838b315e2a5faa7e367e58990f2550a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 22 Nov 2025 04:15:54 +0000 Subject: [PATCH 372/605] Version bump for netbootxyz/debian-core-13:master new tag 13.2.0-0a426450 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d25748fe..06c0049a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1495,7 +1495,7 @@ endpoints: version: '20.9' kernel: deepin-20-squash debian-13-live-kernel: - path: /debian-core-13/releases/download/13.1.0-0a426450/ + path: /debian-core-13/releases/download/13.2.0-0a426450/ files: - initrd - vmlinuz From 1fb3945fe6753a9f663f76d01298c74ba96e1085 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 22 Nov 2025 16:06:08 +0000 Subject: [PATCH 373/605] External Version bump for alpinelinux new version string "3.22" --- 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 2fe56992..73d6e95f 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.23 - name: '3.23' + - code_name: v3.22 + name: '3.22' - code_name: edge name: Edge (development) archlinux: From 1ecd86edf2b9f29e29ca5146d1e10d9f4f380226 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 24 Nov 2025 04:26:01 +0000 Subject: [PATCH 374/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251116T233105Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 06c0049a..de4827ee 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251026T231834Z-d5972d15/ + path: /asset-mirror/releases/download/20251116T233105Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251026T231834Z + version: 20251116T233105Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ From a3e7bf01d338dddf0103ef7a3170ed65a4d2cc9d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 24 Nov 2025 04:31:13 +0000 Subject: [PATCH 375/605] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 9.1-1-613c19ff --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index de4827ee..8d73b272 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -825,13 +825,13 @@ endpoints: os: proxmox-backup-server version: 4.0-1 proxmox-ve: - path: /asset-mirror/releases/download/9.0-1-613c19ff/ + path: /asset-mirror/releases/download/9.1-1-613c19ff/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-ve - version: 9.0-1 + version: 9.1-1 proxmox-mailgateway: path: /asset-mirror/releases/download/9.0-1-8374c64d/ files: From 5085daf97167d9090d181fffec6225ff48a7cf36 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 27 Nov 2025 04:14:57 +0000 Subject: [PATCH 376/605] External Version bump for coreos new version string "43.20251110.3.1-stable,43.20251120.2.1-testing,43.20251120.1.1-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 73d6e95f..ddc73c7c 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 43.20251024.3.0 + - code_name: 43.20251110.3.1 name: stable - - code_name: 43.20251110.2.0 + - code_name: 43.20251120.2.1 name: testing - - code_name: 43.20251110.1.0 + - code_name: 43.20251120.1.1 name: next debian: archive_mirror: http://archive.debian.org From 06aedce07993c40b3195f35b57c2e49d6a9c1599 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 27 Nov 2025 04:22:57 +0000 Subject: [PATCH 377/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251120-0743-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8d73b272..68f9e384 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251113-0744-9b372e2a/ + path: /ubuntu-squash/releases/download/20251120-0743-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251113-0744 + version: 20251120-0743 flavor: user kernel: kde-neon-user regolith-current: From 3f5c9befb2dceae869fc971f0ba62ca7acedd278 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 27 Nov 2025 04:29:57 +0000 Subject: [PATCH 378/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251124-resolute-0d4c667b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 68f9e384..6a25765c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251111-resolute-0d4c667b/ + path: /ubuntu-squash/releases/download/20251124-resolute-0d4c667b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251111-resolute + version: 20251124-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 258e7068e6fbd855e9f7ed509144df0231eca7ae Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 28 Nov 2025 04:14:00 +0000 Subject: [PATCH 379/605] External Version bump for smartos new version string "20251127T000410Z,20251113T010957Z,20251030T000436Z,20251016T000143Z" --- 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 ddc73c7c..46ca5e3f 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251127T000410Z + name: 20251127T000410Z - code_name: 20251113T010957Z name: 20251113T010957Z - code_name: 20251030T000436Z name: 20251030T000436Z - code_name: 20251016T000143Z name: 20251016T000143Z - - code_name: 20251002T000521Z - name: 20251002T000521Z talos: enabled: true menu: linux From 8b2000f484daac9e0828496ead420a83ef6c0307 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 28 Nov 2025 04:16:09 +0000 Subject: [PATCH 380/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-5-47a038f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 6a25765c..83d67021 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-2-47a038f9/ + path: /debian-squash/releases/download/3.3.1-5-47a038f9/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-2 + version: 3.3.1-5 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 22afaa801b6ddb5d7fb1540e6466ef43bff47f8d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 28 Nov 2025 04:22:27 +0000 Subject: [PATCH 381/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.11.24-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 83d67021..38fb0073 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.11.21-0020-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.11.24-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From dfabce5402aecaeed0ccc29daf9f7e45d2b122f6 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Fri, 28 Nov 2025 12:04:11 +0100 Subject: [PATCH 382/605] oracle: show menu items only for matching architectures --- .../netbootxyz/templates/menu/oracle.ipxe.j2 | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/menu/oracle.ipxe.j2 b/roles/netbootxyz/templates/menu/oracle.ipxe.j2 index aca31690..baf8d828 100644 --- a/roles/netbootxyz/templates/menu/oracle.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/oracle.ipxe.j2 @@ -12,14 +12,33 @@ set os_arch ${arch} iseq ${os_arch} x86_64 && set os_arch x86_64 || iseq ${os_arch} arm64 && set os_arch aarch64 || item --gap ${os} Versions +{% set defined_versions = {} %} {% for key, value in endpoints.items() | sort %} {% if value.os == "oracle" %} -item {{ value.version }} ${space} ${os} {{ value.version }} +{% if value.version not in defined_versions %} +{% set _ = defined_versions.update({value.version: []}) %} +{% endif %} +{% set _ = defined_versions[value.version].append(value.arch) %} +{% endif %} +{% endfor %} +{% for version, archs in defined_versions.items() | sort %} +{% if archs | length > 1 %} +item {{ version }} ${space} ${os} {{ version }} +{% else %} +iseq ${os_arch} {{ archs[0] }} && item {{ version }} ${space} ${os} {{ version }} || {% endif %} {% endfor %} choose version || goto oracle_exit -goto ${version}_${os_arch} +goto ${version} +{% for version, archs in defined_versions.items() | sort %} +:{{ version }} +{% for arch in archs %} +iseq ${os_arch} {{ arch }} && goto {{ version }}_{{ arch }} || +{% endfor %} +goto oracle_exit + +{% endfor %} {% for key, value in endpoints.items() | sort %} {% if value.os == "oracle" %} :{{ value.version }}_{{ value.arch }} From 371720a861c446381341cc9f097ce22c44fc118e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 29 Nov 2025 04:27:35 +0000 Subject: [PATCH 383/605] External Version bump for alpinelinux new version string "3.23" --- 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 46ca5e3f..305bf3d3 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -157,8 +157,8 @@ releases: mirror: http://dl-cdn.alpinelinux.org name: Alpine Linux versions: - - code_name: v3.22 - name: '3.22' + - code_name: v3.23 + name: '3.23' - code_name: edge name: Edge (development) archlinux: From 2d993b476a1426ef09f42f91786f9be0688c7004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:37:59 +0000 Subject: [PATCH 384/605] Update ffurrer2/extract-release-notes action to v3 --- .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 f2d16f45..3d892d38 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@v2 + uses: ffurrer2/extract-release-notes@v3 - 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 677c58ea..de34de64 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@v2 + uses: ffurrer2/extract-release-notes@v3 - name: Create Release and Upload Assets uses: svenstaro/upload-release-action@v2 From d1a6e58f35435ee6e4532eece6f216fee32baf0c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Dec 2025 04:42:59 +0000 Subject: [PATCH 385/605] Version bump for netbootxyz/asset-mirror:4mlinux new tag 50.0-c292230f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 38fb0073..d8ab19c8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -278,7 +278,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/49.0-c292230f/ + path: /asset-mirror/releases/download/50.0-c292230f/ files: - initrd - vmlinuz From 87ed466426b341fea48cd1466637eb21921425ff Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Dec 2025 04:44:19 +0000 Subject: [PATCH 386/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251026T170339Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d8ab19c8..2ff6c9f2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251116T233105Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20250608T165347Z-63d6ec39/ + path: /asset-mirror/releases/download/20251026T170339Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20250608T165347Z + version: 20251026T170339Z arch: amd64 tails: path: /asset-mirror/releases/download/7.2-00388326/ From f20951f1f018bd472819f3c21f1b109292547033 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Dec 2025 04:44:34 +0000 Subject: [PATCH 387/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 251129-b0e9944d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2ff6c9f2..5130e901 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1477,14 +1477,14 @@ endpoints: os: ubuntu-spins version: 0.0.3 cachyos: - path: /asset-mirror/releases/download/250828-b0e9944d/ + path: /asset-mirror/releases/download/251129-b0e9944d/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '250828' + version: '251129' deepin-20-squash: path: /debian-squash/releases/download/20.9-e3a3a399/ files: From 33b4d668ad5344500fbffa177c9bc16630b26d3d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 1 Dec 2025 04:56:47 +0000 Subject: [PATCH 388/605] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 4.1-1-f308cf4b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5130e901..f8a7bc02 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -817,13 +817,13 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/4.0-1-f308cf4b/ + path: /asset-mirror/releases/download/4.1-1-f308cf4b/ files: - initrd - vmlinuz - proxmox.iso os: proxmox-backup-server - version: 4.0-1 + version: 4.1-1 proxmox-ve: path: /asset-mirror/releases/download/9.1-1-613c19ff/ files: From f94dd3d932c1efb90653b9ec5a3e21dc1721c02f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 30 Nov 2025 23:59:46 -0600 Subject: [PATCH 389/605] Switch Flatcar to https Closes: https://github.com/netbootxyz/netboot.xyz/issues/1712 --- roles/netbootxyz/templates/menu/flatcar.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 index e242b3af..e7cc19ce 100644 --- a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 @@ -30,7 +30,7 @@ goto flatcar_exit :alpha :edge set release ${menu} -set base-url http://${release}.release.flatcar-linux.net/${os_arch}-usr/current +set base-url https://${release}.release.flatcar-linux.net/${os_arch}-usr/current kernel ${base-url}/flatcar_production_pxe.vmlinuz ${flatcar_firstboot} ${flatcar_params} flatcar.autologin=tty1 flatcar.autologin=ttyS0 initrd=flatcar_production_pxe_image.cpio.gz ${cmdline} initrd ${base-url}/flatcar_production_pxe_image.cpio.gz boot From cca79b4a353c816be1d7f1a189b5f83de4ce8d3a Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 1 Dec 2025 00:01:17 -0600 Subject: [PATCH 390/605] Remove some cruft --- commit_revert.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 commit_revert.txt diff --git a/commit_revert.txt b/commit_revert.txt deleted file mode 100644 index c775b21c..00000000 --- a/commit_revert.txt +++ /dev/null @@ -1,3 +0,0 @@ -Revert "" - -This reverts commit 7834c2e8b6619896fb0a2479c99baed79498cb34. \ No newline at end of file From e07457295105c72676187922ee767be82e1619c7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 2 Dec 2025 04:22:02 +0000 Subject: [PATCH 391/605] External Version bump for archlinux new version string "2025.12.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 305bf3d3..c6fa3393 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.11.01 - name: 2025.11.01 + - code_name: 2025.12.01 + name: 2025.12.01 blackarch: enabled: true menu: linux From 1c1a162795b4370e2259b7eb70c6bc15b897bb1b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 4 Dec 2025 04:30:03 +0000 Subject: [PATCH 392/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251127-0745-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f8a7bc02..44117db7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251120-0743-9b372e2a/ + path: /ubuntu-squash/releases/download/20251127-0745-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251120-0743 + version: 20251127-0745 flavor: user kernel: kde-neon-user regolith-current: From 11f7bcf93ba80d9e320546cb309bb5b633d5b7ea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 4 Dec 2025 04:33:09 +0000 Subject: [PATCH 393/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251129-resolute-0d4c667b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 44117db7..5294f1d1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251124-resolute-0d4c667b/ + path: /ubuntu-squash/releases/download/20251129-resolute-0d4c667b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251124-resolute + version: 20251129-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From a2676a460d2f01abfc5916c3d091a73147bee3e5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Dec 2025 04:22:29 +0000 Subject: [PATCH 394/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-10-47a038f9 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5294f1d1..30c894a8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-5-47a038f9/ + path: /debian-squash/releases/download/3.3.1-10-47a038f9/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-5 + version: 3.3.1-10 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 5c21f917c973399e3160992ad8630d26569fb132 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Dec 2025 04:24:11 +0000 Subject: [PATCH 395/605] Version bump for netbootxyz/debian-squash:q4os-plasma new tag 6.4-3af797cd --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 30c894a8..a47d0b06 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1211,11 +1211,11 @@ endpoints: flavor: Core kernel: zorin-core-squash q4os-plasma-squash: - path: /debian-squash/releases/download/6.3-3af797cd/ + path: /debian-squash/releases/download/6.4-3af797cd/ files: - filesystem.squashfs os: Q4OS - version: '6.3' + version: '6.4' flavor: plasma kernel: q4os-default-squash q4os-default-squash: From 3276990dc9a9daef7d73743940942c5c0ca2163b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Dec 2025 04:27:52 +0000 Subject: [PATCH 396/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.12.04-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index a47d0b06..b6a8a8c7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.11.24-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.12.04-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 738e825113b12004608b1540299d752fb710441f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 5 Dec 2025 04:34:47 +0000 Subject: [PATCH 397/605] Version bump for netbootxyz/debian-squash:q4os new tag 6.4-d1a34866 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b6a8a8c7..e0148630 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1219,13 +1219,13 @@ endpoints: flavor: plasma kernel: q4os-default-squash q4os-default-squash: - path: /debian-squash/releases/download/6.3-d1a34866/ + path: /debian-squash/releases/download/6.4-d1a34866/ files: - filesystem.squashfs - initrd - vmlinuz os: Q4OS - version: '6.3' + version: '6.4' flavor: trinity kernel: q4os-default-squash memtest86plus: From 6caeadeb04058d47ac08cae710a8f2ade77db504 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 6 Dec 2025 05:01:27 +0000 Subject: [PATCH 398/605] Version bump for netbootxyz/asset-mirror:proxmox-datacenter-manager new tag 1.0-1-e0ad1341 --- endpoints.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/endpoints.yml b/endpoints.yml index e0148630..b3fd2300 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1587,3 +1587,11 @@ endpoints: version: 13.2.0 flavor: xfce kernel: debian-13-live-kernel + proxmox-datacenter-manager: + path: /asset-mirror/releases/download/1.0-1-e0ad1341/ + files: + - initrd + - proxmox.iso + - vmlinuz + os: proxmox-datacenter-manager + version: 1.0-1 From 22b60ffb7124893b6837465f53a7bacd73b5aaa4 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 5 Dec 2025 23:06:15 -0600 Subject: [PATCH 399/605] Add support for Proxmox Datacenter Manager --- .../netbootxyz/templates/menu/proxmox.ipxe.j2 | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/roles/netbootxyz/templates/menu/proxmox.ipxe.j2 b/roles/netbootxyz/templates/menu/proxmox.ipxe.j2 index 1c194884..6a767497 100644 --- a/roles/netbootxyz/templates/menu/proxmox.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/proxmox.ipxe.j2 @@ -23,6 +23,12 @@ item pmg-normal ${space} ${os} Mail Gateway {{ value.version }} item pmg-text ${space} ${os} Mail Gateway {{ value.version }} (Text) item pmg-debug ${space} ${os} Mail Gateway {{ value.version }} (Debug) {% endif %} +{% if value.os == "proxmox-datacenter-manager" %} +item --gap ${os} Datacenter Manager +item pdm-normal ${space} ${os} Datacenter Manager {{ value.version }} +item pdm-text ${space} ${os} Datacenter Manager {{ value.version }} (Text) +item pdm-debug ${space} ${os} Datacenter Manager {{ value.version }} (Debug) +{% endif %} {% if value.os == "proxmox-ve" %} item --gap ${os} VE item pve-normal ${space} ${os} VE {{ value.version }} @@ -33,6 +39,18 @@ item pve-debug ${space} ${os} VE {{ value.version }} (Debug) choose proxmox_choice || goto proxmox_exit goto ${proxmox_choice} +:pdm-normal +set params splash=silent +goto boot-pdm + +:pdm-text +set params splash=silent proxtui +goto boot-pdm + +:pdm-debug +set params splash=verbose proxdebug +goto boot-pdm + :pve-normal set params splash=silent goto boot-pve @@ -95,6 +113,19 @@ initrd ${kernel_url}initrd initrd ${kernel_url}proxmox.iso /proxmox.iso boot +:boot-pdm +{% for key, value in endpoints.items() | sort %} +{% if value.os == "proxmox-datacenter-manager" %} +set kernel_url ${live_endpoint}{{ value.path }} +set proxmox_version {{ value.version }} +{% endif %} +{% endfor %} +imgfree +kernel ${kernel_url}vmlinuz vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet ${params} {{ kernel_params }} +initrd ${kernel_url}initrd +initrd ${kernel_url}proxmox.iso /proxmox.iso +boot + :boot-pve {% for key, value in endpoints.items() | sort %} {% if value.os == "proxmox-ve" %} From 711b040d8a6c6da2819b78b9ffa08beb71191bdf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Dec 2025 04:23:55 +0000 Subject: [PATCH 400/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251123T233100Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index b3fd2300..290885da 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251116T233105Z-d5972d15/ + path: /asset-mirror/releases/download/20251123T233100Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251116T233105Z + version: 20251123T233100Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20251026T170339Z-63d6ec39/ From ae43fa3cbfba6418ffd3bae018f4e71a4d45638e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Dec 2025 04:29:10 +0000 Subject: [PATCH 401/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251116T161545Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 290885da..7878b11d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251123T233100Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251026T170339Z-63d6ec39/ + path: /asset-mirror/releases/download/20251116T161545Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251026T170339Z + version: 20251116T161545Z arch: amd64 tails: path: /asset-mirror/releases/download/7.2-00388326/ From 98d1299fc4b963e90709c9e8153a49055d57314b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Dec 2025 04:34:07 +0000 Subject: [PATCH 402/605] Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 50.0-d0598ee4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7878b11d..2da97450 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -294,7 +294,7 @@ endpoints: version: current flavor: TheSSS 4mlinux-bakandimg: - path: /asset-mirror/releases/download/48.0-d0598ee4/ + path: /asset-mirror/releases/download/50.0-d0598ee4/ files: - initrd - vmlinuz From db56e04152c6c43c3a2fa291d3cf2694648922fd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 8 Dec 2025 05:29:23 +0000 Subject: [PATCH 403/605] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U1-f2411221 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2da97450..e7f8d30c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1017,7 +1017,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U0-f2411221/ + path: /asset-mirror/releases/download/U1-f2411221/ files: - vmlinuz - initrd From 7466440adc44d29151e22bd62389ec16797de355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:54:27 +0000 Subject: [PATCH 404/605] Update dependency ansible to v12.3.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2eec55b8..bc575541 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==12.2.0 # renovate: datasource=pypi depName=ansible + pip install ansible==12.3.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check From 454f81db253a29a4de75cbf25d32761cd497676d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Dec 2025 04:34:29 +0000 Subject: [PATCH 405/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251204-1319-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e7f8d30c..a161911d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251127-0745-9b372e2a/ + path: /ubuntu-squash/releases/download/20251204-1319-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251127-0745 + version: 20251204-1319 flavor: user kernel: kde-neon-user regolith-current: From ac0e047b565b0148b0543a8393d65eebf3890c07 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 11 Dec 2025 04:37:10 +0000 Subject: [PATCH 406/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251203-resolute-0d4c667b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index a161911d..711a88dc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251129-resolute-0d4c667b/ + path: /ubuntu-squash/releases/download/20251203-resolute-0d4c667b/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251129-resolute + version: 20251203-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From cbc9a888406fc3a3ba9cbfac92c3da61b6c45d45 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Dec 2025 04:24:09 +0000 Subject: [PATCH 407/605] Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.7.0-12-bca5f701 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 711a88dc..f0663e68 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -129,7 +129,7 @@ endpoints: version: '2' flavor: ascii gparted-stable: - path: /debian-squash/releases/download/1.7.0-8-bca5f701/ + path: /debian-squash/releases/download/1.7.0-12-bca5f701/ files: - filesystem.squashfs - initrd From 2fd0af1ef85e0a0be5c6f5c01d5924effcca6627 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Dec 2025 04:24:38 +0000 Subject: [PATCH 408/605] External Version bump for smartos new version string "20251211T000906Z,20251127T000410Z,20251113T010957Z,20251030T000436Z" --- 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 c6fa3393..ba9f01ad 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -481,14 +481,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20251211T000906Z + name: 20251211T000906Z - code_name: 20251127T000410Z name: 20251127T000410Z - code_name: 20251113T010957Z name: 20251113T010957Z - code_name: 20251030T000436Z name: 20251030T000436Z - - code_name: 20251016T000143Z - name: 20251016T000143Z talos: enabled: true menu: linux From df86f7eaf22b409a3d9398baf0ab2d91a0b87174 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Dec 2025 04:32:04 +0000 Subject: [PATCH 409/605] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2025.4-8e024a88 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f0663e68..e2625935 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1,12 +1,12 @@ endpoints: kali-xfce-squash: - path: /debian-squash/releases/download/2025.3-8e024a88/ + path: /debian-squash/releases/download/2025.4-8e024a88/ files: - filesystem.squashfs - initrd - vmlinuz os: kali - version: '2025.3' + version: '2025.4' flavor: xfce kernel: kali-xfce-squash kde-neon-user: From 03cd43b0b873de69400f0ebbaaa93b72684e0fdb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 12 Dec 2025 04:32:40 +0000 Subject: [PATCH 410/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.12.11-0021-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e2625935..22efeb64 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.12.04-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.12.11-0021-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 16f2ec03dc40232b8a89878f637f8b870c25617e Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sat, 13 Dec 2025 23:25:45 +0300 Subject: [PATCH 411/605] Update OpenBSD versions, fetch from CDN 7.6 became unsupported, snapshots switched from 7.7 to 7.8 and https://openbsd.org/78.html got released. Make snapshots the first/default entry, their use is encouraged. ftp.o.o is the primary distribution source, pick a mirror from https://www.openbsd.org/ftp.html instead. --- roles/netbootxyz/defaults/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index ba9f01ad..fff7aa25 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -401,18 +401,18 @@ releases: base_dir: pub/OpenBSD enabled: true menu: bsd - mirror: http://ftp.openbsd.org + mirror: http://cdn.openbsd.org name: OpenBSD versions: + - code_name: snapshots + image_ver: '78' + name: 7.8 Latest Snapshot + - code_name: '7.8' + image_ver: '78' + name: '7.8' - code_name: '7.7' image_ver: '77' name: '7.7' - - code_name: '7.6' - image_ver: '76' - name: '7.6' - - code_name: snapshots - image_ver: '77' - name: 7.7 Latest Snapshot opensuse: base_dir: distribution/leap enabled: true From 585ff0bb5aa5335f4a1ca42535caade42241c249 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sun, 14 Dec 2025 01:10:56 +0300 Subject: [PATCH 412/605] Use miniroot disk on OpenBSD for UEFI installXY.img is intended for offline installation, weighs several hundreds of megabytes and requires mounting itself during boot to provide included file sets, which will not work when loaded entirely into RAM without backing device as 'sanboot' does on UEFI. Even if it worked, users may wish to fetch only a subset of sets or use different sources/networks in which case preloading everything via iPXE just wastes time and resources. miniroot78.img weights less than six megabytes and fully fits into RAM. It does not mount any disk or CD, i.e. does not depend on memory disks. It works the same for any platform or boot firmware, but needs network. Use miniroot to fix UEFI boot. See https://www.openbsd.org/faq/faq4.html#Download for available images. --- roles/netbootxyz/templates/menu/openbsd.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/openbsd.ipxe.j2 b/roles/netbootxyz/templates/menu/openbsd.ipxe.j2 index 5101ee41..d5ed303c 100644 --- a/roles/netbootxyz/templates/menu/openbsd.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/openbsd.ipxe.j2 @@ -30,7 +30,7 @@ chain ${memdisk} iso raw goto openbsd_menu :efi_boot -set src ${openbsd_mirror}/${openbsd_base_dir}/${ver}/${os_arch}/install${image_ver}.img +set src ${openbsd_mirror}/${openbsd_base_dir}/${ver}/${os_arch}/miniroot${image_ver}.img imgfree sanboot ${src} goto openbsd_menu From bff5a973428a0e6290bc1f2162090736d3e27690 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sun, 14 Dec 2025 00:11:17 +0300 Subject: [PATCH 413/605] Enable BSD menu on UEFI on amd64 and arm64 OpenBSD now boots fine regardless of platform or firmware. --- roles/netbootxyz/templates/menu/boot.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/templates/menu/boot.cfg.j2 b/roles/netbootxyz/templates/menu/boot.cfg.j2 index 59449dd1..be8b0f2c 100644 --- a/roles/netbootxyz/templates/menu/boot.cfg.j2 +++ b/roles/netbootxyz/templates/menu/boot.cfg.j2 @@ -82,7 +82,7 @@ set menu_pci 0 iseq ${platform} efi && goto efi || goto architectures_end :efi -set menu_bsd 0 +set menu_bsd 1 set menu_freedos 0 set menu_unix 0 set menu_pci 0 @@ -121,7 +121,7 @@ goto clouds_end :metal_arm64 set cmdline console=ttyAMA0,115200 set ipxe_disk netboot.xyz-metal-arm64-snp.efi -set menu_bsd 0 +set menu_bsd 1 set menu_freedos 0 set menu_live 0 set menu_windows 0 From 11b24829204526886074eabb1524ee3ffa47ebfa Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sun, 14 Dec 2025 03:31:05 +0300 Subject: [PATCH 414/605] Disable FreeBSD under UEFI mfsbsd images used by netboot.xyz are for BIOS only. This is the simplest I could come up with that works across all supported BSD, platforms and firmwares. --- roles/netbootxyz/templates/menu/bsd.ipxe.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/netbootxyz/templates/menu/bsd.ipxe.j2 b/roles/netbootxyz/templates/menu/bsd.ipxe.j2 index 80206baa..d06c1188 100644 --- a/roles/netbootxyz/templates/menu/bsd.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/bsd.ipxe.j2 @@ -10,8 +10,12 @@ menu BSD Installers - Current Arch [ ${arch} ] item --gap BSD Based Operating Systems {% for key, value in releases.items() | sort(attribute='1.name') %} {% if value.enabled is defined and value.menu == "bsd" and value.enabled | bool %} +{% if key == "freebsd" %} +iseq ${platform} efi || item {{ key }} ${space} {{ value.name }} +{% else %} item {{ key }} ${space} {{ value.name }} {% endif %} +{% endif %} {% endfor %} choose menu || goto bsd_exit From b972e57cab1e4756bde06c4ea3f55dbd7e25fe45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:20:54 +0000 Subject: [PATCH 415/605] Update dependency ansible to v13 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index bc575541..b9daaff7 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==12.3.0 # renovate: datasource=pypi depName=ansible + pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check From 8745346110b6093aed030cad2d960fdaa1b238e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:39:08 +0000 Subject: [PATCH 416/605] Update dependency ansible-lint to v25.12.1 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index b9daaff7..6e0d6b52 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint + pip install ansible-lint==25.12.1 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From 7bce6e2c5ebe27de2fc75d9a63cd674a7b05b49c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Dec 2025 04:31:53 +0000 Subject: [PATCH 417/605] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 12.03-046a7ade --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 22efeb64..66c00233 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -586,14 +586,14 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/12.02-046a7ade/ + path: /asset-mirror/releases/download/12.03-046a7ade/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: systemrescue - version: 12.02 + version: 12.03 arch: amd64 shredos-i686: path: /asset-mirror/releases/download/0.34_32-bit_20221231-3adcc4d0/ From 039014f284677995189281775b1fa426a5f3ef2c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Dec 2025 04:35:30 +0000 Subject: [PATCH 418/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251122T160055Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 66c00233..11008a0e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251123T233100Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251116T161545Z-63d6ec39/ + path: /asset-mirror/releases/download/20251122T160055Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251116T161545Z + version: 20251122T160055Z arch: amd64 tails: path: /asset-mirror/releases/download/7.2-00388326/ From 59e8e6ade0b6f2f23b21e3d00dfeb758ad52b30f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Dec 2025 04:36:00 +0000 Subject: [PATCH 419/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 251209-b0e9944d --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 11008a0e..af83eb28 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1477,14 +1477,14 @@ endpoints: os: ubuntu-spins version: 0.0.3 cachyos: - path: /asset-mirror/releases/download/251129-b0e9944d/ + path: /asset-mirror/releases/download/251209-b0e9944d/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '251129' + version: '251209' deepin-20-squash: path: /debian-squash/releases/download/20.9-e3a3a399/ files: From 38070c7e336185b1aa016465f0dc1cae34a4a259 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Dec 2025 04:48:41 +0000 Subject: [PATCH 420/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.3.1-00388326 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index af83eb28..371dfc63 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20251122T160055Z arch: amd64 tails: - path: /asset-mirror/releases/download/7.2-00388326/ + path: /asset-mirror/releases/download/7.3.1-00388326/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: '7.2' + version: 7.3.1 arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From 1bead1cab1649709e3fadf8c2d82cac7a9978bb8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 15 Dec 2025 04:52:00 +0000 Subject: [PATCH 421/605] Version bump for netbootxyz/asset-mirror:proxmox-datacenter-manager new tag 1.0-2-e0ad1341 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 371dfc63..c719584f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1588,10 +1588,10 @@ endpoints: flavor: xfce kernel: debian-13-live-kernel proxmox-datacenter-manager: - path: /asset-mirror/releases/download/1.0-1-e0ad1341/ + path: /asset-mirror/releases/download/1.0-2-e0ad1341/ files: - initrd - proxmox.iso - vmlinuz os: proxmox-datacenter-manager - version: 1.0-1 + version: 1.0-2 From 2364d01ef56a2d41ba73748d30d7ab539c76ec62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:15:29 +0000 Subject: [PATCH 422/605] Update dependency python to 3.14 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index b9daaff7..de4077e6 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: '3.13' # renovate: datasource=github-tags depName=python + python-version: '3.14' # renovate: datasource=github-tags depName=python - name: Install dependencies run: | From 34a6e319a99c290cc35602eb7cdae602a791e748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:15:33 +0000 Subject: [PATCH 423/605] Update actions/checkout action to v6 --- .github/workflows/claude.yml | 2 +- .github/workflows/development.yml | 2 +- .github/workflows/pull-requests.yml | 4 ++-- .github/workflows/release-candidate.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rolling.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index f44dfa67..d1d1d04b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 0ec7183d..7f6b7eea 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -18,7 +18,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: development diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index b9daaff7..b2da5d1f 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -12,7 +12,7 @@ jobs: name: Test Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: @@ -36,7 +36,7 @@ jobs: name: Build Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 3d892d38..21bc96f1 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -18,7 +18,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: RC diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de34de64..3b8f3b42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: master diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 7e6f63c7..14bac15b 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml @@ -20,7 +20,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: 'master' From 15bd507577ab4e60ce76062f3796c306a1f15cbb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:14:13 +0000 Subject: [PATCH 424/605] Version bump for netbootxyz/asset-mirror:memtest86-plus new tag 8.00-4991621b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index c719584f..67283969 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1229,14 +1229,14 @@ endpoints: flavor: trinity kernel: q4os-default-squash memtest86plus: - path: /asset-mirror/releases/download/7.20-014832f7/ + path: /asset-mirror/releases/download/8.00-4991621b/ files: - memtest32.bin - memtest32.efi - memtest64.bin - memtest64.efi os: memtest86-plus - version: '7.20' + version: '8.00' ubuntu-netboot-24.04-arm64: path: /ubuntu-squash/releases/download/24.04.3-7b71a472/ files: From 0dad465abdc7b6d5f778531f4c4aa125545b28e3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:14:49 +0000 Subject: [PATCH 425/605] Version bump for netbootxyz/asset-mirror:memtest86-plus new tag 8.00-59b7f50e --- endpoints.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 67283969..26e60d59 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1229,12 +1229,15 @@ endpoints: flavor: trinity kernel: q4os-default-squash memtest86plus: - path: /asset-mirror/releases/download/8.00-4991621b/ + path: /asset-mirror/releases/download/8.00-59b7f50e/ files: - memtest32.bin - memtest32.efi - memtest64.bin - memtest64.efi + - mt86p_i586 + - mt86p_la64 + - mt86p_x86_64 os: memtest86-plus version: '8.00' ubuntu-netboot-24.04-arm64: From 27db3bce2259e2cdce7134cecfef80a72f308d01 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 17 Dec 2025 00:22:21 -0600 Subject: [PATCH 426/605] Add support for Memtest86+ v8.00 series --- 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 ba9f01ad..c5194cd6 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -735,7 +735,7 @@ utilitiesefi: enabled: true name: Memtest86+ {{ endpoints.memtest86plus.version }} type: memtest - util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.efi + util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}mt86p_x86_64 version: '{{ endpoints.memtest86plus.version }}' redorescue: enabled: true @@ -795,7 +795,7 @@ utilitiespcbios32: enabled: true name: Memtest86+ {{ endpoints.memtest86plus.version }} type: memtest - util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest32.bin + util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}mt86p_i586 version: '{{ endpoints.memtest86plus.version }}' shredos: enabled: true @@ -867,7 +867,7 @@ utilitiespcbios64: enabled: true name: Memtest86+ {{ endpoints.memtest86plus.version }} type: memtest - util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}memtest64.bin + util_path: ${live_endpoint}{{ endpoints.memtest86plus.path }}mt86p_x86_64 version: '{{ endpoints.memtest86plus.version }}' redorescue: enabled: true From 69ca651f6bd29070b4569f58c8aa76da396c07fb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:25:52 +0000 Subject: [PATCH 427/605] Version bump for netbootxyz/debian-squash:grml-small-arm64 new tag 2025.12-e93f2016 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 26e60d59..4d19ba73 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1387,13 +1387,13 @@ endpoints: flavor: full arch: arm64 grml-small-arm64: - path: /debian-squash/releases/download/2025.08-dd433d05/ + path: /debian-squash/releases/download/2025.12-e93f2016/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.08' + version: '2025.12' flavor: small arch: arm64 uefishell: From 0eb4679415efe2cd2d31b0570978fb35dd8e088d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:26:03 +0000 Subject: [PATCH 428/605] Version bump for netbootxyz/debian-squash:grml-full-amd64 new tag 2025.12-8a1fd64c --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4d19ba73..5a92d382 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1367,13 +1367,13 @@ endpoints: flavor: small arch: amd64 grml-full-amd64: - path: /debian-squash/releases/download/2025.08-dae7342d/ + path: /debian-squash/releases/download/2025.12-8a1fd64c/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.08' + version: '2025.12' flavor: full arch: amd64 grml-full-arm64: From 263432787446e46e70dab388152d55ac3a684510 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:26:31 +0000 Subject: [PATCH 429/605] Version bump for netbootxyz/debian-squash:grml-small-amd64 new tag 2025.12-0bd573f3 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5a92d382..5fabd6b2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1357,13 +1357,13 @@ endpoints: kernel: ubuntu-netboot-24.10-arm64 arch: arm64 grml-small-amd64: - path: /debian-squash/releases/download/2025.08-abcbd950/ + path: /debian-squash/releases/download/2025.12-0bd573f3/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.08' + version: '2025.12' flavor: small arch: amd64 grml-full-amd64: From 30ddb9e602da8f8cfea281ad85f11e054cd44849 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 17 Dec 2025 06:26:37 +0000 Subject: [PATCH 430/605] Version bump for netbootxyz/debian-squash:grml-full-arm64 new tag 2025.12-9aea36b0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 5fabd6b2..063ed4ed 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1377,13 +1377,13 @@ endpoints: flavor: full arch: amd64 grml-full-arm64: - path: /debian-squash/releases/download/2025.08-22de2c47/ + path: /debian-squash/releases/download/2025.12-9aea36b0/ files: - filesystem.squashfs - initrd - vmlinuz os: grml - version: '2025.08' + version: '2025.12' flavor: full arch: arm64 grml-small-arm64: From 170e24dbee87151b6446384a4ad9fd66067ac489 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Dec 2025 04:25:32 +0000 Subject: [PATCH 431/605] External Version bump for coreos new version string "43.20251120.3.0-stable,43.20251214.2.0-testing,43.20251214.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 c5194cd6..50086244 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 43.20251110.3.1 + - code_name: 43.20251120.3.0 name: stable - - code_name: 43.20251120.2.1 + - code_name: 43.20251214.2.0 name: testing - - code_name: 43.20251120.1.1 + - code_name: 43.20251214.1.0 name: next debian: archive_mirror: http://archive.debian.org From 24a7c09da6fd0700026af65efb979837bffe4c5c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 18 Dec 2025 04:33:09 +0000 Subject: [PATCH 432/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251211-1320-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 063ed4ed..c655ae62 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251204-1319-9b372e2a/ + path: /ubuntu-squash/releases/download/20251211-1320-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251204-1319 + version: 20251211-1320 flavor: user kernel: kde-neon-user regolith-current: From 67c7aaa9b5d1abaa2c609354dced6a8f01a49e38 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Dec 2025 04:32:37 +0000 Subject: [PATCH 433/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.12.18-0018-rolling-0d0f700e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c655ae62..3e4eda6d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.12.11-0021-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.12.18-0018-rolling-0d0f700e/ files: - filesystem.squashfs - initrd From 1b235d2c0d6ccc00aa0883f4ce87eb170f6226d1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Dec 2025 04:35:34 +0000 Subject: [PATCH 434/605] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2025.12-2b965fd7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3e4eda6d..b9cd73fa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -93,7 +93,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2025.09-2b965fd7/ + path: /debian-squash/releases/download/2025.12-2b965fd7/ files: - filesystem.squashfs - initrd From 7d7986fe187012246474cfc63e2c65cf57e3c69e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Dec 2025 04:37:21 +0000 Subject: [PATCH 435/605] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2025.12-66a56f08 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b9cd73fa..486f1622 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -83,7 +83,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2025.09-66a56f08/ + path: /debian-squash/releases/download/2025.12-66a56f08/ files: - filesystem.squashfs - initrd From ed51e9fdb9f0d265afef5236825f0a8d88aa8ee4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 19 Dec 2025 07:41:50 +0000 Subject: [PATCH 436/605] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2025.12-db19bb55 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 486f1622..4b95e901 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -73,7 +73,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2025.09-db19bb55/ + path: /debian-squash/releases/download/2025.12-db19bb55/ files: - filesystem.squashfs - initrd From 6f4f3c4672a4d24a9b76e1e7bbb980738be6c575 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 20 Dec 2025 10:40:01 -0600 Subject: [PATCH 437/605] Update flatcar to use CDN url to avoid redirect Fixes: https://github.com/netbootxyz/netboot.xyz/issues/1712 --- roles/netbootxyz/templates/menu/flatcar.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 index e7cc19ce..900703af 100644 --- a/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/flatcar.ipxe.j2 @@ -30,7 +30,7 @@ goto flatcar_exit :alpha :edge set release ${menu} -set base-url https://${release}.release.flatcar-linux.net/${os_arch}-usr/current +set base-url https://flatcar.cdn.cncf.io/${release}/${os_arch}-usr/current kernel ${base-url}/flatcar_production_pxe.vmlinuz ${flatcar_firstboot} ${flatcar_params} flatcar.autologin=tty1 flatcar.autologin=ttyS0 initrd=flatcar_production_pxe_image.cpio.gz ${cmdline} initrd ${base-url}/flatcar_production_pxe_image.cpio.gz boot From 8beea1c8d50b4e54de911755babda0a0f1f44212 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Dec 2025 04:33:00 +0000 Subject: [PATCH 438/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251130T231552Z-d5972d15 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4b95e901..7614f97c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251123T233100Z-d5972d15/ + path: /asset-mirror/releases/download/20251130T231552Z-d5972d15/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251123T233100Z + version: 20251130T231552Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20251122T160055Z-63d6ec39/ From dfe7c93411f01fb0e6881425909706ed9873c142 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 22 Dec 2025 04:35:27 +0000 Subject: [PATCH 439/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251123T153051Z-63d6ec39 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7614f97c..9178abf3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251130T231552Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251122T160055Z-63d6ec39/ + path: /asset-mirror/releases/download/20251123T153051Z-63d6ec39/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251122T160055Z + version: 20251123T153051Z arch: amd64 tails: path: /asset-mirror/releases/download/7.3.1-00388326/ From 85a29bea08e6fd5f2473ae912578721fe40e6e97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:55:08 +0000 Subject: [PATCH 440/605] Update dependency ansible-lint to v25.12.2 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 091af278..114ad6c4 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==25.12.1 # renovate: datasource=pypi depName=ansible-lint + pip install ansible-lint==25.12.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From d89fe8e9bd991ef15187e373969037036bab0ff7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 24 Dec 2025 22:14:39 +0000 Subject: [PATCH 441/605] Version bump for netbootxyz/asset-mirror:endeavouros new tag 2025.11.24-e095cbc8 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 9178abf3..39359a86 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -461,13 +461,13 @@ endpoints: os: nitrux version: 2022.02.28 endeavouros: - path: /asset-mirror/releases/download/Neo-2025.03.19-aaf870af/ + path: /asset-mirror/releases/download/2025.11.24-e095cbc8/ files: - airootfs.sfs - initrd - vmlinuz os: endeavouros - version: Neo-2025.03.19 + version: 2025.11.24 kodachi-8: path: /ubuntu-squash/releases/download/8.2-625e11fa/ files: From 3772e805dacfa455f117046afe1b7da007c986fe Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 25 Dec 2025 04:37:47 +0000 Subject: [PATCH 442/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251218-1321-9b372e2a --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 39359a86..fa46a503 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251211-1320-9b372e2a/ + path: /ubuntu-squash/releases/download/20251218-1321-9b372e2a/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251211-1320 + version: 20251218-1321 flavor: user kernel: kde-neon-user regolith-current: From 3209a4b286b3fb0829a6ba110c5eb6e655eede61 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:25:22 +0000 Subject: [PATCH 443/605] Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.7.0-12-5616e296 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fa46a503..ba92bd4b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -129,7 +129,7 @@ endpoints: version: '2' flavor: ascii gparted-stable: - path: /debian-squash/releases/download/1.7.0-12-bca5f701/ + path: /debian-squash/releases/download/1.7.0-12-5616e296/ files: - filesystem.squashfs - initrd From 00567a4c124ac67180232c4618f6f27a1d1d32e1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:27:47 +0000 Subject: [PATCH 444/605] Version bump for netbootxyz/debian-squash:raizo new tag v16.25.10.26i-5c171de0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ba92bd4b..5d21e0a5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -270,7 +270,7 @@ endpoints: os: fatdog version: current raizo: - path: /debian-squash/releases/download/v16.25.10.26i-cdb1c06f/ + path: /debian-squash/releases/download/v16.25.10.26i-5c171de0/ files: - filesystem.squashfs - initrd From abef448f0ed615f15382f342e96cb5910cc074b2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:28:14 +0000 Subject: [PATCH 445/605] Version bump for netbootxyz/debian-squash:q4os-plasma new tag 6.4-65fa9dd9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5d21e0a5..871bc132 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1211,7 +1211,7 @@ endpoints: flavor: Core kernel: zorin-core-squash q4os-plasma-squash: - path: /debian-squash/releases/download/6.4-3af797cd/ + path: /debian-squash/releases/download/6.4-65fa9dd9/ files: - filesystem.squashfs os: Q4OS From 4405ea2702ef4f3391b29fc6ac07401baaba83bc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:28:30 +0000 Subject: [PATCH 446/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-10-8db01622 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 871bc132..d1579b6b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,7 +641,7 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-10-47a038f9/ + path: /debian-squash/releases/download/3.3.1-10-8db01622/ files: - filesystem.squashfs - initrd From 341dc7a59481c6486338b07e3c2b80271b3580b0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:28:36 +0000 Subject: [PATCH 447/605] Version bump for netbootxyz/debian-squash:grml-small-amd64 new tag 2025.12-ca5dc013 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d1579b6b..99b22d88 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1357,7 +1357,7 @@ endpoints: kernel: ubuntu-netboot-24.10-arm64 arch: arm64 grml-small-amd64: - path: /debian-squash/releases/download/2025.12-0bd573f3/ + path: /debian-squash/releases/download/2025.12-ca5dc013/ files: - filesystem.squashfs - initrd From 04960fc4e7f9db1a284b80e61bce9124c8a9fadb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:30:04 +0000 Subject: [PATCH 448/605] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 8.1-d8df60d4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 99b22d88..e56a2e47 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -43,7 +43,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/8.1-6c87e83c/ + path: /debian-squash/releases/download/8.1-d8df60d4/ files: - filesystem.squashfs - initrd From b80e23d28b25b2e4096c0445edf96df1e847ac54 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:30:24 +0000 Subject: [PATCH 449/605] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2025.12-8a7a4cf8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e56a2e47..614e5579 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -73,7 +73,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2025.12-db19bb55/ + path: /debian-squash/releases/download/2025.12-8a7a4cf8/ files: - filesystem.squashfs - initrd From 2b4fe56cdba71dfef62d8325b455fe1fcad2aacb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:32:36 +0000 Subject: [PATCH 450/605] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2025.4-f03c4b56 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 614e5579..e475a62b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1,6 +1,6 @@ endpoints: kali-xfce-squash: - path: /debian-squash/releases/download/2025.4-8e024a88/ + path: /debian-squash/releases/download/2025.4-f03c4b56/ files: - filesystem.squashfs - initrd From 08bf9196804b7da290fcf225cb455eceabbe7432 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:32:48 +0000 Subject: [PATCH 451/605] Version bump for netbootxyz/debian-squash:grml-full-amd64 new tag 2025.12-ee78df85 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e475a62b..c1c5d4fa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1367,7 +1367,7 @@ endpoints: flavor: small arch: amd64 grml-full-amd64: - path: /debian-squash/releases/download/2025.12-8a1fd64c/ + path: /debian-squash/releases/download/2025.12-ee78df85/ files: - filesystem.squashfs - initrd From f0940811147fa1a386f88e88b21429acb0ffb523 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:33:21 +0000 Subject: [PATCH 452/605] Version bump for netbootxyz/debian-squash:cinnamon-13 new tag 13.2.0-bcf1dab7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c1c5d4fa..e8c53aa7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1575,7 +1575,7 @@ endpoints: kernel: ubuntu-netboot-25.10-arm64 arch: arm64 debian-13-cinnamon-squash: - path: /debian-squash/releases/download/13.2.0-f213be8c/ + path: /debian-squash/releases/download/13.2.0-bcf1dab7/ files: - filesystem.squashfs os: debian From 31f59613b4d3a472bbb5986cf5458e3694f6a2de Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:33:31 +0000 Subject: [PATCH 453/605] Version bump for netbootxyz/debian-squash:mate-13 new tag 13.2.0-f3c0e3ad --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e8c53aa7..b3d32883 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1545,7 +1545,7 @@ endpoints: flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: - path: /debian-squash/releases/download/13.2.0-8a7bb188/ + path: /debian-squash/releases/download/13.2.0-f3c0e3ad/ files: - filesystem.squashfs os: debian From 4569487c6d1cebeccbb1a2b0a38a25c5369b3ff3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:34:08 +0000 Subject: [PATCH 454/605] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.3.0-33-1a41a72c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b3d32883..24898775 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -619,7 +619,7 @@ endpoints: version: 2024.07.10 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.3.0-33-9c8061ac/ + path: /debian-squash/releases/download/3.3.0-33-1a41a72c/ files: - filesystem.squashfs - initrd From e02d3b36a6c66c7f3e91d34ae0a2f91bd004a0b6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:35:03 +0000 Subject: [PATCH 455/605] Version bump for netbootxyz/debian-squash:gnome-13 new tag 13.2.0-0aea8fe2 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 24898775..654620e5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1529,7 +1529,7 @@ endpoints: flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: - path: /debian-squash/releases/download/13.2.0-2eeea9f9/ + path: /debian-squash/releases/download/13.2.0-0aea8fe2/ files: - filesystem.squashfs os: debian From 708cf8f470986cd42eeeb9c290012cc87142d50e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:35:13 +0000 Subject: [PATCH 456/605] Version bump for netbootxyz/debian-squash:grml-small-arm64 new tag 2025.12-d7d97ac4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 654620e5..f93b054e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1387,7 +1387,7 @@ endpoints: flavor: full arch: arm64 grml-small-arm64: - path: /debian-squash/releases/download/2025.12-e93f2016/ + path: /debian-squash/releases/download/2025.12-d7d97ac4/ files: - filesystem.squashfs - initrd From 9604e0d82444d0bed0c656f0aba7a16f1dbd9ef7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:35:17 +0000 Subject: [PATCH 457/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.12.26-0021-rolling-bf6bd56c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f93b054e..de64e7a4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.12.18-0018-rolling-0d0f700e/ + path: /debian-squash/releases/download/2025.12.26-0021-rolling-bf6bd56c/ files: - filesystem.squashfs - initrd From a3abaafea56e6aa912dff16f5adaf3f77f2a46c3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:35:34 +0000 Subject: [PATCH 458/605] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 8.1-28fbf253 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index de64e7a4..26a4e8c5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -53,7 +53,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/8.1-d38c17d0/ + path: /debian-squash/releases/download/8.1-28fbf253/ files: - filesystem.squashfs - initrd From 1ec8013dcdaaaec100a0e2d6348100fe4e81abf9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:36:26 +0000 Subject: [PATCH 459/605] Version bump for netbootxyz/debian-squash:deepin-20 new tag 20.9-a4ce5fe4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 26a4e8c5..9eef96c6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1489,7 +1489,7 @@ endpoints: os: cachyos version: '251209' deepin-20-squash: - path: /debian-squash/releases/download/20.9-e3a3a399/ + path: /debian-squash/releases/download/20.9-a4ce5fe4/ files: - filesystem.squashfs - initrd From cd428f04e075ec2ff781bb16f6074f113f32b152 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:37:25 +0000 Subject: [PATCH 460/605] Version bump for netbootxyz/debian-squash:core-13 new tag 13.2.0-9d9b777e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9eef96c6..ba8d6f01 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1505,7 +1505,7 @@ endpoints: os: debian version: '13' debian-13-default-squash: - path: /debian-squash/releases/download/13.2.0-d074da9b/ + path: /debian-squash/releases/download/13.2.0-9d9b777e/ files: - filesystem.squashfs os: debian From 3896a8ac38389068804f2495db5cfabeb6d91f40 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:38:23 +0000 Subject: [PATCH 461/605] Version bump for netbootxyz/debian-squash:septor new tag 2022-32f07395 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ba8d6f01..0a817f83 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -216,7 +216,7 @@ endpoints: os: kaspersky version: '18' septor: - path: /debian-squash/releases/download/2022-4bfba007/ + path: /debian-squash/releases/download/2022-32f07395/ files: - filesystem.squashfs - initrd From ca0cad9f20f117769896607572d12e8b3b1f7773 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:38:53 +0000 Subject: [PATCH 462/605] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2025.12-1a7f6c6a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0a817f83..519e1ee9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -93,7 +93,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2025.12-2b965fd7/ + path: /debian-squash/releases/download/2025.12-1a7f6c6a/ files: - filesystem.squashfs - initrd From 15c36dec21441e8054f405bf0def6744c4160863 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:40:14 +0000 Subject: [PATCH 463/605] Version bump for netbootxyz/debian-squash:q4os new tag 6.4-5d30850e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 519e1ee9..4a2b3f28 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1219,7 +1219,7 @@ endpoints: flavor: plasma kernel: q4os-default-squash q4os-default-squash: - path: /debian-squash/releases/download/6.4-d1a34866/ + path: /debian-squash/releases/download/6.4-5d30850e/ files: - filesystem.squashfs - initrd From 172019298bbb0397990a7b8cbfe53ec256c5442a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:40:18 +0000 Subject: [PATCH 464/605] Version bump for netbootxyz/debian-squash:grml-full-arm64 new tag 2025.12-f76c469c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4a2b3f28..481a191d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1377,7 +1377,7 @@ endpoints: flavor: full arch: amd64 grml-full-arm64: - path: /debian-squash/releases/download/2025.12-9aea36b0/ + path: /debian-squash/releases/download/2025.12-f76c469c/ files: - filesystem.squashfs - initrd From 7cf30d458f2a8b427973c24b23b83ca31f46ebbe Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:40:31 +0000 Subject: [PATCH 465/605] Version bump for netbootxyz/debian-squash:parrot-home new tag 6.3.2-27d6d20b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 481a191d..a75f0d14 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1026,7 +1026,7 @@ endpoints: version: '9' arch: aarch64 parrot-home: - path: /debian-squash/releases/download/6.3.2-37ae0f27/ + path: /debian-squash/releases/download/6.3.2-27d6d20b/ files: - filesystem.squashfs - initrd From a9db5c5fb932a81a62b856aedf0f2fe0361bf795 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:41:50 +0000 Subject: [PATCH 466/605] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2025.12-314f0a50 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index a75f0d14..8f9bb72b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -83,7 +83,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2025.12-66a56f08/ + path: /debian-squash/releases/download/2025.12-314f0a50/ files: - filesystem.squashfs - initrd From 6e1d36e348afd2c77d7386343138a9100b5d54b2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:42:05 +0000 Subject: [PATCH 467/605] Version bump for netbootxyz/debian-squash:xfce-13 new tag 13.2.0-5048a26b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8f9bb72b..cc965599 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1583,7 +1583,7 @@ endpoints: flavor: cinnamon kernel: debian-13-live-kernel debian-13-xfce-squash: - path: /debian-squash/releases/download/13.2.0-6e8d6d0d/ + path: /debian-squash/releases/download/13.2.0-5048a26b/ files: - filesystem.squashfs os: debian From e54e60abd868be630500b57d6486908d62068cce Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:42:11 +0000 Subject: [PATCH 468/605] Version bump for netbootxyz/debian-squash:lxqt-13 new tag 13.2.0-6936b7a0 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cc965599..609f9dd8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1537,7 +1537,7 @@ endpoints: flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: - path: /debian-squash/releases/download/13.2.0-6088759b/ + path: /debian-squash/releases/download/13.2.0-6936b7a0/ files: - filesystem.squashfs os: debian From f330e2432bb53048976ba75426ba5eff63162762 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:42:55 +0000 Subject: [PATCH 469/605] Version bump for netbootxyz/debian-squash:kde-13 new tag 13.2.0-c5f83616 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 609f9dd8..86c8ceda 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1521,7 +1521,7 @@ endpoints: flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: - path: /debian-squash/releases/download/13.2.0-5ecf4c90/ + path: /debian-squash/releases/download/13.2.0-c5f83616/ files: - filesystem.squashfs os: debian From 73011370a13bb1a11e57d20a2c47a51832b4c24c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:44:44 +0000 Subject: [PATCH 470/605] Version bump for netbootxyz/debian-squash:lxde-13 new tag 13.2.0-98209c44 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 86c8ceda..aa8ab472 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1513,7 +1513,7 @@ endpoints: flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: - path: /debian-squash/releases/download/13.2.0-79e9a15b/ + path: /debian-squash/releases/download/13.2.0-98209c44/ files: - filesystem.squashfs os: debian From 8812e7dec7d04f1b5b713dff7e138e16fb4ce724 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 26 Dec 2025 04:54:06 +0000 Subject: [PATCH 471/605] Version bump for netbootxyz/debian-squash:voyager-bullseye new tag bullseye-a59d37d9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index aa8ab472..31fcc13e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -494,7 +494,7 @@ endpoints: version: '6' kernel: elementaryos-6-default-squash voyager-bullseye-squash: - path: /debian-squash/releases/download/bullseye-f449bf64/ + path: /debian-squash/releases/download/bullseye-a59d37d9/ files: - filesystem.squashfs - initrd From 30a96fe4e6e17f446ca29311ff0d7622e73dfc42 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 27 Dec 2025 04:36:51 +0000 Subject: [PATCH 472/605] External Version bump for nixos new version string "nixos-25.11Qnixos-25.05Qnixos-24.11Qnixos-24.05Qnixos-23.11Qnixos-23.05Qnixos-22.11Qnixos-22.05Qnixos-21.11Qnixos-21.05Qnixos-20.09" --- roles/netbootxyz/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 41c39912..d828a0c7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -358,6 +358,8 @@ releases: menu: linux name: NixOS versions: + - code_name: nixos-25.11 + name: nixos-25.11 - code_name: nixos-25.05 name: nixos-25.05 - code_name: nixos-24.11 From d3c1c367a95210ed00efea839397d2371c64756f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:39:21 +0000 Subject: [PATCH 473/605] Version bump for netbootxyz/asset-mirror:shredos-i686 new tag 0.34_32-bit_20221231-c4450e3a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 31fcc13e..4d8d1bad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -596,7 +596,7 @@ endpoints: version: 12.03 arch: amd64 shredos-i686: - path: /asset-mirror/releases/download/0.34_32-bit_20221231-3adcc4d0/ + path: /asset-mirror/releases/download/0.34_32-bit_20221231-c4450e3a/ files: - shredos os: shredos From 9d236216ae44565c1e66c33b643d95ff9c657922 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:39:31 +0000 Subject: [PATCH 474/605] Version bump for netbootxyz/asset-mirror:harvester new tag v1.7.0-fcf0fd7f --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 4d8d1bad..94788af0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -959,7 +959,7 @@ endpoints: version: '4.0' arch: aarch64 harvester: - path: /asset-mirror/releases/download/v1.6.1-c82c6d22/ + path: /asset-mirror/releases/download/v1.7.0-fcf0fd7f/ files: - harvester-vmlinuz-amd64 - harvester-initrd-amd64 @@ -967,7 +967,7 @@ endpoints: - harvester-amd64.sha512 - version.yaml os: harvester - version: v1.6.1 + version: v1.7.0 linux-lite-6-squash: path: /ubuntu-squash/releases/download/6.4-2550834c/ files: From 141b90c0bf2d5289b4501b4900192014ff8f18dc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:40:38 +0000 Subject: [PATCH 475/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251130T231552Z-3c528165 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 94788af0..c3c0cccb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,7 +519,7 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251130T231552Z-d5972d15/ + path: /asset-mirror/releases/download/20251130T231552Z-3c528165/ files: - image.squashfs - initrd From 3b40766bbaf25e2112d5ea9fde3af6562653ad7b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:41:17 +0000 Subject: [PATCH 476/605] Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 50.0-bb45ecde --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c3c0cccb..93ad844b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -286,7 +286,7 @@ endpoints: version: current flavor: full 4mlinux-thesss: - path: /asset-mirror/releases/download/50.0-4aab1393/ + path: /asset-mirror/releases/download/50.0-bb45ecde/ files: - initrd - vmlinuz From e0ba409ae559f44577f5f50ee7e57da4688a6e87 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:41:21 +0000 Subject: [PATCH 477/605] Version bump for netbootxyz/asset-mirror:vmware-photon-aarch64 new tag 4.0-ed208546 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 93ad844b..ff27965a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -951,7 +951,7 @@ endpoints: version: '4.0' arch: x86_64 vmware-photon-aarch64: - path: /asset-mirror/releases/download/4.0-4e0c6bec/ + path: /asset-mirror/releases/download/4.0-ed208546/ files: - initrd.img - vmlinuz From de86923e59368d100b20365698e0cb18cf8ed0ca Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:42:55 +0000 Subject: [PATCH 478/605] Version bump for netbootxyz/asset-mirror:rescuezilla new tag 2.6.1-123ed276 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ff27965a..b3401400 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -445,7 +445,7 @@ endpoints: flavor: gnome kernel: pureos-gnome rescuezilla: - path: /asset-mirror/releases/download/2.6.1-2ace42ce/ + path: /asset-mirror/releases/download/2.6.1-123ed276/ files: - filesystem.squashfs - initrd From 17c18f4f6d6b7ca5d59b8fb7fb664a14c75c383a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:43:40 +0000 Subject: [PATCH 479/605] Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2024.07.10-2797a944 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b3401400..1655aeae 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -610,7 +610,7 @@ endpoints: version: 2024.11_27_x86-64_0.38 arch: x86_64 archlinux-32: - path: /asset-mirror/releases/download/2024.07.10-1d684723/ + path: /asset-mirror/releases/download/2024.07.10-2797a944/ files: - airootfs.sfs - initramfs-linux.img From d700a2831b0dc43e4e70d678bd658fed8e718706 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:43:47 +0000 Subject: [PATCH 480/605] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 12.03-d20a63ac --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1655aeae..4f55846f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -586,7 +586,7 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/12.03-046a7ade/ + path: /asset-mirror/releases/download/12.03-d20a63ac/ files: - airootfs.sfs - initrd From 3f4a5cbb1381330bc7ded68c5662cc295b92e91c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:44:27 +0000 Subject: [PATCH 481/605] Version bump for netbootxyz/asset-mirror:zeninstall new tag 2020.05.27-b25da634 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4f55846f..7e55d9c4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -184,7 +184,7 @@ endpoints: os: bluestar version: current zeninstall: - path: /asset-mirror/releases/download/2020.05.27-a5eae279/ + path: /asset-mirror/releases/download/2020.05.27-b25da634/ files: - initrd - vmlinuz From 09f9bbfb9d944cfcea20a6508d32bce3b1f39f23 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:44:42 +0000 Subject: [PATCH 482/605] Version bump for netbootxyz/asset-mirror:cachyos new tag 251129-b5de98b7 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7e55d9c4..de803ec4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1480,14 +1480,14 @@ endpoints: os: ubuntu-spins version: 0.0.3 cachyos: - path: /asset-mirror/releases/download/251209-b0e9944d/ + path: /asset-mirror/releases/download/251129-b5de98b7/ files: - airootfs.sfs - initrd - vmlinuz - archiso_pxe_http os: cachyos - version: '251209' + version: '251129' deepin-20-squash: path: /debian-squash/releases/download/20.9-a4ce5fe4/ files: From c659406ec75634e001cdec33dfbb28d268151f17 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:44:46 +0000 Subject: [PATCH 483/605] Version bump for netbootxyz/asset-mirror:mfsbsd14 new tag 14.2-f360f980 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index de803ec4..abdb47c3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1194,7 +1194,7 @@ endpoints: version: 7.0.0 flavor: apppack mfsbsd-14: - path: /asset-mirror/releases/download/14.2-a5094acd/ + path: /asset-mirror/releases/download/14.2-f360f980/ files: - default.img - special-edition.img From ccb91474f6c32e3f608688c56a8d388b03161a10 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:44:54 +0000 Subject: [PATCH 484/605] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 9.1-1-1d6923a5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index abdb47c3..0336004e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -825,7 +825,7 @@ endpoints: os: proxmox-backup-server version: 4.1-1 proxmox-ve: - path: /asset-mirror/releases/download/9.1-1-613c19ff/ + path: /asset-mirror/releases/download/9.1-1-1d6923a5/ files: - initrd - proxmox.iso From 948e3f46bfb3f8167f6d89cd3a82179f2b8325cd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:45:12 +0000 Subject: [PATCH 485/605] Version bump for netbootxyz/asset-mirror:dban new tag 2.3.0-dca9acb4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0336004e..f44d8dc1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -37,7 +37,7 @@ endpoints: os: breakin version: 4.26.1 dban: - path: /asset-mirror/releases/download/2.3.0-a5b9d879/ + path: /asset-mirror/releases/download/2.3.0-dca9acb4/ files: - DBAN.BZI os: dban From 93613ac43ffffaf0481379d596806f332be5f2ba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:45:43 +0000 Subject: [PATCH 486/605] Version bump for netbootxyz/asset-mirror:supergrubdisk new tag 2.06s4-30515aca --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f44d8dc1..daa4b8af 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1299,7 +1299,7 @@ endpoints: os: zfsbootmenu version: 3.0.1 supergrubdisk: - path: /asset-mirror/releases/download/2.06s4-b7b838c6/ + path: /asset-mirror/releases/download/2.06s4-30515aca/ files: - supergrub2-classic-x86_64.efi os: supergrubdisk From 59785f25a4cc81afa7073fec0c1060374699df3d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:46:02 +0000 Subject: [PATCH 487/605] Version bump for netbootxyz/asset-mirror:4mlinux new tag 50.0-fcaac630 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index daa4b8af..d3b8a1bc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -278,7 +278,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/50.0-c292230f/ + path: /asset-mirror/releases/download/50.0-fcaac630/ files: - initrd - vmlinuz From 9613f2484e7a18ca52e532b8fb57eada88a096e3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:46:16 +0000 Subject: [PATCH 488/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251130T164554Z-9aa997ef --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d3b8a1bc..0a72174d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251130T231552Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251123T153051Z-63d6ec39/ + path: /asset-mirror/releases/download/20251130T164554Z-9aa997ef/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251123T153051Z + version: 20251130T164554Z arch: amd64 tails: path: /asset-mirror/releases/download/7.3.1-00388326/ From bffca3365826142f981898ed5b34bb910f57725b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:46:25 +0000 Subject: [PATCH 489/605] Version bump for netbootxyz/asset-mirror:proxmox-mailgateway new tag 9.0-1-ded4eba1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0a72174d..431bb55b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -833,7 +833,7 @@ endpoints: os: proxmox-ve version: 9.1-1 proxmox-mailgateway: - path: /asset-mirror/releases/download/9.0-1-8374c64d/ + path: /asset-mirror/releases/download/9.0-1-ded4eba1/ files: - initrd - vmlinuz From 4597150a9e6876ff8a38f150e3b9590f3dbfa5d2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:48:24 +0000 Subject: [PATCH 490/605] Version bump for netbootxyz/asset-mirror:endeavouros new tag 2025.11.24-a0604436 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 431bb55b..0caf3db5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -461,7 +461,7 @@ endpoints: os: nitrux version: 2022.02.28 endeavouros: - path: /asset-mirror/releases/download/2025.11.24-e095cbc8/ + path: /asset-mirror/releases/download/2025.11.24-a0604436/ files: - airootfs.sfs - initrd From c9f5ee71b7f6ae0697c2eaaad023ddaf68aa447d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:49:20 +0000 Subject: [PATCH 491/605] Version bump for netbootxyz/asset-mirror:uefi-shell-x64 new tag edk2-stable202002-a9ce7096 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0caf3db5..5c4a0242 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1405,7 +1405,7 @@ endpoints: os: uefi-shell version: edk2-stable202002 uefi-shell-x64: - path: /asset-mirror/releases/download/edk2-stable202002-4c8abfeb/ + path: /asset-mirror/releases/download/edk2-stable202002-a9ce7096/ files: - uefi-shell-x64.efi os: uefi-shell-x64 From 41aa773f0e66e8e4f8eacd69649b7d6b1a76df05 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:51:13 +0000 Subject: [PATCH 492/605] Version bump for netbootxyz/asset-mirror:zfsbootmenu new tag 3.0.1-1620b6a3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5c4a0242..2571e1ab 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1293,7 +1293,7 @@ endpoints: os: vanilla-os version: 2-20240728 zfsbootmenu: - path: /asset-mirror/releases/download/3.0.1-bfc4188e/ + path: /asset-mirror/releases/download/3.0.1-1620b6a3/ files: - zfsbootmenu-recovery-x86_64.efi os: zfsbootmenu From fe59b1c027e72ae78c026ded503ef67b09ef0d6d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:52:25 +0000 Subject: [PATCH 493/605] Version bump for netbootxyz/asset-mirror:fatdog new tag 903-eefda31d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2571e1ab..c0c0655b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -263,7 +263,7 @@ endpoints: flavor: kde kernel: manjaro-kde-current fatdog: - path: /asset-mirror/releases/download/903-ddcb82ff/ + path: /asset-mirror/releases/download/903-eefda31d/ files: - vmlinuz - initrd From 2b03944d029cbc06b5b4b06eed113dcafa8945ae Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:53:11 +0000 Subject: [PATCH 494/605] Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 50.0-978b0518 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c0c0655b..df3bb0ad 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -294,7 +294,7 @@ endpoints: version: current flavor: TheSSS 4mlinux-bakandimg: - path: /asset-mirror/releases/download/50.0-d0598ee4/ + path: /asset-mirror/releases/download/50.0-978b0518/ files: - initrd - vmlinuz From 4ff28e89d48f6b823dfd41548c4a25145387a6b8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:53:45 +0000 Subject: [PATCH 495/605] Version bump for netbootxyz/asset-mirror:uefi-shell new tag edk2-stable202002-a6917535 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index df3bb0ad..e2a39754 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1397,7 +1397,7 @@ endpoints: flavor: small arch: arm64 uefishell: - path: /asset-mirror/releases/download/edk2-stable202002-046915a7/ + path: /asset-mirror/releases/download/edk2-stable202002-a6917535/ files: - uefi-shell-x64.efi - uefi-shell-aarch64.efi From 3cf22f5c051a79c07d1c73c5ab508204f9d80f16 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:55:29 +0000 Subject: [PATCH 496/605] Version bump for netbootxyz/asset-mirror:vmware-photon-x86_64 new tag 4.0-febcf67e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e2a39754..a3d4a7bd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -943,7 +943,7 @@ endpoints: flavor: intel-amd kernel: pop-22.04-default-squash vmware-photon-x86_64: - path: /asset-mirror/releases/download/4.0-453a4a7b/ + path: /asset-mirror/releases/download/4.0-febcf67e/ files: - initrd.img - vmlinuz From aad13b95d552a519ba4a2e2131e76a987281dc06 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:57:31 +0000 Subject: [PATCH 497/605] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20241209T170323Z-4e10abc5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index a3d4a7bd..aca644d9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -510,7 +510,7 @@ endpoints: os: memtest86-free version: '11.5' gentoo-x86: - path: /asset-mirror/releases/download/20241209T170323Z-5b773f72/ + path: /asset-mirror/releases/download/20241209T170323Z-4e10abc5/ files: - image.squashfs - initrd From b28aeb08376a7af134a64d435de6d7ede8aa210f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:58:27 +0000 Subject: [PATCH 498/605] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 11.5-0a2bf7d3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index aca644d9..630987e1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -504,7 +504,7 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/11.5-2ae1d21b/ + path: /asset-mirror/releases/download/11.5-0a2bf7d3/ files: - memtest86-usb.img os: memtest86-free From d3f54b9dbf53990e4ed8c8c4471297cca90ebc05 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:58:34 +0000 Subject: [PATCH 499/605] Version bump for netbootxyz/asset-mirror:memtest86-plus new tag 8.00-32a14678 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 630987e1..49c8eb84 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1229,7 +1229,7 @@ endpoints: flavor: trinity kernel: q4os-default-squash memtest86plus: - path: /asset-mirror/releases/download/8.00-59b7f50e/ + path: /asset-mirror/releases/download/8.00-32a14678/ files: - memtest32.bin - memtest32.efi From 04784421c348f4e5529c8f5e1982c2f9600d4764 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:59:17 +0000 Subject: [PATCH 500/605] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 50.0-1.4.3-6a1b14f1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 49c8eb84..8c47febe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -302,7 +302,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/50.0-1.4.3-43b0f75b/ + path: /asset-mirror/releases/download/50.0-1.4.3-6a1b14f1/ files: - initrd - vmlinuz From 5bd8f1ead116c0bb67570d5e5254c6c915773267 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 04:59:20 +0000 Subject: [PATCH 501/605] Version bump for netbootxyz/asset-mirror:ubuntu-spins new tag 0.0.3-d0cf8373 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8c47febe..e171e71e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1473,7 +1473,7 @@ endpoints: flavor: Cinnamon kernel: mint-lmde-cinnamon-squash ubuntu-spins: - path: /asset-mirror/releases/download/0.0.3-fb924c06/ + path: /asset-mirror/releases/download/0.0.3-d0cf8373/ files: - vmlinuz - initrd From ecaa81af935577bd8c415e3d7a7073966d06e77b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:00:16 +0000 Subject: [PATCH 502/605] Version bump for netbootxyz/asset-mirror:blackarch-installer new tag 2023.04.01-cfc58a6d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e171e71e..cc449cc6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -168,7 +168,7 @@ endpoints: os: bootrepair version: current blackarch-installer: - path: /asset-mirror/releases/download/2023.04.01-d7a6ad88/ + path: /asset-mirror/releases/download/2023.04.01-cfc58a6d/ files: - initrd - vmlinuz From 3d5032e8cdfbdf6024ce79508489ac4508c4b574 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:00:39 +0000 Subject: [PATCH 503/605] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 4.1-1-6f50261b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cc449cc6..7cc23569 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -817,7 +817,7 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/4.1-1-f308cf4b/ + path: /asset-mirror/releases/download/4.1-1-6f50261b/ files: - initrd - vmlinuz From df9d60c7a81c678e858d82b71e2944abf6f40021 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:00:46 +0000 Subject: [PATCH 504/605] Version bump for netbootxyz/asset-mirror:shredos-x86_64 new tag 2024.11_27_x86-64_0.38-69ea11f9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7cc23569..d1148f32 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -603,7 +603,7 @@ endpoints: version: 0.34_32-bit_20221231 arch: i686 shredos-x86_64: - path: /asset-mirror/releases/download/2024.11_27_x86-64_0.38-fa89876c/ + path: /asset-mirror/releases/download/2024.11_27_x86-64_0.38-69ea11f9/ files: - shredos os: shredos From 883d3326296fb484a907ea885f53b45e77894c4f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:01:11 +0000 Subject: [PATCH 505/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.3.1-17629562 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d1148f32..0f4b1f57 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,7 +537,7 @@ endpoints: version: 20251130T164554Z arch: amd64 tails: - path: /asset-mirror/releases/download/7.3.1-00388326/ + path: /asset-mirror/releases/download/7.3.1-17629562/ files: - vmlinuz - initrd.img From ab7cc26743bec38fb275b09c3d6b8af2ce98a1cf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:04:02 +0000 Subject: [PATCH 506/605] Version bump for netbootxyz/asset-mirror:redorescue new tag 4.0.0-000d2575 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0f4b1f57..db6550ff 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -477,7 +477,7 @@ endpoints: os: kodachi version: '8' redorescue: - path: /asset-mirror/releases/download/4.0.0-838b6fef/ + path: /asset-mirror/releases/download/4.0.0-000d2575/ files: - filesystem.squashfs - initrd From 2fc368c4ecbce0301a111eeee2166b7f6400fb80 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:05:42 +0000 Subject: [PATCH 507/605] Version bump for netbootxyz/asset-mirror:proxmox-datacenter-manager new tag 1.0-2-6fa12487 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index db6550ff..ac00e082 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1591,7 +1591,7 @@ endpoints: flavor: xfce kernel: debian-13-live-kernel proxmox-datacenter-manager: - path: /asset-mirror/releases/download/1.0-2-e0ad1341/ + path: /asset-mirror/releases/download/1.0-2-6fa12487/ files: - initrd - proxmox.iso From 8145afc9da76f2b0c7d3a393a5f000f56b2fc2bd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 29 Dec 2025 05:26:48 +0000 Subject: [PATCH 508/605] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U1-f576e989 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ac00e082..7d20fbb7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1017,7 +1017,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U1-f2411221/ + path: /asset-mirror/releases/download/U1-f576e989/ files: - vmlinuz - initrd From e4e3e25bbe71305bbc7f6f4ae8f5d04182099bc4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 30 Dec 2025 04:36:30 +0000 Subject: [PATCH 509/605] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 25.0.10-251013-linux612-917f9a0a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7d20fbb7..c3a765a7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -237,7 +237,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/24.2.1-241216-linux612-e001c928/ + path: /manjaro-squash/releases/download/25.0.10-251013-linux612-917f9a0a/ files: - livefs.sfs - rootfs.sfs From 8c8bdd3c3b28aa872dc443d79c5e61c366b96780 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 30 Dec 2025 04:37:50 +0000 Subject: [PATCH 510/605] Version bump for netbootxyz/manjaro-squash:kde-current new tag 25.0.10-251013-linux612-df3b24fa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c3a765a7..34b2ec5f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -250,7 +250,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/24.2.1-241216-linux612-41601e40/ + path: /manjaro-squash/releases/download/25.0.10-251013-linux612-df3b24fa/ files: - livefs.sfs - rootfs.sfs From 001419c64575289abc90556a2f35afe3db586ca7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 30 Dec 2025 04:44:31 +0000 Subject: [PATCH 511/605] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 25.0.10-251013-linux612-93c4b57e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 34b2ec5f..4a057dbd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -224,7 +224,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/24.2.1-241216-linux612-58470e08/ + path: /manjaro-squash/releases/download/25.0.10-251013-linux612-93c4b57e/ files: - livefs.sfs - rootfs.sfs From 2ff7855071fceb45f3cc74123c7074b2027758b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:32:42 +0000 Subject: [PATCH 512/605] Update dependency ansible to v13.2.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 114ad6c4..e2e8aa79 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==13.1.0 # renovate: datasource=pypi depName=ansible + pip install ansible==13.2.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.12.2 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check From 569f978284d1053a2926d20362dda09d01ce1e29 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:38:00 +0000 Subject: [PATCH 513/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-20.04-arm64 new tag 20.04.5-bb142c3d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4a057dbd..5ff517eb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -555,7 +555,7 @@ endpoints: os: hrmpf version: '20231124' ubuntu-netboot-20.04-arm64: - path: /ubuntu-squash/releases/download/20.04.5-3362c70d/ + path: /ubuntu-squash/releases/download/20.04.5-bb142c3d/ files: - initrd - vmlinuz From 82ba72db46b5140236f0c4abe8174fd9029872e7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:39:19 +0000 Subject: [PATCH 514/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-stable-amd64 new tag 20251017-questing-b835723b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5ff517eb..5839a523 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -630,7 +630,7 @@ endpoints: kernel: clonezilla-debian-stable-amd64 arch: amd64 clonezilla-ubuntu-stable-amd64: - path: /ubuntu-squash/releases/download/20251017-questing-c0f6109b/ + path: /ubuntu-squash/releases/download/20251017-questing-b835723b/ files: - filesystem.squashfs - initrd From 5a87358b9e779123857a748c0b326254198cc3ab Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:40:01 +0000 Subject: [PATCH 515/605] Version bump for netbootxyz/ubuntu-squash:xubuntu-22.04 new tag 22.04.5-f1d182b7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5839a523..f86ab8d8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -873,7 +873,7 @@ endpoints: flavor: GNOME kernel: ubuntu-22.04-default-squash ubuntu-22.04-XFCE-squash: - path: /ubuntu-squash/releases/download/22.04.5-1a95043e/ + path: /ubuntu-squash/releases/download/22.04.5-f1d182b7/ files: - filesystem.squashfs - initrd From 7523cc35d44a87345225ed5c5d5ed4f5f9bb65b2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:41:34 +0000 Subject: [PATCH 516/605] Version bump for netbootxyz/ubuntu-squash:mint-21-cinnamon new tag 21-32bd7a0e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f86ab8d8..31c9b353 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -978,7 +978,7 @@ endpoints: version: 6.4 kernel: linux-lite-6-squash mint-21-cinnamon-squash: - path: /ubuntu-squash/releases/download/21-1ff19e78/ + path: /ubuntu-squash/releases/download/21-32bd7a0e/ files: - initrd - vmlinuz From 98645f28f6642837f5c0a918dd3f4c141e654025 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:41:57 +0000 Subject: [PATCH 517/605] Version bump for netbootxyz/ubuntu-squash:kubuntu-20.04 new tag 20.04.6-de797e6a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 31c9b353..adced0b5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -320,7 +320,7 @@ endpoints: flavor: GNOME kernel: ubuntu-20.04-default-squash ubuntu-20.04-KDE-squash: - path: /ubuntu-squash/releases/download/20.04.6-c08faa24/ + path: /ubuntu-squash/releases/download/20.04.6-de797e6a/ files: - filesystem.squashfs - initrd From b8e8484da7dc7ba59ba6af3a782411e15a35c65d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:42:05 +0000 Subject: [PATCH 518/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-20.04-amd64 new tag 20.04.6-b13ed0a8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index adced0b5..f3dd1cc8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -566,7 +566,7 @@ endpoints: kernel: ubuntu-netboot-20.04-arm64 arch: arm64 ubuntu-netboot-20.04-amd64: - path: /ubuntu-squash/releases/download/20.04.6-6cac7910/ + path: /ubuntu-squash/releases/download/20.04.6-b13ed0a8/ files: - initrd - vmlinuz From 2e4bda7de2a5dc2dba1c1742dcb5410270e1544d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:42:14 +0000 Subject: [PATCH 519/605] Version bump for netbootxyz/ubuntu-squash:mint-22-xfce new tag 22-e45bc094 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f3dd1cc8..78315b11 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1305,7 +1305,7 @@ endpoints: os: supergrubdisk version: 2.06s4 mint-22-xfce-squash: - path: /ubuntu-squash/releases/download/22-42f238bf/ + path: /ubuntu-squash/releases/download/22-e45bc094/ files: - initrd - vmlinuz From 999671d571efede5166886ca6d1af5000d549480 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:42:45 +0000 Subject: [PATCH 520/605] Version bump for netbootxyz/ubuntu-squash:caine new tag 13.0-4216585a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 78315b11..cc9a7247 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -145,7 +145,7 @@ endpoints: os: rescatux version: current caine: - path: /ubuntu-squash/releases/download/13.0-68785ee5/ + path: /ubuntu-squash/releases/download/13.0-4216585a/ files: - filesystem.squashfs - initrd From dba6104349233a8bbdd152d6932cb7bc70504963 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:43:39 +0000 Subject: [PATCH 521/605] Version bump for netbootxyz/ubuntu-squash:bodhi-apppack new tag 7.0.0-b588d8e1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cc9a7247..fb02b8d1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1185,7 +1185,7 @@ endpoints: version: 7.0.0 flavor: standard bodhi-apppack: - path: /ubuntu-squash/releases/download/7.0.0-c167c30e/ + path: /ubuntu-squash/releases/download/7.0.0-b588d8e1/ files: - filesystem.squashfs - initrd From 9d9156bba0e19dc52cdc5669e4a40ed29ee46de1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:45:16 +0000 Subject: [PATCH 522/605] Version bump for netbootxyz/ubuntu-squash:mint-20-xfce new tag 20.3-af4b8d97 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fb02b8d1..df367fe7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1433,7 +1433,7 @@ endpoints: kernel: ubuntu-netboot-25.04-arm64 arch: arm64 mint-20-xfce-squash: - path: /ubuntu-squash/releases/download/20.3-7abfea92/ + path: /ubuntu-squash/releases/download/20.3-af4b8d97/ files: - initrd - vmlinuz From 96fc4d71c90c8bde6cbbdb5f6a72c4b13f8a0444 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:45:39 +0000 Subject: [PATCH 523/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-budgie-22.04 new tag 22.04.5-a893fa5a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index df367fe7..0393f1d7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -893,7 +893,7 @@ endpoints: flavor: MATE kernel: ubuntu-22.04-MATE-squash ubuntu-22.04-Budgie-squash: - path: /ubuntu-squash/releases/download/22.04.5-7f1ad0e4/ + path: /ubuntu-squash/releases/download/22.04.5-a893fa5a/ files: - filesystem.squashfs - initrd From 79e648ad330d1504af31c98d0989994a1aeab1c4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:46:05 +0000 Subject: [PATCH 524/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-kylin-20.04 new tag 20.04.6-fe97e81a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0393f1d7..86bddf17 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -360,7 +360,7 @@ endpoints: flavor: MATE kernel: ubuntu-20.04-MATE-squash ubuntu-20.04-kylin-squash: - path: /ubuntu-squash/releases/download/20.04.6-08c13e9b/ + path: /ubuntu-squash/releases/download/20.04.6-fe97e81a/ files: - filesystem.squashfs - initrd From 45ba1f3dcf0cb0ec9e48d77318c630656db6cc9a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:47:09 +0000 Subject: [PATCH 525/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-24.10-amd64 new tag 24.10-01d20dde --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 86bddf17..cf8c3644 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1335,7 +1335,7 @@ endpoints: flavor: mate kernel: mint-22-mate-squash ubuntu-netboot-24.10-amd64: - path: /ubuntu-squash/releases/download/24.10-fcf8807c/ + path: /ubuntu-squash/releases/download/24.10-01d20dde/ files: - initrd - vmlinuz From 47a9dbf3461671414dcee0ffdb9808f413ca8704 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:48:48 +0000 Subject: [PATCH 526/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-24.04-arm64 new tag 24.04.3-b13d6c2e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cf8c3644..2bb7a299 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1241,7 +1241,7 @@ endpoints: os: memtest86-plus version: '8.00' ubuntu-netboot-24.04-arm64: - path: /ubuntu-squash/releases/download/24.04.3-7b71a472/ + path: /ubuntu-squash/releases/download/24.04.3-b13d6c2e/ files: - initrd - vmlinuz From 0a30dd96331cc92b10606517746c569abd865695 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:49:19 +0000 Subject: [PATCH 527/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20251225-1320-88395a11 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2bb7a299..967784cf 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251218-1321-9b372e2a/ + path: /ubuntu-squash/releases/download/20251225-1320-88395a11/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251218-1321 + version: 20251225-1320 flavor: user kernel: kde-neon-user regolith-current: From 9bd60423f0468147a1331b08b45af86ed8dc6369 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:51:27 +0000 Subject: [PATCH 528/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-budgie-20.04 new tag 20.04.6-4901a824 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 967784cf..31e64d3b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -340,7 +340,7 @@ endpoints: flavor: XFCE kernel: ubuntu-20.04-XFCE-squash ubuntu-20.04-Budgie-squash: - path: /ubuntu-squash/releases/download/20.04.6-a64212f3/ + path: /ubuntu-squash/releases/download/20.04.6-4901a824/ files: - filesystem.squashfs - initrd From 7c21850619b98b7ef0e4593a0e780dcc12a7c35a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:51:29 +0000 Subject: [PATCH 529/605] Version bump for netbootxyz/ubuntu-squash:mint-22-cinnamon new tag 22-14b93ac4 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 31e64d3b..1ff45cc9 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1315,7 +1315,7 @@ endpoints: flavor: xfce kernel: mint-22-xfce-squash mint-22-cinnamon-squash: - path: /ubuntu-squash/releases/download/22-1431f755/ + path: /ubuntu-squash/releases/download/22-14b93ac4/ files: - initrd - vmlinuz From 3daf02f6fa12cb33d900c65d7699a98f5e016cea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:52:14 +0000 Subject: [PATCH 530/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.10-amd64 new tag 25.10-64f54a86 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1ff45cc9..7e5d316d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1553,7 +1553,7 @@ endpoints: flavor: mate kernel: debian-13-live-kernel ubuntu-netboot-25.10-amd64: - path: /ubuntu-squash/releases/download/25.10-5a657310/ + path: /ubuntu-squash/releases/download/25.10-64f54a86/ files: - initrd - vmlinuz From d845a5c0c9c93b2c147c2cd7d5fbb6d645ee60e9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:52:31 +0000 Subject: [PATCH 531/605] Version bump for netbootxyz/ubuntu-squash:mint-20-cinnamon new tag 20.3-33df4cad --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7e5d316d..e1e3fae0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1443,7 +1443,7 @@ endpoints: flavor: xfce kernel: mint-20-xfce-squash mint-20-cinnamon-squash: - path: /ubuntu-squash/releases/download/20.3-85db6b9f/ + path: /ubuntu-squash/releases/download/20.3-33df4cad/ files: - initrd - vmlinuz From fe62fc8bf147704622d23bc9dcd008ace5e85fc1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:52:46 +0000 Subject: [PATCH 532/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-default-20.04 new tag 20.04.6-edcc76af --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e1e3fae0..6ee72a99 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -310,7 +310,7 @@ endpoints: version: current flavor: AntivirusLiveCD ubuntu-20.04-default-squash: - path: /ubuntu-squash/releases/download/20.04.6-c92baa25/ + path: /ubuntu-squash/releases/download/20.04.6-edcc76af/ files: - filesystem.squashfs - initrd From ce8cc50e840a6ebfee950c13a86c487f7714c528 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:52:49 +0000 Subject: [PATCH 533/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-22.04-arm64 new tag 22.04.5-9d9df014 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6ee72a99..f44c41ff 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -852,7 +852,7 @@ endpoints: kernel: ubuntu-netboot-22.04-amd64 arch: amd64 ubuntu-netboot-22.04-arm64: - path: /ubuntu-squash/releases/download/22.04.5-32a0e326/ + path: /ubuntu-squash/releases/download/22.04.5-9d9df014/ files: - initrd - vmlinuz From 5ce1afa064806c9ebeb1383e068866b5ebd59852 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:53:04 +0000 Subject: [PATCH 534/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-default-22.04 new tag 22.04.5-9d09e9e2 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f44c41ff..3e43382a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -863,7 +863,7 @@ endpoints: kernel: ubuntu-netboot-22.04-arm64 arch: arm64 ubuntu-22.04-default-squash: - path: /ubuntu-squash/releases/download/22.04.5-b0159fca/ + path: /ubuntu-squash/releases/download/22.04.5-9d09e9e2/ files: - filesystem.squashfs - initrd From 7e27350cd46739da1ad8cb6813452416e31cdc92 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:53:20 +0000 Subject: [PATCH 535/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.04-amd64 new tag 25.04-fa10ffe9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3e43382a..baceee1f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1411,7 +1411,7 @@ endpoints: os: uefi-shell-x64 version: edk2-stable202002 ubuntu-netboot-25.04-amd64: - path: /ubuntu-squash/releases/download/25.04-8094159e/ + path: /ubuntu-squash/releases/download/25.04-fa10ffe9/ files: - initrd - vmlinuz From 729a36987dcc458dbf522426adc00a7eafba9b36 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:53:28 +0000 Subject: [PATCH 536/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.04-arm64 new tag 25.04-63097bc7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index baceee1f..d1210ffd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1422,7 +1422,7 @@ endpoints: kernel: ubuntu-netboot-25.04-amd64 arch: amd64 ubuntu-netboot-25.04-arm64: - path: /ubuntu-squash/releases/download/25.04-e56e947a/ + path: /ubuntu-squash/releases/download/25.04-63097bc7/ files: - initrd - vmlinuz From 42c1b5f34249112afbbb98fd0f532ccb2daa4527 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:53:42 +0000 Subject: [PATCH 537/605] Version bump for netbootxyz/ubuntu-squash:lubuntu-22.04 new tag 22.04.5-81dbf90b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d1210ffd..804cd3f5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1156,7 +1156,7 @@ endpoints: flavor: kde kernel: debian-12-live-kernel ubuntu-22.04-LXQT-squash: - path: /ubuntu-squash/releases/download/22.04.5-e60a4189/ + path: /ubuntu-squash/releases/download/22.04.5-81dbf90b/ files: - filesystem.squashfs - initrd From a39d319a8597a2ac18c57da28aa242fb76347b10 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:53:57 +0000 Subject: [PATCH 538/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-default-24.04 new tag 24.04.3-315cc059 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 804cd3f5..9ae43a56 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1272,7 +1272,7 @@ endpoints: version: 40 flavor: GNOME ubuntu-24.04-default-squash: - path: /ubuntu-squash/releases/download/24.04.3-8efa196d/ + path: /ubuntu-squash/releases/download/24.04.3-315cc059/ files: - filesystem.squashfs - initrd From 3eac1c9a86533a42ceb2779e52e1bc3cdbd5017c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:54:04 +0000 Subject: [PATCH 539/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.10-arm64 new tag 25.10-9fc235de --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9ae43a56..054ef11d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1564,7 +1564,7 @@ endpoints: kernel: ubuntu-netboot-25.10-amd64 arch: amd64 ubuntu-netboot-25.10-arm64: - path: /ubuntu-squash/releases/download/25.10-f8b4d29d/ + path: /ubuntu-squash/releases/download/25.10-9fc235de/ files: - initrd - vmlinuz From 9103c73f1a69aa4c422307481cc41524fb9175b2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:54:27 +0000 Subject: [PATCH 540/605] Version bump for netbootxyz/ubuntu-squash:mint-21-mate new tag 21-f0dbd590 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 054ef11d..843850b4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -988,7 +988,7 @@ endpoints: flavor: Cinnamon kernel: mint-21-cinnamon-squash mint-21-mate-squash: - path: /ubuntu-squash/releases/download/21-b57bf769/ + path: /ubuntu-squash/releases/download/21-f0dbd590/ files: - initrd - vmlinuz From b27e3564a287c2c2441ebe543f4d03e71a2f257d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:54:34 +0000 Subject: [PATCH 541/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20251227-resolute-bea81d96 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 843850b4..b1b4f980 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251203-resolute-0d4c667b/ + path: /ubuntu-squash/releases/download/20251227-resolute-bea81d96/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251203-resolute + version: 20251227-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 0bc3ec1cdd3c0b7cabed8c0e376078aacc5b381d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:54:57 +0000 Subject: [PATCH 542/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-22.04-amd64 new tag 22.04.5-be230164 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b1b4f980..d36e35fe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -841,7 +841,7 @@ endpoints: os: proxmox-mailgateway version: 9.0-1 ubuntu-netboot-22.04-amd64: - path: /ubuntu-squash/releases/download/22.04.5-295657f3/ + path: /ubuntu-squash/releases/download/22.04.5-be230164/ files: - initrd - vmlinuz From 035c94faa7c12fad850fa404128aedf757350de5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:55:46 +0000 Subject: [PATCH 543/605] Version bump for netbootxyz/ubuntu-squash:bodhi-standard new tag 7.0.0-f22738f2 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d36e35fe..f314822e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1176,7 +1176,7 @@ endpoints: flavor: desktop kernel: backbox-default-squash bodhi-standard: - path: /ubuntu-squash/releases/download/7.0.0-a4394ab0/ + path: /ubuntu-squash/releases/download/7.0.0-f22738f2/ files: - filesystem.squashfs - initrd From 46e596e689839f757b63c43e5fd769c154979ecd Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:56:08 +0000 Subject: [PATCH 544/605] Version bump for netbootxyz/ubuntu-squash:mint-21-xfce new tag 21-48716442 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f314822e..96a12a83 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -998,7 +998,7 @@ endpoints: flavor: mate kernel: mint-21-mate-squash mint-21-xfce-squash: - path: /ubuntu-squash/releases/download/21-41ed8540/ + path: /ubuntu-squash/releases/download/21-48716442/ files: - initrd - vmlinuz From dfd8b188d75fbb197d901f63f65713a5e6cb36d5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:56:31 +0000 Subject: [PATCH 545/605] Version bump for netbootxyz/ubuntu-squash:xubuntu-20.04 new tag 20.04.6-ecac5789 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 96a12a83..69bcd330 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -330,7 +330,7 @@ endpoints: flavor: KDE kernel: ubuntu-20.04-KDE-squash ubuntu-20.04-XFCE-squash: - path: /ubuntu-squash/releases/download/20.04.6-ad603665/ + path: /ubuntu-squash/releases/download/20.04.6-ecac5789/ files: - filesystem.squashfs - initrd From 2f5eb79ffbc021906283172be83931cfd5ee5a4a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:56:41 +0000 Subject: [PATCH 546/605] Version bump for netbootxyz/ubuntu-squash:mint-20-mate new tag 20.3-7b17290c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 69bcd330..f5c191cb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1453,7 +1453,7 @@ endpoints: flavor: Cinnamon kernel: mint-20-cinnamon-squash mint-20-mate-squash: - path: /ubuntu-squash/releases/download/20.3-de3a088b/ + path: /ubuntu-squash/releases/download/20.3-7b17290c/ files: - initrd - vmlinuz From 8392a030f0342e28682f5a5cbd07fb4e214a4f94 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:56:58 +0000 Subject: [PATCH 547/605] Version bump for netbootxyz/ubuntu-squash:kubuntu-22.04 new tag 22.04.5-45d5c769 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f5c191cb..dd4bedb3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -903,7 +903,7 @@ endpoints: flavor: Budgie kernel: ubuntu-22.04-Budgie-squash ubuntu-22.04-KDE-squash: - path: /ubuntu-squash/releases/download/22.04.5-36909c4f/ + path: /ubuntu-squash/releases/download/22.04.5-45d5c769/ files: - filesystem.squashfs - initrd From ef5197b062068d005989f3f12d0303c6581bf213 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:57:16 +0000 Subject: [PATCH 548/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-mate-22.04 new tag 22.04.5-96688be7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index dd4bedb3..9dfe7fa8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -883,7 +883,7 @@ endpoints: flavor: XFCE kernel: ubuntu-22.04-XFCE-squash ubuntu-22.04-MATE-squash: - path: /ubuntu-squash/releases/download/22.04.5-e4bfedfe/ + path: /ubuntu-squash/releases/download/22.04.5-96688be7/ files: - filesystem.squashfs - initrd From ccad934af04cd1a34b475ba4b5c020a10615b213 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:58:15 +0000 Subject: [PATCH 549/605] Version bump for netbootxyz/ubuntu-squash:pop-22.04 new tag 21-31dbd35b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9dfe7fa8..65857f7f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -933,7 +933,7 @@ endpoints: flavor: jammy kernel: voyager-jammy-squash pop-22.04-default-squash: - path: /ubuntu-squash/releases/download/21-3c299ef8/ + path: /ubuntu-squash/releases/download/21-31dbd35b/ files: - filesystem.squashfs - initrd From 761d1032a4b7e98d2293b18566f1ccc17eb57d1c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:58:18 +0000 Subject: [PATCH 550/605] Version bump for netbootxyz/ubuntu-squash:elementaryos-7 new tag 7-82f69428 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 65857f7f..3fefdf7a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1066,7 +1066,7 @@ endpoints: flavor: cinnamon version: 250801 elementaryos-7-default-squash: - path: /ubuntu-squash/releases/download/7-3e6e05f6/ + path: /ubuntu-squash/releases/download/7-82f69428/ files: - initrd - vmlinuz From 334810f3029b91f7d2153035a0f7cfe2fe29b8c1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:58:49 +0000 Subject: [PATCH 551/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-mate-20.04 new tag 20.04.6-b988c78f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3fefdf7a..31e956c8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -350,7 +350,7 @@ endpoints: flavor: Budgie kernel: ubuntu-20.04-Budgie-squash ubuntu-20.04-MATE-squash: - path: /ubuntu-squash/releases/download/20.04.6-8e277cc9/ + path: /ubuntu-squash/releases/download/20.04.6-b988c78f/ files: - filesystem.squashfs - initrd From 95694912538c7807fc6437ed463a916ebe527947 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:59:25 +0000 Subject: [PATCH 552/605] Version bump for netbootxyz/ubuntu-squash:voyager-jammy new tag jammy-e9ee9abe --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 31e956c8..46faae05 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -923,7 +923,7 @@ endpoints: flavor: kylin kernel: ubuntu-22.04-kylin-squash voyager-jammy-squash: - path: /ubuntu-squash/releases/download/jammy-d0714f36/ + path: /ubuntu-squash/releases/download/jammy-e9ee9abe/ files: - filesystem.squashfs - initrd From eed86294d241ea6687bac404e19d00a0c8b4e93c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 1 Jan 2026 04:59:51 +0000 Subject: [PATCH 553/605] Version bump for netbootxyz/ubuntu-squash:lubuntu-20.04 new tag 20.04.5-07228691 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 46faae05..c4006860 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1075,7 +1075,7 @@ endpoints: version: '7' kernel: elementaryos-7-default-squash ubuntu-20.04-LXQT-squash: - path: /ubuntu-squash/releases/download/20.04.5-95f04bf8/ + path: /ubuntu-squash/releases/download/20.04.5-07228691/ files: - filesystem.squashfs - initrd From 4739dd8f907045b439d54fff476a05afe0895b62 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jan 2026 04:32:25 +0000 Subject: [PATCH 554/605] External Version bump for archlinux new version string "2026.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 d828a0c7..4bdccf0e 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -168,8 +168,8 @@ releases: mirror: mirrors.kernel.org name: Arch Linux versions: - - code_name: 2025.12.01 - name: 2025.12.01 + - code_name: 2026.01.01 + name: 2026.01.01 blackarch: enabled: true menu: linux From 28b26c99d58c8ea3e052356e0b582913644e0450 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jan 2026 04:39:41 +0000 Subject: [PATCH 555/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2026.01.01-0929-rolling-bf6bd56c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c4006860..17f8a78c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2025.12.26-0021-rolling-bf6bd56c/ + path: /debian-squash/releases/download/2026.01.01-0929-rolling-bf6bd56c/ files: - filesystem.squashfs - initrd From e47389689ad85b01317c2e5a425d24daffac7c12 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jan 2026 04:45:05 +0000 Subject: [PATCH 556/605] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 8.1-16df4761 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 17f8a78c..d87d74ee 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -63,7 +63,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/8.1-f9c9e1f1/ + path: /debian-squash/releases/download/8.1-16df4761/ files: - filesystem.squashfs - initrd From b5f458fb91560a6c92e711509ba3c86ba1677617 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 2 Jan 2026 05:05:03 +0000 Subject: [PATCH 557/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-21-8db01622 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d87d74ee..bcb5921c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-10-8db01622/ + path: /debian-squash/releases/download/3.3.1-21-8db01622/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-10 + version: 3.3.1-21 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 0ab0ddd08a55b877fabc5fdf4e5de301ea985dab Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 4 Jan 2026 00:56:43 -0600 Subject: [PATCH 558/605] Adjust for tumbleweed/aarch64 build to use ports --- roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 index 60a1923d..085f9cb9 100644 --- a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 @@ -69,6 +69,9 @@ choose version || goto opensuse_exit set dir ${opensuse_base_dir}/${version}/repo/oss iseq ${version} tumbleweed && set dir ${version}/repo/oss || +# Tumbleweed ARM64 uses ports mirror +iseq ${version} tumbleweed && iseq ${os_arch} aarch64 && set dir ports/aarch64/${version}/repo/oss || + # Check if version needs live ISO boot method (16.0 and later) iseq ${version} 16.0 && set dir distribution/leap/${version}/repo/oss && set iso_dir distribution/leap/${version}/offline && set use_live_iso true || From 7631c56988cd8c80cabe463e64bb4a6258acb7e3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 5 Jan 2026 04:48:09 +0000 Subject: [PATCH 559/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20251207T230055Z-3c528165 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bcb5921c..2a38ce49 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251130T231552Z-3c528165/ + path: /asset-mirror/releases/download/20251207T230055Z-3c528165/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251130T231552Z + version: 20251207T230055Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20251130T164554Z-9aa997ef/ From d288afa80f28e38a7f7a3f5aa388acf2b6e80086 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 5 Jan 2026 04:53:09 +0000 Subject: [PATCH 560/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20251207T170056Z-9aa997ef --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 2a38ce49..18405b60 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20251207T230055Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251130T164554Z-9aa997ef/ + path: /asset-mirror/releases/download/20251207T170056Z-9aa997ef/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251130T164554Z + version: 20251207T170056Z arch: amd64 tails: path: /asset-mirror/releases/download/7.3.1-17629562/ From 48e71b56ddacffad98413945cbf9ce451c8185ed Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 5 Jan 2026 04:57:07 +0000 Subject: [PATCH 561/605] Version bump for netbootxyz/asset-mirror:zfsbootmenu new tag 3.1.0-1620b6a3 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 18405b60..ff98458f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1293,11 +1293,11 @@ endpoints: os: vanilla-os version: 2-20240728 zfsbootmenu: - path: /asset-mirror/releases/download/3.0.1-1620b6a3/ + path: /asset-mirror/releases/download/3.1.0-1620b6a3/ files: - zfsbootmenu-recovery-x86_64.efi os: zfsbootmenu - version: 3.0.1 + version: 3.1.0 supergrubdisk: path: /asset-mirror/releases/download/2.06s4-30515aca/ files: From 42a0f98e24236b75f4c608bd059417248e2b33cf Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 6 Jan 2026 04:37:27 +0000 Subject: [PATCH 562/605] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 26.0-260104-linux618-917f9a0a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ff98458f..1f09bde7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -237,7 +237,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/25.0.10-251013-linux612-917f9a0a/ + path: /manjaro-squash/releases/download/26.0-260104-linux618-917f9a0a/ files: - livefs.sfs - rootfs.sfs From 32f75241c18dd058aa6507b5fbee213aa139c9c5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 6 Jan 2026 04:38:13 +0000 Subject: [PATCH 563/605] Version bump for netbootxyz/manjaro-squash:kde-current new tag 26.0-260104-linux618-df3b24fa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1f09bde7..fb570f94 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -250,7 +250,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/25.0.10-251013-linux612-df3b24fa/ + path: /manjaro-squash/releases/download/26.0-260104-linux618-df3b24fa/ files: - livefs.sfs - rootfs.sfs From d7ddb91a17da6ebd61c800a8ac65e164a72ba12d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 6 Jan 2026 04:43:58 +0000 Subject: [PATCH 564/605] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 26.0-260104-linux618-93c4b57e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fb570f94..98475eaa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -224,7 +224,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/25.0.10-251013-linux612-93c4b57e/ + path: /manjaro-squash/releases/download/26.0-260104-linux618-93c4b57e/ files: - livefs.sfs - rootfs.sfs From 2aeeea44638e9125c66f8d041f620779b671dbeb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Wed, 7 Jan 2026 04:32:08 +0000 Subject: [PATCH 565/605] External Version bump for coreos new version string "43.20251214.3.0-stable,43.20260105.2.0-testing,43.20260105.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 4bdccf0e..032e74e7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 43.20251120.3.0 + - code_name: 43.20251214.3.0 name: stable - - code_name: 43.20251214.2.0 + - code_name: 43.20260105.2.0 name: testing - - code_name: 43.20251214.1.0 + - code_name: 43.20260105.1.0 name: next debian: archive_mirror: http://archive.debian.org From 820a53e1a6eb0fc6e722018ea4be9927aae4d2c8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Jan 2026 04:30:15 +0000 Subject: [PATCH 566/605] External Version bump for ipfire new version string "2.29-core199" --- 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 032e74e7..f2a33887 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.29-core198 - name: 2.29 Core198 + - code_name: 2.29-core199 + name: 2.29 Core199 k3os: enabled: true menu: linux From 202138e2701ce96f408d6c6bcc386670cef407e4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Jan 2026 04:32:01 +0000 Subject: [PATCH 567/605] Version bump for netbootxyz/ubuntu-squash:mint-22-mate new tag 22-482b71dc --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 98475eaa..1919f047 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1325,7 +1325,7 @@ endpoints: flavor: Cinnamon kernel: mint-22-cinnamon-squash mint-22-mate-squash: - path: /ubuntu-squash/releases/download/22-979f0303/ + path: /ubuntu-squash/releases/download/22-482b71dc/ files: - initrd - vmlinuz From fed02a8905031fa43c38667440218bc3da22fd7b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Jan 2026 04:33:52 +0000 Subject: [PATCH 568/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-24.04-amd64 new tag 24.04.3-717d3a1a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1919f047..fcd92ea3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1252,7 +1252,7 @@ endpoints: kernel: ubuntu-netboot-24.04-arm64 arch: arm64 ubuntu-netboot-24.04-amd64: - path: /ubuntu-squash/releases/download/24.04.3-dac09526/ + path: /ubuntu-squash/releases/download/24.04.3-717d3a1a/ files: - initrd - vmlinuz From 802f3a4bb1b220ed56c8dde27c3ea2b6c12ce0ba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Jan 2026 04:38:54 +0000 Subject: [PATCH 569/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20260101-1320-88395a11 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index fcd92ea3..7a9ace59 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20251225-1320-88395a11/ + path: /ubuntu-squash/releases/download/20260101-1320-88395a11/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20251225-1320 + version: 20260101-1320 flavor: user kernel: kde-neon-user regolith-current: From 986ab5489686c5eb6609d14ded4885e434f1a2b6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 8 Jan 2026 04:43:26 +0000 Subject: [PATCH 570/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20260101-resolute-bea81d96 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7a9ace59..eeb8db64 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20251227-resolute-bea81d96/ + path: /ubuntu-squash/releases/download/20260101-resolute-bea81d96/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20251227-resolute + version: 20260101-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 84fe4e3be908d0f5a055d4728c770c10627d2c8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:04:15 +0000 Subject: [PATCH 571/605] Update dependency ansible-lint to v26 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index e2e8aa79..8444cdca 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install ansible==13.2.0 # renovate: datasource=pypi depName=ansible - pip install ansible-lint==25.12.2 # renovate: datasource=pypi depName=ansible-lint + pip install ansible-lint==26.1.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: | From df42ea1dc244aefe91b1291469018e7bd2bbb592 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jan 2026 04:30:50 +0000 Subject: [PATCH 572/605] External Version bump for smartos new version string "20260108T003758Z,20251211T000906Z,20251127T000410Z,20251113T010957Z" --- 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 f2a33887..fffcec71 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -483,14 +483,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20260108T003758Z + name: 20260108T003758Z - code_name: 20251211T000906Z name: 20251211T000906Z - code_name: 20251127T000410Z name: 20251127T000410Z - code_name: 20251113T010957Z name: 20251113T010957Z - - code_name: 20251030T000436Z - name: 20251030T000436Z talos: enabled: true menu: linux From 4f4b5238f2c653f38ec3b1ae3f67f621487679d1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jan 2026 04:32:44 +0000 Subject: [PATCH 573/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-23-8db01622 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index eeb8db64..ce81d406 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-21-8db01622/ + path: /debian-squash/releases/download/3.3.1-23-8db01622/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-21 + version: 3.3.1-23 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From 849f7dc1296552b058725694772045cdf9d58d72 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 9 Jan 2026 04:38:55 +0000 Subject: [PATCH 574/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2026.01.09-0021-rolling-bf6bd56c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ce81d406..ae551a98 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2026.01.01-0929-rolling-bf6bd56c/ + path: /debian-squash/releases/download/2026.01.09-0021-rolling-bf6bd56c/ files: - filesystem.squashfs - initrd From bac5de123b44b0d7bcfa535c8e60cba846a2fe3f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Jan 2026 04:42:52 +0000 Subject: [PATCH 575/605] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20260104T233056Z-3c528165 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ae551a98..7fa0791f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -519,13 +519,13 @@ endpoints: version: 20241209T170323Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20251207T230055Z-3c528165/ + path: /asset-mirror/releases/download/20260104T233056Z-3c528165/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251207T230055Z + version: 20260104T233056Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20251207T170056Z-9aa997ef/ From b71ad036c9a6ea35d0fe599bce0cc06db041c43b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Jan 2026 04:44:39 +0000 Subject: [PATCH 576/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20260105T081601Z-9aa997ef --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 7fa0791f..ed942ff8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20260104T233056Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20251207T170056Z-9aa997ef/ + path: /asset-mirror/releases/download/20260105T081601Z-9aa997ef/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20251207T170056Z + version: 20260105T081601Z arch: amd64 tails: path: /asset-mirror/releases/download/7.3.1-17629562/ From f2db7094bfe196dc7559a4b36dfa2f6830af18a7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 12 Jan 2026 04:53:19 +0000 Subject: [PATCH 577/605] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 11.6-0a2bf7d3 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ed942ff8..91c17b9f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -504,11 +504,11 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/11.5-0a2bf7d3/ + path: /asset-mirror/releases/download/11.6-0a2bf7d3/ files: - memtest86-usb.img os: memtest86-free - version: '11.5' + version: '11.6' gentoo-x86: path: /asset-mirror/releases/download/20241209T170323Z-4e10abc5/ files: From d8c99bd72d4d1962f2d153b4d24dbec83073fbf5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 Jan 2026 04:39:20 +0000 Subject: [PATCH 578/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20260114-1216-88395a11 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 91c17b9f..285e8bd6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20260101-1320-88395a11/ + path: /ubuntu-squash/releases/download/20260114-1216-88395a11/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20260101-1320 + version: 20260114-1216 flavor: user kernel: kde-neon-user regolith-current: From 39c61965d713e7e42aee79b17b2ccfdb69332a66 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 Jan 2026 04:44:21 +0000 Subject: [PATCH 579/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20260112-resolute-bea81d96 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 285e8bd6..2835acb8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20260101-resolute-bea81d96/ + path: /ubuntu-squash/releases/download/20260112-resolute-bea81d96/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20260101-resolute + version: 20260112-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 3456ba8df608c502283e564f86cc3341621184bc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 15 Jan 2026 04:47:35 +0000 Subject: [PATCH 580/605] Version bump for netbootxyz/ubuntu-squash:ubuntu-kylin-22.04 new tag 22.04.5-943f61f5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 2835acb8..dafdbaa3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -913,7 +913,7 @@ endpoints: flavor: KDE kernel: ubuntu-22.04-KDE-squash ubuntu-22.04-kylin-squash: - path: /ubuntu-squash/releases/download/22.04.5-14797330/ + path: /ubuntu-squash/releases/download/22.04.5-943f61f5/ files: - filesystem.squashfs - initrd From a014b6793c28aaf12147b60d7b6af3319385e809 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:33:03 +0000 Subject: [PATCH 581/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-26-8db01622 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index dafdbaa3..d51a3b78 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-23-8db01622/ + path: /debian-squash/releases/download/3.3.1-26-8db01622/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-23 + version: 3.3.1-26 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From c1121d0c900f9f510690e19041b32e13f25253e5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:35:16 +0000 Subject: [PATCH 582/605] Version bump for netbootxyz/debian-squash:parrot-security new tag 6.3.2-b763048a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d51a3b78..61549d49 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1035,7 +1035,7 @@ endpoints: version: 6.3.2 flavor: home parrot-security: - path: /debian-squash/releases/download/6.3.2-999ed7ad/ + path: /debian-squash/releases/download/6.3.2-b763048a/ files: - filesystem.squashfs - initrd From 3254af446a47300220e4738cbc263fd437511b72 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:36:10 +0000 Subject: [PATCH 583/605] Version bump for netbootxyz/debian-squash:cinnamon-13 new tag 13.3.0-bcf1dab7 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 61549d49..16a07c83 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1575,11 +1575,11 @@ endpoints: kernel: ubuntu-netboot-25.10-arm64 arch: arm64 debian-13-cinnamon-squash: - path: /debian-squash/releases/download/13.2.0-bcf1dab7/ + path: /debian-squash/releases/download/13.3.0-bcf1dab7/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: cinnamon kernel: debian-13-live-kernel debian-13-xfce-squash: From 1e05d3e5ced656c3fa3b4b4d6040c5e0f2b8edb3 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:37:35 +0000 Subject: [PATCH 584/605] Version bump for netbootxyz/debian-squash:mate-13 new tag 13.3.0-f3c0e3ad --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 16a07c83..d29bf66e 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1545,11 +1545,11 @@ endpoints: flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: - path: /debian-squash/releases/download/13.2.0-f3c0e3ad/ + path: /debian-squash/releases/download/13.3.0-f3c0e3ad/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: mate kernel: debian-13-live-kernel ubuntu-netboot-25.10-amd64: From e6476ab21e46bd87fc2cf59387d030dc49bfa961 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:38:39 +0000 Subject: [PATCH 585/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2026.01.15-0020-rolling-bf6bd56c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d29bf66e..d3ea6f2b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2026.01.09-0021-rolling-bf6bd56c/ + path: /debian-squash/releases/download/2026.01.15-0020-rolling-bf6bd56c/ files: - filesystem.squashfs - initrd From 314f6efa9afe3dfd460bdadbffcf94b5f4b5777d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:39:31 +0000 Subject: [PATCH 586/605] Version bump for netbootxyz/debian-squash:gnome-13 new tag 13.3.0-0aea8fe2 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index d3ea6f2b..8208b1f0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1529,11 +1529,11 @@ endpoints: flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: - path: /debian-squash/releases/download/13.2.0-0aea8fe2/ + path: /debian-squash/releases/download/13.3.0-0aea8fe2/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: From 538f7759c44b2adffde189a90c32f6d3518f5aeb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:39:47 +0000 Subject: [PATCH 587/605] Version bump for netbootxyz/debian-squash:core-13 new tag 13.3.0-9d9b777e --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8208b1f0..23566dbc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1505,11 +1505,11 @@ endpoints: os: debian version: '13' debian-13-default-squash: - path: /debian-squash/releases/download/13.2.0-9d9b777e/ + path: /debian-squash/releases/download/13.3.0-9d9b777e/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: From 418693d0864614d56887f42241adc4ae9441d739 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:43:52 +0000 Subject: [PATCH 588/605] Version bump for netbootxyz/debian-squash:lxqt-13 new tag 13.3.0-6936b7a0 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 23566dbc..90e60058 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1537,11 +1537,11 @@ endpoints: flavor: gnome kernel: debian-13-live-kernel debian-13-lxqt-squash: - path: /debian-squash/releases/download/13.2.0-6936b7a0/ + path: /debian-squash/releases/download/13.3.0-6936b7a0/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: lxqt kernel: debian-13-live-kernel debian-13-mate-squash: From 6a201e7853c3bd5d2451e451479457a4ecab24a4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:46:20 +0000 Subject: [PATCH 589/605] Version bump for netbootxyz/debian-squash:xfce-13 new tag 13.3.0-5048a26b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 90e60058..ad5ef317 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1583,11 +1583,11 @@ endpoints: flavor: cinnamon kernel: debian-13-live-kernel debian-13-xfce-squash: - path: /debian-squash/releases/download/13.2.0-5048a26b/ + path: /debian-squash/releases/download/13.3.0-5048a26b/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: xfce kernel: debian-13-live-kernel proxmox-datacenter-manager: From 6d86c7c64692aea879a7d82eff9ebe0d5e9be620 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:46:24 +0000 Subject: [PATCH 590/605] Version bump for netbootxyz/debian-squash:kde-13 new tag 13.3.0-c5f83616 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index ad5ef317..3f4ad197 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1521,11 +1521,11 @@ endpoints: flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: - path: /debian-squash/releases/download/13.2.0-c5f83616/ + path: /debian-squash/releases/download/13.3.0-c5f83616/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: kde kernel: debian-13-live-kernel debian-13-gnome-squash: From 77a2331b0d12f51c32a5dd7720f319ee481931e2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 16 Jan 2026 04:47:37 +0000 Subject: [PATCH 591/605] Version bump for netbootxyz/debian-squash:lxde-13 new tag 13.3.0-98209c44 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 3f4ad197..e8f58e9c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1513,11 +1513,11 @@ endpoints: flavor: core kernel: debian-13-live-kernel debian-13-lxde-squash: - path: /debian-squash/releases/download/13.2.0-98209c44/ + path: /debian-squash/releases/download/13.3.0-98209c44/ files: - filesystem.squashfs os: debian - version: 13.2.0 + version: 13.3.0 flavor: lxde kernel: debian-13-live-kernel debian-13-kde-squash: From 95eb58ad86b24b5542d57901cdb84c8404750551 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sat, 17 Jan 2026 04:27:17 +0000 Subject: [PATCH 592/605] Version bump for netbootxyz/debian-core-13:master new tag 13.3.0-0a426450 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e8f58e9c..8a1b9097 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1498,7 +1498,7 @@ endpoints: version: '20.9' kernel: deepin-20-squash debian-13-live-kernel: - path: /debian-core-13/releases/download/13.2.0-0a426450/ + path: /debian-core-13/releases/download/13.3.0-0a426450/ files: - initrd - vmlinuz From b2f154845138ae5c5e5dcae7b7d28be61a2622a6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Jan 2026 04:47:39 +0000 Subject: [PATCH 593/605] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20260107T201601Z-9aa997ef --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 8a1b9097..01f46cb8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -528,13 +528,13 @@ endpoints: version: 20260104T233056Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20260105T081601Z-9aa997ef/ + path: /asset-mirror/releases/download/20260107T201601Z-9aa997ef/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20260105T081601Z + version: 20260107T201601Z arch: amd64 tails: path: /asset-mirror/releases/download/7.3.1-17629562/ From 1a977c7e8c4da3d4c7ee362e686719915a2bf7d9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Jan 2026 04:50:27 +0000 Subject: [PATCH 594/605] Version bump for netbootxyz/asset-mirror:oracle-8 new tag 6-c7882e2d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 01f46cb8..c7b614d8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -103,7 +103,7 @@ endpoints: flavor: lxqt kernel: sparky-rolling-lxqt oracle-8: - path: /asset-mirror/releases/download/6-1525fd25/ + path: /asset-mirror/releases/download/6-c7882e2d/ files: - vmlinuz - initrd From 8426af026719f68d46b4cca024e876d2b0f6335c Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Jan 2026 04:54:46 +0000 Subject: [PATCH 595/605] Version bump for netbootxyz/asset-mirror:oracle-9-x86_64 new tag U1-23c7d963 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c7b614d8..bd9417d7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1008,7 +1008,7 @@ endpoints: flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: - path: /asset-mirror/releases/download/U0-5d86c3df/ + path: /asset-mirror/releases/download/U1-23c7d963/ files: - vmlinuz - initrd From 0732b9105623c791ba93abc6990c144530d97c06 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Mon, 19 Jan 2026 05:09:20 +0000 Subject: [PATCH 596/605] Version bump for netbootxyz/asset-mirror:tails new tag 7.4-17629562 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index bd9417d7..60c5ea68 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -537,14 +537,14 @@ endpoints: version: 20260107T201601Z arch: amd64 tails: - path: /asset-mirror/releases/download/7.3.1-17629562/ + path: /asset-mirror/releases/download/7.4-17629562/ files: - vmlinuz - initrd.img - 9990-misc-helpers.sh - tails-amd64.iso os: tails - version: 7.3.1 + version: '7.4' arch: amd64 hrmpf: path: /asset-mirror/releases/download/20231124-1008bb6d/ From a0432d1a82e57695dc8900177824236b6b2668bb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 20 Jan 2026 04:43:14 +0000 Subject: [PATCH 597/605] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 26.0.1-260114-linux618-917f9a0a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 60c5ea68..3793dbcd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -237,7 +237,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/26.0-260104-linux618-917f9a0a/ + path: /manjaro-squash/releases/download/26.0.1-260114-linux618-917f9a0a/ files: - livefs.sfs - rootfs.sfs From 6e085fe87069db2ef8dbd5c408b2f0376936b523 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 20 Jan 2026 04:44:02 +0000 Subject: [PATCH 598/605] Version bump for netbootxyz/manjaro-squash:kde-current new tag 26.0.1-260114-linux618-df3b24fa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3793dbcd..884b0839 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -250,7 +250,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/26.0-260104-linux618-df3b24fa/ + path: /manjaro-squash/releases/download/26.0.1-260114-linux618-df3b24fa/ files: - livefs.sfs - rootfs.sfs From 83aea9bd343ad5da56d7c340d0134fae49caa2fa Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 20 Jan 2026 04:50:55 +0000 Subject: [PATCH 599/605] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 26.0.1-260114-linux618-93c4b57e --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 884b0839..e845a064 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -224,7 +224,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/26.0-260104-linux618-93c4b57e/ + path: /manjaro-squash/releases/download/26.0.1-260114-linux618-93c4b57e/ files: - livefs.sfs - rootfs.sfs From 7bb431205bbe3ec8dc4bb2d90c974f68e7bef1af Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 Jan 2026 04:39:41 +0000 Subject: [PATCH 600/605] External Version bump for coreos new version string "43.20260105.3.0-stable,43.20260119.2.1-testing,43.20260119.1.1-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 fffcec71..5eebd046 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -195,11 +195,11 @@ releases: mirror: https://builds.coreos.fedoraproject.org name: Fedora CoreOS versions: - - code_name: 43.20251214.3.0 + - code_name: 43.20260105.3.0 name: stable - - code_name: 43.20260105.2.0 + - code_name: 43.20260119.2.1 name: testing - - code_name: 43.20260105.1.0 + - code_name: 43.20260119.1.1 name: next debian: archive_mirror: http://archive.debian.org From 173f33c02667cefeb81a6b504bfec3d41fcf1a79 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 Jan 2026 04:46:08 +0000 Subject: [PATCH 601/605] Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20260115-1320-88395a11 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e845a064..31a5d3fa 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -10,13 +10,13 @@ endpoints: flavor: xfce kernel: kali-xfce-squash kde-neon-user: - path: /ubuntu-squash/releases/download/20260114-1216-88395a11/ + path: /ubuntu-squash/releases/download/20260115-1320-88395a11/ files: - vmlinuz - filesystem.squashfs - initrd.lz os: neon - version: 20260114-1216 + version: 20260115-1320 flavor: user kernel: kde-neon-user regolith-current: From 1c240a952bf391332110ccfd8f336dd873d25d93 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Thu, 22 Jan 2026 04:53:47 +0000 Subject: [PATCH 602/605] Version bump for netbootxyz/ubuntu-squash:clonezilla-testing-amd64 new tag 20260115-resolute-bea81d96 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 31a5d3fa..27440f77 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -652,13 +652,13 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-ubuntu-testing-amd64: - path: /ubuntu-squash/releases/download/20260112-resolute-bea81d96/ + path: /ubuntu-squash/releases/download/20260115-resolute-bea81d96/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 20260112-resolute + version: 20260115-resolute flavor: testing kernel: clonezilla-ubuntu-testing-amd64 arch: amd64 From 71d0ed11a10980d860f6c43111956088a87c6a59 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jan 2026 04:33:50 +0000 Subject: [PATCH 603/605] External Version bump for smartos new version string "20260122T000642Z,20260108T003758Z,20251211T000906Z,20251127T000410Z" --- 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 5eebd046..0d5e3874 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -483,14 +483,14 @@ releases: mirror: https://netboot.smartos.org/os/ name: SmartOS versions: + - code_name: 20260122T000642Z + name: 20260122T000642Z - code_name: 20260108T003758Z name: 20260108T003758Z - code_name: 20251211T000906Z name: 20251211T000906Z - code_name: 20251127T000410Z name: 20251127T000410Z - - code_name: 20251113T010957Z - name: 20251113T010957Z talos: enabled: true menu: linux From 91414181f2cc8f914d09604c6e56d000f0c032ba Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jan 2026 04:35:25 +0000 Subject: [PATCH 604/605] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.3.1-27-8db01622 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 27440f77..39b1d475 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -641,13 +641,13 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.3.1-26-8db01622/ + path: /debian-squash/releases/download/3.3.1-27-8db01622/ files: - filesystem.squashfs - initrd - vmlinuz os: clonezilla - version: 3.3.1-26 + version: 3.3.1-27 flavor: testing kernel: clonezilla-debian-testing-amd64 arch: amd64 From e92860060ed5986c13410d6e05858e0a652fcc47 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 23 Jan 2026 04:41:00 +0000 Subject: [PATCH 605/605] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2026.01.23-0022-rolling-bf6bd56c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 39b1d475..3afb4e10 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -425,7 +425,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/2026.01.15-0020-rolling-bf6bd56c/ + path: /debian-squash/releases/download/2026.01.23-0022-rolling-bf6bd56c/ files: - filesystem.squashfs - initrd