From 5ba993e7131e9a4724f984771ea4be8f0c425e36 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 9 Sep 2023 16:56:17 -0500 Subject: [PATCH 01/76] Update version.txt --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 701cfaf530..bc27898372 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.71 +2.0.72 From 54ecab5626453d46963a280d86a15c3dd104ccb1 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 9 Sep 2023 16:56:41 -0500 Subject: [PATCH 02/76] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23386502a..95294c4ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.0.72] - 2023-00-00 + ## [2.0.71] - 2023-09-09 ### Added From 0d3c3d286c36e6465ce68f09bf63f27eb34ca66f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 10 Sep 2023 20:02:30 +0000 Subject: [PATCH 03/76] Version bump for netbootxyz/manjaro-squash:gnome-current new tag 23.0-minimal-230903-linux65-72242238 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3e62fcc4f1..3ec1873edf 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -591,7 +591,7 @@ endpoints: flavor: xfce kernel: manjaro-xfce-current manjaro-gnome-current: - path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-fe6d0899/ + path: /manjaro-squash/releases/download/23.0-minimal-230903-linux65-72242238/ files: - livefs.sfs - rootfs.sfs From a1ac230aaf22b50effd621875f7ed8262a620511 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 10 Sep 2023 20:03:00 +0000 Subject: [PATCH 04/76] Version bump for netbootxyz/manjaro-squash:xfce-current new tag 23.0-minimal-230903-linux65-80eca340 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3ec1873edf..c83d3f8cb4 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -578,7 +578,7 @@ endpoints: os: septor version: current manjaro-xfce-current: - path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-fed9737f/ + path: /manjaro-squash/releases/download/23.0-minimal-230903-linux65-80eca340/ files: - livefs.sfs - rootfs.sfs From f7faf1c9f913d97ec4e059f230edfad5a1b846cc Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Sun, 10 Sep 2023 20:04:04 +0000 Subject: [PATCH 05/76] Version bump for netbootxyz/manjaro-squash:kde-current new tag 23.0-minimal-230903-linux65-a4412304 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c83d3f8cb4..e6f5ad2b83 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -604,7 +604,7 @@ endpoints: flavor: gnome kernel: manjaro-gnome-current manjaro-kde-current: - path: /manjaro-squash/releases/download/22.1.3-minimal-230529-linux61-21a3c27c/ + path: /manjaro-squash/releases/download/23.0-minimal-230903-linux65-a4412304/ files: - livefs.sfs - rootfs.sfs From 6651a5e839eef35487e97ef658bf0d0746efe4d7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Tue, 12 Sep 2023 00:38:24 +0000 Subject: [PATCH 06/76] External Version bump for coreos new version string "38.20230819.3.0-stable,38.20230902.2.1-testing,38.20230902.1.1-next" --- roles/netbootxyz/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index e1404ecb43..1958e690fb 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -191,9 +191,9 @@ releases: versions: - code_name: 38.20230819.3.0 name: stable - - code_name: 38.20230902.2.0 + - code_name: 38.20230902.2.1 name: testing - - code_name: 38.20230902.1.0 + - code_name: 38.20230902.1.1 name: next debian: archive_mirror: http://archive.debian.org From 79577f556c6f15af950d89d4ad842c51c81e3a3e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 14 Sep 2023 20:04:34 -0500 Subject: [PATCH 07/76] Revert "Support building images on other architectures" This reverts commit f02180f497b99aacb4de0aa760ec7e3991f192c1. Testing reverting changes that may have impacted 2.0.70: https://github.com/netbootxyz/netboot.xyz/issues/1273 --- roles/netbootxyz/tasks/generate_disks_efi.yml | 8 ++------ roles/netbootxyz/tasks/generate_disks_legacy.yml | 8 ++------ roles/netbootxyz/tasks/generate_disks_linux.yml | 8 ++------ roles/netbootxyz/vars/debian.yml | 3 --- roles/netbootxyz/vars/redhat.yml | 1 - roles/netbootxyz/vars/ubuntu.yml | 3 --- 6 files changed, 6 insertions(+), 25 deletions(-) diff --git a/roles/netbootxyz/tasks/generate_disks_efi.yml b/roles/netbootxyz/tasks/generate_disks_efi.yml index 3abf5626a2..4a98c2a93d 100644 --- a/roles/netbootxyz/tasks/generate_disks_efi.yml +++ b/roles/netbootxyz/tasks/generate_disks_efi.yml @@ -27,9 +27,7 @@ - name: Compile iPXE bootloader for EFI ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin-x86_64-efi/ipxe.efi \ bin-x86_64-efi/snp.efi \ @@ -41,9 +39,7 @@ - name: Compile iPXE bootloader for EFI with debug flags ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin-x86_64-efi/ipxe.efi \ diff --git a/roles/netbootxyz/tasks/generate_disks_legacy.yml b/roles/netbootxyz/tasks/generate_disks_legacy.yml index efc633f23a..089d0db368 100644 --- a/roles/netbootxyz/tasks/generate_disks_legacy.yml +++ b/roles/netbootxyz/tasks/generate_disks_legacy.yml @@ -23,9 +23,7 @@ - name: Compile iPXE bootloader for Legacy BIOS ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin/ipxe.dsk \ bin/ipxe.pdsk \ @@ -39,9 +37,7 @@ - name: Compile iPXE bootloader for Legacy BIOS with debug flags ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin/ipxe.dsk \ diff --git a/roles/netbootxyz/tasks/generate_disks_linux.yml b/roles/netbootxyz/tasks/generate_disks_linux.yml index 2f7afb2346..cd0f8c5414 100644 --- a/roles/netbootxyz/tasks/generate_disks_linux.yml +++ b/roles/netbootxyz/tasks/generate_disks_linux.yml @@ -27,9 +27,7 @@ - name: Compile iPXE Linux bootloader for Legacy BIOS ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ TRUST={{ trust_files }} \ bin-x86_64-linux/slirp.linux args: @@ -39,9 +37,7 @@ - name: Compile iPXE Linux bootloader for Legacy BIOS with debug flags ansible.builtin.shell: | make clean - make CROSS_COMPILE=x86_64-linux-gnu- \ - ARCH=x86_64 \ - EMBED={{ bootloader_filename }} \ + make EMBED={{ bootloader_filename }} \ DEBUG={{ ipxe_debug_options }} \ TRUST={{ trust_files }} \ bin-x86_64-linux/slirp.linux diff --git a/roles/netbootxyz/vars/debian.yml b/roles/netbootxyz/vars/debian.yml index e6c14d8e49..b59709d1ef 100644 --- a/roles/netbootxyz/vars/debian.yml +++ b/roles/netbootxyz/vars/debian.yml @@ -3,18 +3,15 @@ netbootxyz_packages: - apache2 - binutils-dev - binutils-aarch64-linux-gnu - - binutils-x86-64-linux-gnu - dosfstools - figlet - gcc-aarch64-linux-gnu - - gcc-x86-64-linux-gnu - build-essential - genisoimage - git - isolinux - liblzma-dev - libslirp-dev - - mtools - syslinux - syslinux-common - toilet diff --git a/roles/netbootxyz/vars/redhat.yml b/roles/netbootxyz/vars/redhat.yml index da147e4f74..14db825b1c 100644 --- a/roles/netbootxyz/vars/redhat.yml +++ b/roles/netbootxyz/vars/redhat.yml @@ -8,7 +8,6 @@ netbootxyz_packages: - httpd - libslirp-devel - minizip-devel - - mtools - syslinux - xz-devel - make diff --git a/roles/netbootxyz/vars/ubuntu.yml b/roles/netbootxyz/vars/ubuntu.yml index bd07743d1e..41258563e0 100644 --- a/roles/netbootxyz/vars/ubuntu.yml +++ b/roles/netbootxyz/vars/ubuntu.yml @@ -3,18 +3,15 @@ netbootxyz_packages: - apache2 - binutils-dev - binutils-aarch64-linux-gnu - - binutils-x86-64-linux-gnu - dosfstools - figlet - gcc-aarch64-linux-gnu - - gcc-x86-64-linux-gnu - build-essential - genisoimage - git - isolinux - liblzma-dev - libslirp-dev - - mtools - syslinux - syslinux-common - toilet From 6999d2fcea0f5fa0e232c751cdd6661ff49b8995 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:03:22 +0000 Subject: [PATCH 08/76] Version bump for netbootxyz/asset-mirror:4mlinux-bakandimg new tag 43.0-558b1d87 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e6f5ad2b83..3c135f99cb 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -648,7 +648,7 @@ endpoints: version: current flavor: TheSSS 4mlinux-bakandimg: - path: /asset-mirror/releases/download/43.0-bd59d834/ + path: /asset-mirror/releases/download/43.0-558b1d87/ files: - initrd - vmlinuz From 2000004198e1f8be483381e536f5693a13e53f4a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:04:26 +0000 Subject: [PATCH 09/76] Version bump for netbootxyz/debian-squash:rescatux new tag 0.72-beta8-12fd75a3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3c135f99cb..d8375ab7c7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -490,7 +490,7 @@ endpoints: os: gparted version: stable rescatux: - path: /debian-squash/releases/download/0.72-beta8-58c496a1/ + path: /debian-squash/releases/download/0.72-beta8-12fd75a3/ files: - filesystem.squashfs - initrd From a791dc0fb1cd893cca5db4b11e791c9a6f0d31c6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:05:36 +0000 Subject: [PATCH 10/76] Version bump for netbootxyz/asset-mirror:oracle-9-aarch64 new tag U2-d9adfa9a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d8375ab7c7..21d8ad4744 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1651,7 +1651,7 @@ endpoints: version: '9' arch: x86_64 oracle-9-aarch64: - path: /asset-mirror/releases/download/U2-772e9a86/ + path: /asset-mirror/releases/download/U2-d9adfa9a/ files: - vmlinuz - initrd From ff94878a292ec69ddb5f61319a0e3cbf180373e1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:07:33 +0000 Subject: [PATCH 11/76] Version bump for netbootxyz/asset-mirror:mfsbsd13 new tag 13.2-0e10bdfd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 21d8ad4744..1c68c3cf88 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -912,7 +912,7 @@ endpoints: version: '6' flavor: apppack mfsbsd-13: - path: /asset-mirror/releases/download/13.1-990a8d83/ + path: /asset-mirror/releases/download/13.2-0e10bdfd/ files: - default.img - special-edition.img From ee1bd0503c0c0f4083affb6457fe7533972ec453 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:08:09 +0000 Subject: [PATCH 12/76] Version bump for netbootxyz/asset-mirror:rescuezilla new tag 2.4.2-95c35f90 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1c68c3cf88..cca773e8af 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -845,7 +845,7 @@ endpoints: flavor: gnome kernel: pureos-gnome rescuezilla: - path: /asset-mirror/releases/download/2.4.2-ddd54f5e/ + path: /asset-mirror/releases/download/2.4.2-95c35f90/ files: - filesystem.squashfs - initrd From 29384edfc6a338c653506bf0200f689ac5463cea Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:08:41 +0000 Subject: [PATCH 13/76] Version bump for netbootxyz/debian-squash:core-12 new tag 12.1.0-dff9e8d9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cca773e8af..47f64a6e78 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1997,7 +1997,7 @@ endpoints: os: debian version: '12' debian-12-default-squash: - path: /debian-squash/releases/download/12.1.0-07c46b7d/ + path: /debian-squash/releases/download/12.1.0-dff9e8d9/ files: - filesystem.squashfs os: debian From e2d4689e214227b8ef16b8300924bede9a12740d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:09:14 +0000 Subject: [PATCH 14/76] Version bump for netbootxyz/asset-mirror:proxmox-mailgateway new tag 7.3-1-07068e0a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 47f64a6e78..e0ae438f2b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1449,7 +1449,7 @@ endpoints: os: proxmox-ve version: 8.0-2 proxmox-mailgateway: - path: /asset-mirror/releases/download/7.3-1-5c9b0cd6/ + path: /asset-mirror/releases/download/7.3-1-07068e0a/ files: - initrd - proxmox-mailgateway.iso From 15708d457efd0badadd7d1766e98b494eea865b0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:09:58 +0000 Subject: [PATCH 15/76] Version bump for netbootxyz/debian-squash:grml-small new tag 2022.11-1ab044d1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e0ae438f2b..67ca09d83c 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -473,7 +473,7 @@ endpoints: version: '2022.11' flavor: full grml-small: - path: /debian-squash/releases/download/2022.11-0603ce50/ + path: /debian-squash/releases/download/2022.11-1ab044d1/ files: - filesystem.squashfs - initrd From ade2f30830baf1a541a35789f06c2d19082cf066 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:10:07 +0000 Subject: [PATCH 16/76] Version bump for netbootxyz/asset-mirror:4mlinux-antivirus new tag 43.0-1.0.1-95fbd3d9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 67ca09d83c..c38218c883 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -656,7 +656,7 @@ endpoints: version: current flavor: BakAndImg 4mlinux-antivirus: - path: /asset-mirror/releases/download/43.0-1.0.1-21051633/ + path: /asset-mirror/releases/download/43.0-1.0.1-95fbd3d9/ files: - initrd - vmlinuz From e4eb042e276b52d4129fca1b7c6af137abe65cf4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:10:26 +0000 Subject: [PATCH 17/76] Version bump for netbootxyz/asset-mirror:archlinux-32 new tag 2023.03.02-27e99b3a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c38218c883..6f29dff78f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1172,7 +1172,7 @@ endpoints: version: 0.3420221231 arch: x86_64 archlinux-32: - path: /asset-mirror/releases/download/2023.03.02-a8a135c1/ + path: /asset-mirror/releases/download/2023.03.02-27e99b3a/ files: - airootfs.sfs - initramfs-linux.img From 940dadbf78d8d7d94ae319bbfdf7eb3a72dde2eb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:10:42 +0000 Subject: [PATCH 18/76] Version bump for netbootxyz/asset-mirror:systemrescue-amd64 new tag 10.01-a0627929 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6f29dff78f..b5759809d1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1149,7 +1149,7 @@ endpoints: version: 9.03 arch: i686 systemrescue-amd64: - path: /asset-mirror/releases/download/10.01-2016e3dd/ + path: /asset-mirror/releases/download/10.01-a0627929/ files: - airootfs.sfs - initrd From 895c0fc859c7fcd0b02233b0504fef83b8a705f7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:11:11 +0000 Subject: [PATCH 19/76] Version bump for netbootxyz/asset-mirror:blackarch-installer new tag 2023.04.01-e01a4b3c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b5759809d1..80edacf3e3 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -514,7 +514,7 @@ endpoints: os: bootrepair version: current blackarch-installer: - path: /asset-mirror/releases/download/2023.04.01-25bb6ed1/ + path: /asset-mirror/releases/download/2023.04.01-e01a4b3c/ files: - initrd - vmlinuz From 089d327f999e7d01fbf8b396d265ecbd4e3f2de1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:12:01 +0000 Subject: [PATCH 20/76] Version bump for netbootxyz/debian-squash:parrot-home new tag 5.3-017bf13f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 80edacf3e3..e822a07546 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1660,7 +1660,7 @@ endpoints: version: '9' arch: aarch64 parrot-home: - path: /debian-squash/releases/download/5.3-0cf7fea3/ + path: /debian-squash/releases/download/5.3-017bf13f/ files: - filesystem.squashfs - initrd From a2579f98c544d1b34000e37feb796b86d50d6695 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:14:06 +0000 Subject: [PATCH 21/76] Version bump for netbootxyz/debian-squash:devuan-ascii new tag 2.1-26b62058 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e822a07546..e004f66aef 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -455,7 +455,7 @@ endpoints: version: '5' flavor: apppack devuan-ascii: - path: /debian-squash/releases/download/2.1-37ead3f3/ + path: /debian-squash/releases/download/2.1-26b62058/ files: - filesystem.squashfs - initrd From cc046f889a97864ab9ae88b57b73133cf8449b6e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:14:38 +0000 Subject: [PATCH 22/76] Version bump for netbootxyz/asset-mirror:garuda-cinnamon new tag 230501-3ef04424 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e004f66aef..91d2bbf425 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1686,7 +1686,7 @@ endpoints: os: xcp-ng version: '8.2' garuda-cinnamon: - path: /asset-mirror/releases/download/230501-ad285577/ + path: /asset-mirror/releases/download/230501-3ef04424/ files: - amd_ucode.img - desktopfs.sfs From 225c28c57ee29fb9666e211459b522f660299b98 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:15:15 +0000 Subject: [PATCH 23/76] Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 43.0-83b93056 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 91d2bbf425..47416f9f55 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -640,7 +640,7 @@ endpoints: version: current flavor: full 4mlinux-thesss: - path: /asset-mirror/releases/download/43.0-9ad98d63/ + path: /asset-mirror/releases/download/43.0-83b93056/ files: - initrd - vmlinuz From 7220c3027cb0f40c6654c515785c3537e47c16df Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:15:57 +0000 Subject: [PATCH 24/76] Version bump for netbootxyz/asset-mirror:tails new tag 5.17-8afedfc6 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 47416f9f55..ccc2e8bd89 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1099,7 +1099,7 @@ endpoints: version: 20230903T170202Z arch: amd64 tails: - path: /asset-mirror/releases/download/5.17-b0a72d72/ + path: /asset-mirror/releases/download/5.17-8afedfc6/ files: - vmlinuz - initrd.img From 62ed06cc8e39780c45b2ed41b719a41f698077b9 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:17:05 +0000 Subject: [PATCH 25/76] Version bump for netbootxyz/debian-squash:gparted-stable new tag 1.5.0-6-69471a67 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ccc2e8bd89..49dc773e5f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -482,7 +482,7 @@ endpoints: version: '2022.11' flavor: small gparted-stable: - path: /debian-squash/releases/download/1.5.0-6-b6cfb563/ + path: /debian-squash/releases/download/1.5.0-6-69471a67/ files: - filesystem.squashfs - initrd From 2d702caac39583021d0279c76d93682bbd1ccc5a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:19:50 +0000 Subject: [PATCH 26/76] Version bump for netbootxyz/asset-mirror:zeninstall new tag 2020.05.27-d3f9c78c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 49dc773e5f..9052821bf7 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -538,7 +538,7 @@ endpoints: os: anarchy version: current zeninstall: - path: /asset-mirror/releases/download/2020.05.27-a815432f/ + path: /asset-mirror/releases/download/2020.05.27-d3f9c78c/ files: - initrd - vmlinuz From b9488ff2d44192404bcf6556b59f75f4521ab9a7 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:21:09 +0000 Subject: [PATCH 27/76] Version bump for netbootxyz/debian-squash:sparky-rolling-lxqt new tag 2023.07-26b3dcfd --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 9052821bf7..ade2869171 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -401,7 +401,7 @@ endpoints: flavor: xfce kernel: sparky-rolling-gui sparky-rolling-lxqt: - path: /debian-squash/releases/download/2023.07-b10c70d5/ + path: /debian-squash/releases/download/2023.07-26b3dcfd/ files: - filesystem.squashfs - initrd From 0f505fe68ae4c9fc9c7ab533deb147e4f27e5b77 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:22:11 +0000 Subject: [PATCH 28/76] Version bump for netbootxyz/debian-squash:sparky-stable-lxqt new tag 7.1-06a5893d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ade2869171..f4ed37b9b8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -371,7 +371,7 @@ endpoints: flavor: xfce kernel: sparky-stable-gui sparky-stable-lxqt: - path: /debian-squash/releases/download/7.0.1-9084dcac/ + path: /debian-squash/releases/download/7.1-06a5893d/ files: - filesystem.squashfs - initrd From 81b9263a285d54f3712471f2cfa180ac028f924e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:25:41 +0000 Subject: [PATCH 29/76] Version bump for netbootxyz/asset-mirror:gentoo-x86 new tag 20230911T170144Z-dd9167d8 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index f4ed37b9b8..cf04ffe1fc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1072,13 +1072,13 @@ endpoints: os: memtest86-free version: '10.6' gentoo-x86: - path: /asset-mirror/releases/download/20230904T163758Z-c0630a5f/ + path: /asset-mirror/releases/download/20230911T170144Z-dd9167d8/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230904T163758Z + version: 20230911T170144Z arch: x86 gentoo-arm64: path: /asset-mirror/releases/download/20230903T203159Z-d29572ce/ From 06fbdcd554c43098ca18a5bd7032991398e3d1b8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:28:47 +0000 Subject: [PATCH 30/76] Version bump for netbootxyz/debian-squash:clonezilla-testing-amd64 new tag 3.1.1-18-b82c3257 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index cf04ffe1fc..ddfea56c28 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1232,7 +1232,7 @@ endpoints: kernel: clonezilla-ubuntu-stable-amd64 arch: amd64 clonezilla-debian-testing-amd64: - path: /debian-squash/releases/download/3.1.1-18-1c3e1967/ + path: /debian-squash/releases/download/3.1.1-18-b82c3257/ files: - filesystem.squashfs - initrd From dc5086ac8d3461cf994f66ca49ff68870add2674 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:29:09 +0000 Subject: [PATCH 31/76] Version bump for netbootxyz/debian-squash:mint-lmde-cinnamon new tag 5-919ea138 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ddfea56c28..4b26688424 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -919,7 +919,7 @@ endpoints: os: freebsd version: '13' mint-lmde-cinnamon-squash: - path: /debian-squash/releases/download/5-8e7d5f12/ + path: /debian-squash/releases/download/5-919ea138/ files: - filesystem.squashfs - initrd From 69a9221ae8a7dc14b68957a65c1da71394f9c545 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:29:50 +0000 Subject: [PATCH 32/76] Version bump for netbootxyz/debian-squash:clonezilla-stable-amd64 new tag 3.1.0-22-e31dd664 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4b26688424..c3e71d6994 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1210,7 +1210,7 @@ endpoints: kernel: clonezilla-debian-stable-i686 arch: i686 clonezilla-debian-stable-amd64: - path: /debian-squash/releases/download/3.1.0-22-a609986f/ + path: /debian-squash/releases/download/3.1.0-22-e31dd664/ files: - filesystem.squashfs - initrd From da09c396a9f061b474db97f8d923614ea2deb057 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:31:15 +0000 Subject: [PATCH 33/76] Version bump for netbootxyz/debian-squash:lxde-12 new tag 12.1.0-82228b2b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c3e71d6994..792d86496a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2037,7 +2037,7 @@ endpoints: flavor: mate kernel: debian-12-live-kernel debian-12-lxde-squash: - path: /debian-squash/releases/download/12.1.0-3405e186/ + path: /debian-squash/releases/download/12.1.0-82228b2b/ files: - filesystem.squashfs os: debian From 53b2a29b6f97ac4d221f2486962e34e66dd9a77e Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:31:24 +0000 Subject: [PATCH 34/76] Version bump for netbootxyz/debian-squash:sparky-stable-mingui new tag 7.1-f98d051d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 792d86496a..e7732cc317 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -351,7 +351,7 @@ endpoints: os: dban version: 2.3.0 sparky-stable-mingui: - path: /debian-squash/releases/download/7.0.1-a6d3bdfa/ + path: /debian-squash/releases/download/7.1-f98d051d/ files: - filesystem.squashfs - initrd From cbf966ad26279e7b8258936ed2b1cccdece0b948 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:32:20 +0000 Subject: [PATCH 35/76] Version bump for netbootxyz/debian-squash:sparky-rolling-gui new tag 2023.07-e7541c15 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e7732cc317..4fcb9672dd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -391,7 +391,7 @@ endpoints: flavor: xfce-min kernel: sparky-rolling-mingui sparky-rolling-gui: - path: /debian-squash/releases/download/2023.07-c302aff8/ + path: /debian-squash/releases/download/2023.07-e7541c15/ files: - filesystem.squashfs - initrd From 2309fb30de57c01c60c66ea3da3aa2c1d9b69068 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:33:24 +0000 Subject: [PATCH 36/76] Version bump for netbootxyz/debian-squash:clonezilla-testing-i686 new tag 3.1.1-18-2ef1ac5b --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 4fcb9672dd..bbe6130486 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1243,7 +1243,7 @@ endpoints: kernel: clonezilla-debian-testing-amd64 arch: amd64 clonezilla-debian-testing-i686: - path: /debian-squash/releases/download/3.1.1-18-d77841f5/ + path: /debian-squash/releases/download/3.1.1-18-2ef1ac5b/ files: - filesystem.squashfs - initrd From d45b855dae29356cb0d182fef61d09a448f73588 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:33:41 +0000 Subject: [PATCH 37/76] Version bump for netbootxyz/debian-squash:gnome-12 new tag 12.1.0-bfbac3cf --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index bbe6130486..d8304c9532 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2005,7 +2005,7 @@ endpoints: flavor: core kernel: debian-12-live-kernel debian-12-gnome-squash: - path: /debian-squash/releases/download/12.1.0-702d8308/ + path: /debian-squash/releases/download/12.1.0-bfbac3cf/ files: - filesystem.squashfs os: debian From 00fe1c6a43d52123a4954da0ea61ea623fb726e0 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:34:10 +0000 Subject: [PATCH 38/76] Version bump for netbootxyz/debian-squash:lxqt-12 new tag 12.1.0-94c79d18 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d8304c9532..8c8de739d0 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2021,7 +2021,7 @@ endpoints: flavor: cinnamon kernel: debian-12-live-kernel debian-12-lxqt-squash: - path: /debian-squash/releases/download/12.1.0-19d86b60/ + path: /debian-squash/releases/download/12.1.0-94c79d18/ files: - filesystem.squashfs os: debian From 46278a6706444e0f0a37c398806e14d7a1556eec Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:34:26 +0000 Subject: [PATCH 39/76] Version bump for netbootxyz/debian-squash:xfce-kali new tag 2023.3-696676fa --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 8c8de739d0..61c4396c51 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -133,7 +133,7 @@ endpoints: flavor: mate kernel: debian-10-live-kernel kali-xfce-squash: - path: /debian-squash/releases/download/2023.3-aee4a172/ + path: /debian-squash/releases/download/2023.3-696676fa/ files: - filesystem.squashfs - initrd From d100aa488d6038a7cc060035b8f9efe0ddc6c3db Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:35:00 +0000 Subject: [PATCH 40/76] Version bump for netbootxyz/debian-squash:grml-full new tag 2022.11-af4f2941 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 61c4396c51..7eaccef299 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -464,7 +464,7 @@ endpoints: version: '2' flavor: ascii grml-full: - path: /debian-squash/releases/download/2022.11-f28182d8/ + path: /debian-squash/releases/download/2022.11-af4f2941/ files: - filesystem.squashfs - initrd From da6de76dc78f9650badf7cfc24b883e1409c33e4 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:35:59 +0000 Subject: [PATCH 41/76] Version bump for netbootxyz/debian-squash:xfce-12 new tag 12.1.0-3276b71c --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 7eaccef299..0f8f2d56ef 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2045,7 +2045,7 @@ endpoints: flavor: lxde kernel: debian-12-live-kernel debian-12-xfce-squash: - path: /debian-squash/releases/download/12.1.0-1eb5a4c8/ + path: /debian-squash/releases/download/12.1.0-3276b71c/ files: - filesystem.squashfs os: debian From ad3507f0402b534a691a50955a9c0cc3210f3162 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:36:24 +0000 Subject: [PATCH 42/76] Version bump for netbootxyz/asset-mirror:breakin new tag 4.26.1-3194c2c3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 0f8f2d56ef..667c31612b 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -338,7 +338,7 @@ endpoints: version: classic kernel: feren-classic-squash breakin: - path: /asset-mirror/releases/download/4.26.1-41841227/ + path: /asset-mirror/releases/download/4.26.1-3194c2c3/ files: - vmlinuz - initrd From f699496687d51f04d00877f7af4165db5c0f19d2 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:36:32 +0000 Subject: [PATCH 43/76] Version bump for netbootxyz/debian-squash:cinnamon-12 new tag 12.1.0-b6456b83 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 667c31612b..3816b33952 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2013,7 +2013,7 @@ endpoints: flavor: gnome kernel: debian-12-live-kernel debian-12-cinnamon-squash: - path: /debian-squash/releases/download/12.1.0-11cf9de3/ + path: /debian-squash/releases/download/12.1.0-b6456b83/ files: - filesystem.squashfs os: debian From c348b91edaedd950fbd8b8918d62175251296afe Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:36:56 +0000 Subject: [PATCH 44/76] Version bump for netbootxyz/debian-squash:mate-12 new tag 12.1.0-620fe670 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 3816b33952..41193a37f6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -2029,7 +2029,7 @@ endpoints: flavor: lxqt kernel: debian-12-live-kernel debian-12-mate-squash: - path: /debian-squash/releases/download/12.1.0-3a5afa24/ + path: /debian-squash/releases/download/12.1.0-620fe670/ files: - filesystem.squashfs os: debian From 49f572ea03ff309a8955d34a81d77ab60b787659 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:37:18 +0000 Subject: [PATCH 45/76] Version bump for netbootxyz/asset-mirror:redorescue new tag 4.0.0-8343ee08 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 41193a37f6..784ece8443 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -886,7 +886,7 @@ endpoints: os: kodachi version: '8' redorescue: - path: /asset-mirror/releases/download/4.0.0-b77187cd/ + path: /asset-mirror/releases/download/4.0.0-8343ee08/ files: - filesystem.squashfs - initrd From 6fae6b7ddd385e6dd8f6db4f505f9f2659a0bf4b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:37:55 +0000 Subject: [PATCH 46/76] Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20230910T170211Z-0766e8c3 --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index 784ece8443..70faa06823 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1090,13 +1090,13 @@ endpoints: version: 20230903T203159Z arch: arm64 gentoo-amd64: - path: /asset-mirror/releases/download/20230903T170202Z-abe575fe/ + path: /asset-mirror/releases/download/20230910T170211Z-0766e8c3/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230903T170202Z + version: 20230910T170211Z arch: amd64 tails: path: /asset-mirror/releases/download/5.17-8afedfc6/ From 358884ca1e73f360c1dbef5000100e646d47ec86 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:38:19 +0000 Subject: [PATCH 47/76] Version bump for netbootxyz/asset-mirror:dban new tag 2.3.0-19066390 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 70faa06823..6239c357a2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -345,7 +345,7 @@ endpoints: os: breakin version: 4.26.1 dban: - path: /asset-mirror/releases/download/2.3.0-b41c0107/ + path: /asset-mirror/releases/download/2.3.0-19066390/ files: - DBAN.BZI os: dban From 5e47dee75010864fbfdd0692629cb733ad4fc9db Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:38:49 +0000 Subject: [PATCH 48/76] Version bump for netbootxyz/asset-mirror:shredos-x86_64 new tag 0.34_20221231-212ce2e7 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6239c357a2..c0b4b6c7e8 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1165,7 +1165,7 @@ endpoints: version: 0.34_32-bit_20221231 arch: i686 shredos-x86_64: - path: /asset-mirror/releases/download/0.34_20221231-349b2fe7/ + path: /asset-mirror/releases/download/0.34_20221231-212ce2e7/ files: - shredos os: shredos From 8e97f5441efc3b4a6174f556f2064ec40f666e10 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:38:53 +0000 Subject: [PATCH 49/76] Version bump for netbootxyz/asset-mirror:xcp-ng new tag 8.2-a1f72de1 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c0b4b6c7e8..1e46e3e5c5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1678,7 +1678,7 @@ endpoints: version: 5.1.1 flavor: security xcp-ng: - path: /asset-mirror/releases/download/8.2-3a10905c/ + path: /asset-mirror/releases/download/8.2-a1f72de1/ files: - xen.gz - vmlinuz From 81ea5363d5c7b35f3fd96206bd0bf1ce453d09a8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:40:06 +0000 Subject: [PATCH 50/76] Version bump for netbootxyz/asset-mirror:proxmox-ve new tag 8.0-2-e021922f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 1e46e3e5c5..f788bd1ffe 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1441,7 +1441,7 @@ endpoints: os: proxmox-backup-server version: 3.0-1 proxmox-ve: - path: /asset-mirror/releases/download/8.0-2-9402a564/ + path: /asset-mirror/releases/download/8.0-2-e021922f/ files: - initrd - proxmox.iso From 7e21a39f37fa29fe580eee95cfaaddf970d9ed15 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:40:59 +0000 Subject: [PATCH 51/76] Version bump for netbootxyz/debian-squash:clonezilla-stable-i686 new tag 3.1.0-22-63b45d39 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f788bd1ffe..ccdb838e78 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1199,7 +1199,7 @@ endpoints: flavor: plasma kernel: q4os-4.6-default-squash clonezilla-debian-stable-i686: - path: /debian-squash/releases/download/3.1.0-22-83ed24d6/ + path: /debian-squash/releases/download/3.1.0-22-63b45d39/ files: - filesystem.squashfs - initrd From 7d8a393c3583e8aefa84d9f3503847fa13de8970 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:41:06 +0000 Subject: [PATCH 52/76] Version bump for netbootxyz/asset-mirror:4mlinux new tag 43.0-ed212ebc --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ccdb838e78..b1afee749f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -632,7 +632,7 @@ endpoints: os: raizo version: current 4mlinux: - path: /asset-mirror/releases/download/43.0-1e4f619c/ + path: /asset-mirror/releases/download/43.0-ed212ebc/ files: - initrd - vmlinuz From d4c45d6ed9121dddd60d50c364501ed6c70baec6 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:41:14 +0000 Subject: [PATCH 53/76] Version bump for netbootxyz/asset-mirror:garuda-dr460nized new tag 230501-05216c5a --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index b1afee749f..33fff093bd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1279,7 +1279,7 @@ endpoints: flavor: dr460nized-gaming version: 230501 garuda-dr460nized: - path: /asset-mirror/releases/download/230501-28ac5f81/ + path: /asset-mirror/releases/download/230501-05216c5a/ files: - amd_ucode.img - desktopfs.sfs From ae1221bdcf43096357283cca8ac259e294ce08e5 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:41:28 +0000 Subject: [PATCH 54/76] Version bump for netbootxyz/asset-mirror:fatdog new tag 900-a6ec4ca2 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 33fff093bd..08d01a0230 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -617,7 +617,7 @@ endpoints: flavor: kde kernel: manjaro-kde-current fatdog: - path: /asset-mirror/releases/download/814-bf8fccda/ + path: /asset-mirror/releases/download/900-a6ec4ca2/ files: - vmlinuz - initrd From f89fc8ea4c043a46775f0051a06561139fe1eb59 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:41:32 +0000 Subject: [PATCH 55/76] Version bump for netbootxyz/asset-mirror:garuda-xfce new tag 230501-4a587bed --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 08d01a0230..ffd34ba1b2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1307,7 +1307,7 @@ endpoints: flavor: dr460nized-blackarch version: 220329 garuda-xfce: - path: /asset-mirror/releases/download/230501-0c35cb40/ + path: /asset-mirror/releases/download/230501-4a587bed/ files: - amd_ucode.img - desktopfs.sfs From 702fa27a65416bd9c477f16d10ea6e7b5c97b76f Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:42:06 +0000 Subject: [PATCH 56/76] Version bump for netbootxyz/debian-squash:vyos-rolling new tag 1.5-rolling-202309130022-7f591760 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index ffd34ba1b2..f058971f8d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -789,7 +789,7 @@ endpoints: version: 5.8 kernel: linux-lite-5-squash vyos-rolling: - path: /debian-squash/releases/download/202308170317-47b5dc66/ + path: /debian-squash/releases/download/1.5-rolling-202309130022-7f591760/ files: - filesystem.squashfs - initrd From 5b335b104b8bca760a2f88af8ef45ee33245b8cb Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:43:20 +0000 Subject: [PATCH 57/76] Version bump for netbootxyz/debian-squash:voyager-bullseye new tag bullseye-6cfb2761 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f058971f8d..78b08da1c5 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1056,7 +1056,7 @@ endpoints: flavor: lxqt kernel: debian-11-live-kernel voyager-bullseye-squash: - path: /debian-squash/releases/download/bullseye-887eabcf/ + path: /debian-squash/releases/download/bullseye-6cfb2761/ files: - filesystem.squashfs - initrd From 88232082675e949750a622f3801938b065e23555 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:44:29 +0000 Subject: [PATCH 58/76] Version bump for netbootxyz/asset-mirror:garuda-gnome new tag 230501-a62ea13d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 78b08da1c5..c5ef954cfd 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1321,7 +1321,7 @@ endpoints: flavor: xfce version: 230501 garuda-gnome: - path: /asset-mirror/releases/download/230501-45df97b9/ + path: /asset-mirror/releases/download/230501-a62ea13d/ files: - amd_ucode.img - desktopfs.sfs From 0dc149ac1d170b604739cee8367c694b4059007a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:44:43 +0000 Subject: [PATCH 59/76] Version bump for netbootxyz/asset-mirror:garuda-qtile new tag 230501-c669549d --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index c5ef954cfd..f09c8cfcc1 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1363,7 +1363,7 @@ endpoints: flavor: wayfire version: 230501 garuda-qtile: - path: /asset-mirror/releases/download/230501-a9a2a274/ + path: /asset-mirror/releases/download/230501-c669549d/ files: - amd_ucode.img - desktopfs.sfs From 59a51327106f9413b9a11636ff06df865ea0d4c1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:46:44 +0000 Subject: [PATCH 60/76] Version bump for netbootxyz/asset-mirror:vmware-photon-aarch64 new tag 4.0-b5c64b54 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index f09c8cfcc1..6c0ceb67b6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1585,7 +1585,7 @@ endpoints: version: '4.0' arch: x86_64 vmware-photon-aarch64: - path: /asset-mirror/releases/download/4.0-706435cb/ + path: /asset-mirror/releases/download/4.0-b5c64b54/ files: - initrd.img - vmlinuz From f23adb387dfd5ec19ef809273066e93d2bf8607a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:53:42 +0000 Subject: [PATCH 61/76] Version bump for netbootxyz/asset-mirror:proxmox-backup-server new tag 3.0-1-df3207b8 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6c0ceb67b6..98e259ad5d 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1433,7 +1433,7 @@ endpoints: flavor: kde-barebones version: 220329 proxmox-backup-server: - path: /asset-mirror/releases/download/3.0-1-09769528/ + path: /asset-mirror/releases/download/3.0-1-df3207b8/ files: - initrd - proxmox-backup-server.iso From 7abeeaf4cf8f94093f3a637daf704b0469f7d665 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:54:07 +0000 Subject: [PATCH 62/76] Version bump for netbootxyz/asset-mirror:memtest86-free new tag 10.6-ec1f71ad --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 98e259ad5d..d983d6d800 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1066,7 +1066,7 @@ endpoints: flavor: bullseye kernel: voyager-bullseye-squash memtest86: - path: /asset-mirror/releases/download/10.6-81ecc10e/ + path: /asset-mirror/releases/download/10.6-ec1f71ad/ files: - memtest86-usb.img os: memtest86-free From fcefca804aa77bd2d5b6785322efcc123277bc83 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:54:33 +0000 Subject: [PATCH 63/76] Version bump for netbootxyz/asset-mirror:oracle-7 new tag u9-a30ff181 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index d983d6d800..fc8a5267cc 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -420,7 +420,7 @@ endpoints: version: '8' arch: x86_64 oracle-7: - path: /asset-mirror/releases/download/u9-3f867a35/ + path: /asset-mirror/releases/download/u9-a30ff181/ files: - vmlinuz - initrd From a6c460b9c71c407a498d4c3326223936071968f1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:54:40 +0000 Subject: [PATCH 64/76] Version bump for netbootxyz/asset-mirror:vmware-photon-x86_64 new tag 4.0-b9a135b9 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index fc8a5267cc..59a06dfff6 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1577,7 +1577,7 @@ endpoints: flavor: intel-amd kernel: pop-22.04-default-squash vmware-photon-x86_64: - path: /asset-mirror/releases/download/4.0-5a977251/ + path: /asset-mirror/releases/download/4.0-b9a135b9/ files: - initrd.img - vmlinuz From 751f8ed12723b25bf2c184d90e388f8e7b0581d8 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:55:51 +0000 Subject: [PATCH 65/76] Version bump for netbootxyz/asset-mirror:mfsbsd12 new tag 12.2-e4890b12 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 59a06dfff6..e9b2fdaa1f 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -313,7 +313,7 @@ endpoints: os: freebsd version: '11' mfsbsd-12: - path: /asset-mirror/releases/download/12.2-69ab9272/ + path: /asset-mirror/releases/download/12.2-e4890b12/ files: - default.img - special-edition.img From 7363d52a5ca384e4f42b0ad3c1ca82eaa05f5168 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:56:08 +0000 Subject: [PATCH 66/76] Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20230910T213208Z-dd7f103b --- endpoints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints.yml b/endpoints.yml index e9b2fdaa1f..6f26feda00 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1081,13 +1081,13 @@ endpoints: version: 20230911T170144Z arch: x86 gentoo-arm64: - path: /asset-mirror/releases/download/20230903T203159Z-d29572ce/ + path: /asset-mirror/releases/download/20230910T213208Z-dd7f103b/ files: - image.squashfs - initrd - vmlinuz os: gentoo - version: 20230903T203159Z + version: 20230910T213208Z arch: arm64 gentoo-amd64: path: /asset-mirror/releases/download/20230910T170211Z-0766e8c3/ From b2c9f1c09f57d3762ee1723d88b34d7950be1d2a Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:59:05 +0000 Subject: [PATCH 67/76] Version bump for netbootxyz/asset-mirror:garuda-wayfire new tag 230501-3e2b9c42 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6f26feda00..08c1380064 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1349,7 +1349,7 @@ endpoints: flavor: lxqt-kwin version: 230501 garuda-wayfire: - path: /asset-mirror/releases/download/230501-148b8015/ + path: /asset-mirror/releases/download/230501-3e2b9c42/ files: - amd_ucode.img - desktopfs.sfs From 49f6cb86c25140d09f77538f94d199d608844f97 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:59:26 +0000 Subject: [PATCH 68/76] Version bump for netbootxyz/asset-mirror:shredos-i686 new tag 0.34_32-bit_20221231-570c24e6 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 08c1380064..23bcef8c1a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1158,7 +1158,7 @@ endpoints: version: 10.01 arch: amd64 shredos-i686: - path: /asset-mirror/releases/download/0.34_32-bit_20221231-23a7674f/ + path: /asset-mirror/releases/download/0.34_32-bit_20221231-570c24e6/ files: - shredos os: shredos From 49fa89d6d6b81ac1bb9fc3ad98c7298f6dfc1634 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 04:59:36 +0000 Subject: [PATCH 69/76] Version bump for netbootxyz/asset-mirror:garuda-lxqt-kwin new tag 230501-06b2aed2 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 23bcef8c1a..5ae73106ca 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1335,7 +1335,7 @@ endpoints: flavor: gnome version: 230501 garuda-lxqt-kwin: - path: /asset-mirror/releases/download/230501-c3fcbd36/ + path: /asset-mirror/releases/download/230501-06b2aed2/ files: - amd_ucode.img - desktopfs.sfs From 3788ac4c26e6e6712632795f89e7afb439067d9d Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:02:05 +0000 Subject: [PATCH 70/76] Version bump for netbootxyz/asset-mirror:garuda-sway new tag 230501-9fc58b9f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 5ae73106ca..e787cf6786 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1391,7 +1391,7 @@ endpoints: flavor: i3wm version: 230501 garuda-sway: - path: /asset-mirror/releases/download/230501-08a01ce1/ + path: /asset-mirror/releases/download/230501-9fc58b9f/ files: - amd_ucode.img - desktopfs.sfs From 7be67fa3962b2bd43bea5859c4ceb3b7e8ab703b Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:03:02 +0000 Subject: [PATCH 71/76] Version bump for netbootxyz/asset-mirror:garuda-i3wm new tag 230501-6f3b04b5 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index e787cf6786..6fc6e57f27 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1377,7 +1377,7 @@ endpoints: flavor: qtile version: 230501 garuda-i3wm: - path: /asset-mirror/releases/download/230501-e6af34c0/ + path: /asset-mirror/releases/download/230501-6f3b04b5/ files: - amd_ucode.img - desktopfs.sfs From 5386a9cf310f5b868ac975114a44bd09f0b626ca Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:03:33 +0000 Subject: [PATCH 72/76] Version bump for netbootxyz/asset-mirror:bluestar new tag 6.4.3-2023.07.17-31be18f3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6fc6e57f27..6378f67c55 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -522,7 +522,7 @@ endpoints: os: blackarch version: current bluestar: - path: /asset-mirror/releases/download/6.4.3-2023.07.17-475894cd/ + path: /asset-mirror/releases/download/6.4.3-2023.07.17-31be18f3/ files: - initrd - vmlinuz From 75049de449a9ba4c12f570f5685e4706e2114268 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:05:40 +0000 Subject: [PATCH 73/76] Version bump for netbootxyz/debian-squash:sparky-rolling-mingui new tag 2023.07-38be9fb3 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 6378f67c55..716cc9a42a 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -381,7 +381,7 @@ endpoints: flavor: lxqt kernel: sparky-stable-lxqt sparky-rolling-mingui: - path: /debian-squash/releases/download/2023.07-f4dfb444/ + path: /debian-squash/releases/download/2023.07-38be9fb3/ files: - filesystem.squashfs - initrd From b4eb86b8ca7513f5b00b81fdb089e8c549f7dc92 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:14:02 +0000 Subject: [PATCH 74/76] Version bump for netbootxyz/debian-squash:sparky-stable-gui new tag 7.1-34b32421 --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 716cc9a42a..93978348e2 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -361,7 +361,7 @@ endpoints: flavor: xfce-min kernel: sparky-stable-mingui sparky-stable-gui: - path: /debian-squash/releases/download/7.0.1-60b64dd4/ + path: /debian-squash/releases/download/7.1-34b32421/ files: - filesystem.squashfs - initrd From 091b9bef41289bbb458aaf953f9dd190b71c9da1 Mon Sep 17 00:00:00 2001 From: netboot-ci Date: Fri, 15 Sep 2023 05:26:50 +0000 Subject: [PATCH 75/76] Version bump for netbootxyz/asset-mirror:oracle-9-x86_64 new tag U2-6c57d11f --- endpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints.yml b/endpoints.yml index 93978348e2..1893a4cb49 100644 --- a/endpoints.yml +++ b/endpoints.yml @@ -1642,7 +1642,7 @@ endpoints: flavor: xfce kernel: mint-21-xfce-squash oracle-9-x86_64: - path: /asset-mirror/releases/download/U2-095d2d5d/ + path: /asset-mirror/releases/download/U2-6c57d11f/ files: - vmlinuz - initrd From f9827ed7312b878829b706c3ee38134040ab3c89 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Sep 2023 05:25:57 -0500 Subject: [PATCH 76/76] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95294c4ac0..30be30c1f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [2.0.72] - 2023-00-00 +## [2.0.72] - 2023-09-15 + +### Fixed + +- Fixed an issue where Proxmox/QEMU users using Legacy mode would hang or + reboot when loading an OS. Would have affected 2.0.70 and 2.0.71 releases. ## [2.0.71] - 2023-09-09