osism / openstack-image-manager

Easily manage and keep up to date a large number of images on an OpenStack environment
https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager/
Apache License 2.0
29 stars 19 forks source link

chore: update images #807

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 4 months ago

Base PullRequest

default branch (https://github.com/osism/openstack-image-manager/tree/main)

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.1.3,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==42.0.8,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.1,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (35.77=setup[17.60]+cmd[18.16] seconds) congratulations :) (35.96 seconds) ``` ### stderr: ```Shell 2024-07-14 00:14:19 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-07-14 00:14:19 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-07-14 00:14:19 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-14 00:14:19 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-07-14 00:14:20 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-07-14 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-07-14 00:14:20 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-14 00:14:20 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-14 00:14:20 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-07-14 00:14:20 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-14 00:14:20 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-07-14 00:14:20 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:bff0885c804c01fff8aac4b70c9ca4f04e8c119f9ee102043838f33e06f58390 2024-07-14 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-07-14 00:14:20 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-14 00:14:20 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-14 00:14:20 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-07-14 00:14:20 | INFO  | update_image:185 - Checking image CentOS 7 2024-07-14 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-07-14 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-07-14 00:14:20 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-14 00:14:20 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-14 00:14:20 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-14 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-14 00:14:20 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-07-14 00:14:20 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-07-14 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-14 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-07-14 00:14:21 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-14 00:14:21 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-14 00:14:21 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-14 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-14 00:14:21 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-07-14 00:14:21 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-07-14 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-14 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-07-14 00:14:21 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2 2024-07-14 00:14:21 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2 2024-07-14 00:14:21 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2 is sha256:2a216dae723861ff40d474b0c4dafa971de0509abc6fb8c9c679054f75332cbe 2024-07-14 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:2a216dae723861ff40d474b0c4dafa971de0509abc6fb8c9c679054f75332cbe 2024-07-14 00:14:21 | INFO  | update_image:217 - Image CentOS Stream 9 is up-to-date, nothing to do 2024-07-14 00:14:21 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-07-14 00:14:21 | INFO  | update_image:185 - Checking image Debian 10 2024-07-14 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-07-14 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-07-14 00:14:22 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-14 00:14:22 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-14 00:14:22 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-07-14 00:14:22 | INFO  | update_image:185 - Checking image Debian 11 2024-07-14 00:14:22 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-07-14 00:14:22 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-07-14 00:14:24 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240702-1796.qcow2 is sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7 2024-07-14 00:14:24 | INFO  | update_image:214 - Our checksum is sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7 2024-07-14 00:14:24 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-07-14 00:14:24 | INFO  | update_image:185 - Checking image Debian 12 2024-07-14 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-07-14 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-07-14 00:14:26 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240713-1807.qcow2 is sha512:998360afec9000d545fc848816f0991e7264e9cdd6383f061c1870882a736f7655c4ee95c624329f93967724db738cb5f61e04674fbf16f8a49d7810b34d1b8a 2024-07-14 00:14:26 | INFO  | update_image:214 - Our checksum is sha512:ffbfaf5f0ff6689ddb70deca97ef49182e3d4c98a63cff96a2d6e64119fd6a2624a1272677218187a7495b89bf298a9f6be9a2521d1b6b7eb69113f83430a829 2024-07-14 00:14:26 | INFO  | update_image:240 - New values are {'version': '20240713', 'build_date': datetime.date(2024, 7, 13), 'checksum': 'sha512:998360afec9000d545fc848816f0991e7264e9cdd6383f061c1870882a736f7655c4ee95c624329f93967724db738cb5f61e04674fbf16f8a49d7810b34d1b8a', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240713-1807/debian-12-genericcloud-amd64-daily-20240713-1807.qcow2'} 2024-07-14 00:14:26 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240713-debian-12.qcow2 2024-07-14 00:14:26 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240713-debian-12.qcow2, dry-run enabled 2024-07-14 00:14:26 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-07-14 00:14:26 | INFO  | update_image:185 - Checking image Rocky 8 2024-07-14 00:14:26 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-07-14 00:14:26 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-14 00:14:26 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-14 00:14:26 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-14 00:14:26 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-07-14 00:14:26 | INFO  | update_image:185 - Checking image Rocky 9 2024-07-14 00:14:26 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-07-14 00:14:26 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-14 00:14:26 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-14 00:14:26 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-14 00:14:26 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-07-14 00:14:26 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-07-14 00:14:26 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-07-14 00:14:26 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-07-14 00:14:26 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-07-14 00:14:27 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-14 00:14:27 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-14 00:14:27 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-07-14 00:14:27 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-07-14 00:14:27 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-07-14 00:14:27 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-07-14 00:14:28 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-14 00:14:28 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-14 00:14:28 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-07-14 00:14:28 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-07-14 00:14:28 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-07-14 00:14:28 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-07-14 00:14:29 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-14 00:14:29 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-14 00:14:29 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-07-14 00:14:29 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-07-14 00:14:29 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-07-14 00:14:29 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-07-14 00:14:30 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-14 00:14:30 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-14 00:14:30 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-07-14 00:14:30 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-07-14 00:14:30 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-07-14 00:14:30 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-07-14 00:14:32 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-14 00:14:32 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-14 00:14:32 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-07-14 00:14:32 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-07-14 00:14:32 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-07-14 00:14:32 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-07-14 00:14:33 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:48e2fe044ef80f432c79bab93853eb03967486551a5c80c87a7d1de2bff60d37 2024-07-14 00:14:33 | INFO  | update_image:214 - Our checksum is sha256:70f0345ca9a1b3b0bbc4719a9c5992c456cf766d0d84ce3d7716ecc21a421778 2024-07-14 00:14:33 | INFO  | update_image:240 - New values are {'version': '20240710', 'build_date': datetime.date(2024, 7, 10), 'checksum': 'sha256:48e2fe044ef80f432c79bab93853eb03967486551a5c80c87a7d1de2bff60d37', 'url': 'https://cloud-images.ubuntu.com/focal/20240710/focal-server-cloudimg-amd64.img'} 2024-07-14 00:14:33 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240710-ubuntu-20.04.qcow2 2024-07-14 00:14:33 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240710-ubuntu-20.04.qcow2, dry-run enabled 2024-07-14 00:14:33 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-07-14 00:14:33 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-07-14 00:14:33 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-07-14 00:14:34 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:baec4ea366dda83290a11eb170df789af737ff0ceea071f5076a65cbddf9e660 2024-07-14 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:daa835c3786acea38047fd1c2f23ff3b4e8b7b337753e1ddb3ba1ad56282b325 2024-07-14 00:14:34 | INFO  | update_image:240 - New values are {'version': '20240712', 'build_date': datetime.date(2024, 7, 12), 'checksum': 'sha256:baec4ea366dda83290a11eb170df789af737ff0ceea071f5076a65cbddf9e660', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240712/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-07-14 00:14:34 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240712-ubuntu-20.04-minimal.qcow2 2024-07-14 00:14:34 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240712-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-07-14 00:14:34 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-07-14 00:14:34 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-07-14 00:14:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-07-14 00:14:35 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:e0b1a8ef869fcfde02f9565af5fb3b223cdbdb27a56cad100c393cf1adbd91db 2024-07-14 00:14:35 | INFO  | update_image:214 - Our checksum is sha256:eab12734a1743c79f8816419a72319903fcfa92baab561e47029aafc33a79869 2024-07-14 00:14:35 | INFO  | update_image:240 - New values are {'version': '20240712', 'build_date': datetime.date(2024, 7, 12), 'checksum': 'sha256:e0b1a8ef869fcfde02f9565af5fb3b223cdbdb27a56cad100c393cf1adbd91db', 'url': 'https://cloud-images.ubuntu.com/jammy/20240712/jammy-server-cloudimg-amd64.img'} 2024-07-14 00:14:35 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240712-ubuntu-22.04.qcow2 2024-07-14 00:14:35 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240712-ubuntu-22.04.qcow2, dry-run enabled 2024-07-14 00:14:35 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-07-14 00:14:35 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-07-14 00:14:35 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-07-14 00:14:36 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:3ff079f2792611454e2034ad8bd23a145b2ab6f314769a85457d1f6f5c1bc9c9 2024-07-14 00:14:36 | INFO  | update_image:214 - Our checksum is sha256:3ff079f2792611454e2034ad8bd23a145b2ab6f314769a85457d1f6f5c1bc9c9 2024-07-14 00:14:36 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-07-14 00:14:36 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-07-14 00:14:36 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-07-14 00:14:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-07-14 00:14:37 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:5d482ff93a2ba3cf7e609551733ca238ed81a6afdaafcdce53140546b09a6195 2024-07-14 00:14:37 | INFO  | update_image:214 - Our checksum is sha256:182dc760bfca26c45fb4e4668049ecd4d0ecdd6171b3bae81d0135e8f1e9d93e 2024-07-14 00:14:37 | INFO  | update_image:240 - New values are {'version': '20240710', 'build_date': datetime.date(2024, 7, 10), 'checksum': 'sha256:5d482ff93a2ba3cf7e609551733ca238ed81a6afdaafcdce53140546b09a6195', 'url': 'https://cloud-images.ubuntu.com/noble/20240710/noble-server-cloudimg-amd64.img'} 2024-07-14 00:14:37 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240710-ubuntu-24.04.qcow2 2024-07-14 00:14:37 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240710-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 2 files: - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 4 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.1.3,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.1,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (28.05=setup[15.24]+cmd[12.81] seconds) congratulations :) (28.12 seconds) ``` ### stderr: ```Shell 2024-07-21 00:14:00 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-07-21 00:14:00 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-07-21 00:14:00 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-21 00:14:00 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-07-21 00:14:00 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-07-21 00:14:00 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-07-21 00:14:00 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-21 00:14:00 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-21 00:14:00 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-07-21 00:14:00 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-21 00:14:00 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-07-21 00:14:01 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:bff0885c804c01fff8aac4b70c9ca4f04e8c119f9ee102043838f33e06f58390 2024-07-21 00:14:01 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-07-21 00:14:01 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-21 00:14:01 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-21 00:14:01 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-07-21 00:14:01 | INFO  | update_image:185 - Checking image CentOS 7 2024-07-21 00:14:01 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-07-21 00:14:01 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-07-21 00:14:01 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-21 00:14:01 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-21 00:14:01 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-21 00:14:01 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-21 00:14:01 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-07-21 00:14:01 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-07-21 00:14:01 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-07-21 00:14:01 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-21 00:14:01 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-21 00:14:01 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-07-21 00:14:01 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-07-21 00:14:01 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-07-21 00:14:01 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2 is sha256:8441f36b97843f07ebe4dafd3b99f53cb6923ea48e1e3df45d141d75413810bc 2024-07-21 00:14:01 | INFO  | update_image:214 - Our checksum is sha256:2a216dae723861ff40d474b0c4dafa971de0509abc6fb8c9c679054f75332cbe 2024-07-21 00:14:01 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:240 - New values are {'version': '20240716', 'build_date': datetime.date(2024, 7, 16), 'checksum': 'sha256:8441f36b97843f07ebe4dafd3b99f53cb6923ea48e1e3df45d141d75413810bc', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240715.0.x86_64.qcow2'} 2024-07-21 00:14:01 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240716-centos-stream-9.qcow2 2024-07-21 00:14:01 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240716-centos-stream-9.qcow2, dry-run enabled 2024-07-21 00:14:01 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-07-21 00:14:01 | INFO  | update_image:185 - Checking image Debian 10 2024-07-21 00:14:01 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-07-21 00:14:01 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-07-21 00:14:02 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-21 00:14:02 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-21 00:14:02 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-07-21 00:14:02 | INFO  | update_image:185 - Checking image Debian 11 2024-07-21 00:14:02 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-07-21 00:14:02 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-07-21 00:14:03 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240717-1811.qcow2 is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-07-21 00:14:03 | INFO  | update_image:214 - Our checksum is sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7 2024-07-21 00:14:03 | INFO  | update_image:240 - New values are {'version': '20240717', 'build_date': datetime.date(2024, 7, 17), 'checksum': 'sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a', 'url': 'https://cdimage.debian.org/cdimage/cloud/bullseye/20240717-1811/debian-11-genericcloud-amd64-20240717-1811.qcow2'} 2024-07-21 00:14:03 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240717-debian-11.qcow2 2024-07-21 00:14:03 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240717-debian-11.qcow2, dry-run enabled 2024-07-21 00:14:03 | INFO  | update_image:185 - Checking image Debian 12 2024-07-21 00:14:03 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-07-21 00:14:03 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-07-21 00:14:05 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240720-1814.qcow2 is sha512:e439ff8b13c86914e9797eb636f480d0e330121e240b6d3cd6db66fb9eebd537f66db488d50f60471c5893128f3d7b2236b11e674179ec50813d273d35f6deb9 2024-07-21 00:14:05 | INFO  | update_image:214 - Our checksum is sha512:998360afec9000d545fc848816f0991e7264e9cdd6383f061c1870882a736f7655c4ee95c624329f93967724db738cb5f61e04674fbf16f8a49d7810b34d1b8a 2024-07-21 00:14:05 | INFO  | update_image:240 - New values are {'version': '20240720', 'build_date': datetime.date(2024, 7, 20), 'checksum': 'sha512:e439ff8b13c86914e9797eb636f480d0e330121e240b6d3cd6db66fb9eebd537f66db488d50f60471c5893128f3d7b2236b11e674179ec50813d273d35f6deb9', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240720-1814/debian-12-genericcloud-amd64-daily-20240720-1814.qcow2'} 2024-07-21 00:14:05 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240720-debian-12.qcow2 2024-07-21 00:14:05 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240720-debian-12.qcow2, dry-run enabled 2024-07-21 00:14:05 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-07-21 00:14:05 | INFO  | update_image:185 - Checking image Rocky 8 2024-07-21 00:14:05 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-07-21 00:14:05 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-21 00:14:05 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-21 00:14:05 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-21 00:14:05 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-07-21 00:14:05 | INFO  | update_image:185 - Checking image Rocky 9 2024-07-21 00:14:05 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-07-21 00:14:05 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-21 00:14:05 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-21 00:14:05 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-21 00:14:05 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-07-21 00:14:05 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-07-21 00:14:05 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-07-21 00:14:05 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-07-21 00:14:05 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-07-21 00:14:06 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-21 00:14:06 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-21 00:14:06 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-07-21 00:14:06 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-07-21 00:14:06 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-07-21 00:14:06 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-07-21 00:14:07 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-21 00:14:07 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-21 00:14:07 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-07-21 00:14:07 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-07-21 00:14:07 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-07-21 00:14:07 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-07-21 00:14:07 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-21 00:14:07 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-21 00:14:07 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-07-21 00:14:07 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-07-21 00:14:07 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-07-21 00:14:07 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-07-21 00:14:08 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-21 00:14:08 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-21 00:14:08 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-07-21 00:14:08 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-07-21 00:14:08 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-07-21 00:14:08 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-07-21 00:14:09 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-21 00:14:09 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-21 00:14:09 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-07-21 00:14:09 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-07-21 00:14:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-07-21 00:14:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-07-21 00:14:09 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:c8c286d5e89c45d0884fc1d2a2f907ec36ffe3595f211928bbbff1b248cba79b 2024-07-21 00:14:09 | INFO  | update_image:214 - Our checksum is sha256:48e2fe044ef80f432c79bab93853eb03967486551a5c80c87a7d1de2bff60d37 2024-07-21 00:14:09 | INFO  | update_image:240 - New values are {'version': '20240715', 'build_date': datetime.date(2024, 7, 15), 'checksum': 'sha256:c8c286d5e89c45d0884fc1d2a2f907ec36ffe3595f211928bbbff1b248cba79b', 'url': 'https://cloud-images.ubuntu.com/focal/20240715/focal-server-cloudimg-amd64.img'} 2024-07-21 00:14:09 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240715-ubuntu-20.04.qcow2 2024-07-21 00:14:09 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240715-ubuntu-20.04.qcow2, dry-run enabled 2024-07-21 00:14:09 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-07-21 00:14:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-07-21 00:14:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-07-21 00:14:10 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:baec4ea366dda83290a11eb170df789af737ff0ceea071f5076a65cbddf9e660 2024-07-21 00:14:10 | INFO  | update_image:214 - Our checksum is sha256:baec4ea366dda83290a11eb170df789af737ff0ceea071f5076a65cbddf9e660 2024-07-21 00:14:10 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-07-21 00:14:10 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-07-21 00:14:10 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-07-21 00:14:10 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-07-21 00:14:11 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:a8f115fb421283ecc4a530e399e61adab91cd3ee550e601a111cbe7ba5b6c876 2024-07-21 00:14:11 | INFO  | update_image:214 - Our checksum is sha256:e0b1a8ef869fcfde02f9565af5fb3b223cdbdb27a56cad100c393cf1adbd91db 2024-07-21 00:14:11 | INFO  | update_image:240 - New values are {'version': '20240720', 'build_date': datetime.date(2024, 7, 20), 'checksum': 'sha256:a8f115fb421283ecc4a530e399e61adab91cd3ee550e601a111cbe7ba5b6c876', 'url': 'https://cloud-images.ubuntu.com/jammy/20240720/jammy-server-cloudimg-amd64.img'} 2024-07-21 00:14:11 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240720-ubuntu-22.04.qcow2 2024-07-21 00:14:11 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240720-ubuntu-22.04.qcow2, dry-run enabled 2024-07-21 00:14:11 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-07-21 00:14:11 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-07-21 00:14:11 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-07-21 00:14:12 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:3923cdcff6bea548ab99c3f77e9140194901cb83dcbde97092053b64c77eda1b 2024-07-21 00:14:12 | INFO  | update_image:214 - Our checksum is sha256:3ff079f2792611454e2034ad8bd23a145b2ab6f314769a85457d1f6f5c1bc9c9 2024-07-21 00:14:12 | INFO  | update_image:240 - New values are {'version': '20240715', 'build_date': datetime.date(2024, 7, 15), 'checksum': 'sha256:3923cdcff6bea548ab99c3f77e9140194901cb83dcbde97092053b64c77eda1b', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240715/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-07-21 00:14:12 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240715-ubuntu-22.04-minimal.qcow2 2024-07-21 00:14:12 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240715-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-07-21 00:14:12 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-07-21 00:14:12 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-07-21 00:14:12 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-07-21 00:14:12 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:5d482ff93a2ba3cf7e609551733ca238ed81a6afdaafcdce53140546b09a6195 2024-07-21 00:14:12 | INFO  | update_image:214 - Our checksum is sha256:5d482ff93a2ba3cf7e609551733ca238ed81a6afdaafcdce53140546b09a6195 2024-07-21 00:14:12 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 4 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.1,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (25.18=setup[18.49]+cmd[6.68] seconds) congratulations :) (25.33 seconds) ``` ### stderr: ```Shell 2024-07-28 00:14:18 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-07-28 00:14:18 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-07-28 00:14:18 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-28 00:14:18 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-07-28 00:14:19 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-07-28 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-07-28 00:14:19 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-07-28 00:14:19 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-28 00:14:19 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-07-28 00:14:19 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-07-28 00:14:19 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:bff0885c804c01fff8aac4b70c9ca4f04e8c119f9ee102043838f33e06f58390 2024-07-28 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-07-28 00:14:19 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-07-28 00:14:19 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-07-28 00:14:19 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-07-28 00:14:19 | INFO  | update_image:185 - Checking image CentOS 7 2024-07-28 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-07-28 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-07-28 00:14:19 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-28 00:14:19 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-07-28 00:14:19 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-28 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-07-28 00:14:19 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-07-28 00:14:19 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-07-28 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-07-28 00:14:19 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-28 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-07-28 00:14:19 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-07-28 00:14:19 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-07-28 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-07-28 00:14:19 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240724.0.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240724.0.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240724.0.x86_64.qcow2 is sha256:0f06f1c0949427e56962c6111aa959b86ef5e8a2deb44ca9a7acf3482b9800ee 2024-07-28 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:8441f36b97843f07ebe4dafd3b99f53cb6923ea48e1e3df45d141d75413810bc 2024-07-28 00:14:19 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240724.0.x86_64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:240 - New values are {'version': '20240724', 'build_date': datetime.date(2024, 7, 24), 'checksum': 'sha256:0f06f1c0949427e56962c6111aa959b86ef5e8a2deb44ca9a7acf3482b9800ee', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240724.0.x86_64.qcow2'} 2024-07-28 00:14:19 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240724-centos-stream-9.qcow2 2024-07-28 00:14:19 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240724-centos-stream-9.qcow2, dry-run enabled 2024-07-28 00:14:19 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-07-28 00:14:19 | INFO  | update_image:185 - Checking image Debian 10 2024-07-28 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-07-28 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-07-28 00:14:20 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-28 00:14:20 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-07-28 00:14:20 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-07-28 00:14:20 | INFO  | update_image:185 - Checking image Debian 11 2024-07-28 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-07-28 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-07-28 00:14:21 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240717-1811.qcow2 is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-07-28 00:14:21 | INFO  | update_image:214 - Our checksum is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-07-28 00:14:21 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-07-28 00:14:21 | INFO  | update_image:185 - Checking image Debian 12 2024-07-28 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-07-28 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-07-28 00:14:22 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240727-1821.qcow2 is sha512:3e246bbeedbc15bdb8bd06962fe16d6a0b6fde208f73703abecbfba28f39750df0c3982b312438fc7ed31b4387c6d3848336e53bbe56f3481172078d9460cdf0 2024-07-28 00:14:22 | INFO  | update_image:214 - Our checksum is sha512:e439ff8b13c86914e9797eb636f480d0e330121e240b6d3cd6db66fb9eebd537f66db488d50f60471c5893128f3d7b2236b11e674179ec50813d273d35f6deb9 2024-07-28 00:14:22 | INFO  | update_image:240 - New values are {'version': '20240727', 'build_date': datetime.date(2024, 7, 27), 'checksum': 'sha512:3e246bbeedbc15bdb8bd06962fe16d6a0b6fde208f73703abecbfba28f39750df0c3982b312438fc7ed31b4387c6d3848336e53bbe56f3481172078d9460cdf0', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240727-1821/debian-12-genericcloud-amd64-daily-20240727-1821.qcow2'} 2024-07-28 00:14:22 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240727-debian-12.qcow2 2024-07-28 00:14:22 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240727-debian-12.qcow2, dry-run enabled 2024-07-28 00:14:22 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Rocky 8 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-28 00:14:23 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-28 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-07-28 00:14:23 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Rocky 9 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-07-28 00:14:23 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-28 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-07-28 00:14:23 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-07-28 00:14:23 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-07-28 00:14:23 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-28 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-07-28 00:14:23 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-07-28 00:14:23 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-28 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-07-28 00:14:23 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-07-28 00:14:23 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-28 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-07-28 00:14:23 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-07-28 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-07-28 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-07-28 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-07-28 00:14:24 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-07-28 00:14:24 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:9b0f9a86bd9c8ec160997e2140a70a9cb9506fbd9b549a5ec1f279b8ea585d1a 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:c8c286d5e89c45d0884fc1d2a2f907ec36ffe3595f211928bbbff1b248cba79b 2024-07-28 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240725', 'build_date': datetime.date(2024, 7, 25), 'checksum': 'sha256:9b0f9a86bd9c8ec160997e2140a70a9cb9506fbd9b549a5ec1f279b8ea585d1a', 'url': 'https://cloud-images.ubuntu.com/focal/20240725/focal-server-cloudimg-amd64.img'} 2024-07-28 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240725-ubuntu-20.04.qcow2 2024-07-28 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240725-ubuntu-20.04.qcow2, dry-run enabled 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:1b195c926bba95ad2e25cbc48e4e4b69f7075a1a7c094b9f7d43fdfb75babe71 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:baec4ea366dda83290a11eb170df789af737ff0ceea071f5076a65cbddf9e660 2024-07-28 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240725', 'build_date': datetime.date(2024, 7, 25), 'checksum': 'sha256:1b195c926bba95ad2e25cbc48e4e4b69f7075a1a7c094b9f7d43fdfb75babe71', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240725/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-07-28 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240725-ubuntu-20.04-minimal.qcow2 2024-07-28 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240725-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:82384f6c58edd084652f72df645ac4e90b2b779cbd3534b521c119808e841067 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:a8f115fb421283ecc4a530e399e61adab91cd3ee550e601a111cbe7ba5b6c876 2024-07-28 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240726', 'build_date': datetime.date(2024, 7, 26), 'checksum': 'sha256:82384f6c58edd084652f72df645ac4e90b2b779cbd3534b521c119808e841067', 'url': 'https://cloud-images.ubuntu.com/jammy/20240726/jammy-server-cloudimg-amd64.img'} 2024-07-28 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240726-ubuntu-22.04.qcow2 2024-07-28 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240726-ubuntu-22.04.qcow2, dry-run enabled 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-07-28 00:14:24 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:9117fb0dc0b0eab3546f49c0066ddca0c5976848167aeb33fe7432a308307404 2024-07-28 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:3923cdcff6bea548ab99c3f77e9140194901cb83dcbde97092053b64c77eda1b 2024-07-28 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240724', 'build_date': datetime.date(2024, 7, 24), 'checksum': 'sha256:9117fb0dc0b0eab3546f49c0066ddca0c5976848167aeb33fe7432a308307404', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240724/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-07-28 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240724-ubuntu-22.04-minimal.qcow2 2024-07-28 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240724-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-07-28 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-07-28 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-07-28 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-07-28 00:14:25 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f 2024-07-28 00:14:25 | INFO  | update_image:214 - Our checksum is sha256:5d482ff93a2ba3cf7e609551733ca238ed81a6afdaafcdce53140546b09a6195 2024-07-28 00:14:25 | INFO  | update_image:240 - New values are {'version': '20240725', 'build_date': datetime.date(2024, 7, 25), 'checksum': 'sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f', 'url': 'https://cloud-images.ubuntu.com/noble/20240725/noble-server-cloudimg-amd64.img'} 2024-07-28 00:14:25 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240725-ubuntu-24.04.qcow2 2024-07-28 00:14:25 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240725-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 4 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.7.4,cffi==1.16.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.1,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (36.93=setup[25.49]+cmd[11.45] seconds) congratulations :) (37.21 seconds) ``` ### stderr: ```Shell 2024-08-04 00:14:15 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-08-04 00:14:15 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-08-04 00:14:15 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-04 00:14:15 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-08-04 00:14:15 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-08-04 00:14:15 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-08-04 00:14:15 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-04 00:14:15 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-04 00:14:15 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-08-04 00:14:15 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-04 00:14:15 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-08-04 00:14:15 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:bff0885c804c01fff8aac4b70c9ca4f04e8c119f9ee102043838f33e06f58390 2024-08-04 00:14:15 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-08-04 00:14:15 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-04 00:14:15 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-04 00:14:15 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-08-04 00:14:15 | INFO  | update_image:185 - Checking image CentOS 7 2024-08-04 00:14:15 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-08-04 00:14:15 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-08-04 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-04 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-04 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-04 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-04 00:14:16 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-08-04 00:14:16 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-08-04 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-08-04 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-04 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-04 00:14:16 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-08-04 00:14:16 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-08-04 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-08-04 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-04 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:0f06f1c0949427e56962c6111aa959b86ef5e8a2deb44ca9a7acf3482b9800ee 2024-08-04 00:14:16 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:240 - New values are {'version': '20240731', 'build_date': datetime.date(2024, 7, 31), 'checksum': 'sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2'} 2024-08-04 00:14:16 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240731-centos-stream-9.qcow2 2024-08-04 00:14:16 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240731-centos-stream-9.qcow2, dry-run enabled 2024-08-04 00:14:16 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-08-04 00:14:16 | INFO  | update_image:185 - Checking image Debian 10 2024-08-04 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-08-04 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-08-04 00:14:17 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-04 00:14:17 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-04 00:14:17 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-08-04 00:14:17 | INFO  | update_image:185 - Checking image Debian 11 2024-08-04 00:14:17 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-08-04 00:14:17 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-08-04 00:14:17 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240717-1811.qcow2 is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-08-04 00:14:17 | INFO  | update_image:214 - Our checksum is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-08-04 00:14:17 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-08-04 00:14:17 | INFO  | update_image:185 - Checking image Debian 12 2024-08-04 00:14:17 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-08-04 00:14:17 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-08-04 00:14:19 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240803-1828.qcow2 is sha512:b9a0e02268915b76d0cdea2662146884e2ffad54df1d80222ba7653383684bf96b370cf051dc00024d75974199b175357d77efd498222b1ff6faf45d8746f1c9 2024-08-04 00:14:19 | INFO  | update_image:214 - Our checksum is sha512:3e246bbeedbc15bdb8bd06962fe16d6a0b6fde208f73703abecbfba28f39750df0c3982b312438fc7ed31b4387c6d3848336e53bbe56f3481172078d9460cdf0 2024-08-04 00:14:19 | INFO  | update_image:240 - New values are {'version': '20240803', 'build_date': datetime.date(2024, 8, 3), 'checksum': 'sha512:b9a0e02268915b76d0cdea2662146884e2ffad54df1d80222ba7653383684bf96b370cf051dc00024d75974199b175357d77efd498222b1ff6faf45d8746f1c9', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240803-1828/debian-12-genericcloud-amd64-daily-20240803-1828.qcow2'} 2024-08-04 00:14:19 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240803-debian-12.qcow2 2024-08-04 00:14:19 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240803-debian-12.qcow2, dry-run enabled 2024-08-04 00:14:19 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-08-04 00:14:19 | INFO  | update_image:185 - Checking image Rocky 8 2024-08-04 00:14:19 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-08-04 00:14:19 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-04 00:14:19 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-04 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-04 00:14:19 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-08-04 00:14:19 | INFO  | update_image:185 - Checking image Rocky 9 2024-08-04 00:14:19 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-08-04 00:14:19 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-04 00:14:19 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-04 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-04 00:14:19 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-08-04 00:14:19 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-08-04 00:14:19 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-08-04 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-08-04 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-08-04 00:14:20 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-04 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-04 00:14:20 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-08-04 00:14:20 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-08-04 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-08-04 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-08-04 00:14:21 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-04 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-04 00:14:21 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-08-04 00:14:21 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-08-04 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-08-04 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-08-04 00:14:21 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-04 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-04 00:14:21 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-08-04 00:14:21 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-08-04 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-08-04 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-08-04 00:14:22 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-04 00:14:22 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-04 00:14:22 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-08-04 00:14:22 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-08-04 00:14:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-08-04 00:14:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-08-04 00:14:22 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-04 00:14:22 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-04 00:14:22 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-08-04 00:14:22 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-08-04 00:14:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-08-04 00:14:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-08-04 00:14:23 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:908d5206064916a04a61cbca0642089a0eb4ca655c8ad5b0309be1740796cad8 2024-08-04 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:9b0f9a86bd9c8ec160997e2140a70a9cb9506fbd9b549a5ec1f279b8ea585d1a 2024-08-04 00:14:23 | INFO  | update_image:240 - New values are {'version': '20240801', 'build_date': datetime.date(2024, 8, 1), 'checksum': 'sha256:908d5206064916a04a61cbca0642089a0eb4ca655c8ad5b0309be1740796cad8', 'url': 'https://cloud-images.ubuntu.com/focal/20240801/focal-server-cloudimg-amd64.img'} 2024-08-04 00:14:23 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240801-ubuntu-20.04.qcow2 2024-08-04 00:14:23 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240801-ubuntu-20.04.qcow2, dry-run enabled 2024-08-04 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-08-04 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-08-04 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-08-04 00:14:24 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:abe984f8cc7920c208a6a302d31ba83fa1dccf4b1957aa75e9894ab01cead9be 2024-08-04 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:1b195c926bba95ad2e25cbc48e4e4b69f7075a1a7c094b9f7d43fdfb75babe71 2024-08-04 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240801', 'build_date': datetime.date(2024, 8, 1), 'checksum': 'sha256:abe984f8cc7920c208a6a302d31ba83fa1dccf4b1957aa75e9894ab01cead9be', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240801/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-08-04 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240801-ubuntu-20.04-minimal.qcow2 2024-08-04 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240801-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-08-04 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-08-04 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-08-04 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-08-04 00:14:24 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:0e443fe2dd1d66599774c58ae6b1e27c8827a084cdea033930a98f3fd7aeaa4b 2024-08-04 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:82384f6c58edd084652f72df645ac4e90b2b779cbd3534b521c119808e841067 2024-08-04 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240802', 'build_date': datetime.date(2024, 8, 2), 'checksum': 'sha256:0e443fe2dd1d66599774c58ae6b1e27c8827a084cdea033930a98f3fd7aeaa4b', 'url': 'https://cloud-images.ubuntu.com/jammy/20240802/jammy-server-cloudimg-amd64.img'} 2024-08-04 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240802-ubuntu-22.04.qcow2 2024-08-04 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240802-ubuntu-22.04.qcow2, dry-run enabled 2024-08-04 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-08-04 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-08-04 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-08-04 00:14:25 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:e2b8bbe72e2822a945a3539ffe95f4d5cb58ad9da7561f2a70e6c253500d8958 2024-08-04 00:14:25 | INFO  | update_image:214 - Our checksum is sha256:9117fb0dc0b0eab3546f49c0066ddca0c5976848167aeb33fe7432a308307404 2024-08-04 00:14:25 | INFO  | update_image:240 - New values are {'version': '20240731', 'build_date': datetime.date(2024, 7, 31), 'checksum': 'sha256:e2b8bbe72e2822a945a3539ffe95f4d5cb58ad9da7561f2a70e6c253500d8958', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240731/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-08-04 00:14:25 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240731-ubuntu-22.04-minimal.qcow2 2024-08-04 00:14:25 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240731-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-08-04 00:14:25 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-08-04 00:14:25 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-08-04 00:14:25 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-08-04 00:14:25 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:aa3c3b879cce2a9a5c0b915fc928d981f4044603d4ae51cb36c9067985119ba3 2024-08-04 00:14:25 | INFO  | update_image:214 - Our checksum is sha256:d2377667ea95222330ca2287817403c85178dad397e9fed768a9b4aec79d2a7f 2024-08-04 00:14:25 | INFO  | update_image:240 - New values are {'version': '20240731', 'build_date': datetime.date(2024, 7, 31), 'checksum': 'sha256:aa3c3b879cce2a9a5c0b915fc928d981f4044603d4ae51cb36c9067985119ba3', 'url': 'https://cloud-images.ubuntu.com/noble/20240731/noble-server-cloudimg-amd64.img'} 2024-08-04 00:14:25 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240731-ubuntu-24.04.qcow2 2024-08-04 00:14:25 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240731-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (33.88=setup[22.61]+cmd[11.27] seconds) congratulations :) (34.28 seconds) ``` ### stderr: ```Shell 2024-08-11 00:14:33 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-08-11 00:14:33 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-08-11 00:14:33 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-11 00:14:33 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-08-11 00:14:34 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-08-11 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-08-11 00:14:34 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-11 00:14:34 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-11 00:14:34 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-08-11 00:14:34 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-08-11 00:14:34 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-08-11 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-08-11 00:14:34 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-11 00:14:34 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-11 00:14:34 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-08-11 00:14:34 | INFO  | update_image:185 - Checking image CentOS 7 2024-08-11 00:14:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-08-11 00:14:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-08-11 00:14:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-11 00:14:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-11 00:14:34 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-11 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-11 00:14:34 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-08-11 00:14:34 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-08-11 00:14:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-08-11 00:14:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-11 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-11 00:14:34 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-08-11 00:14:34 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-08-11 00:14:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-08-11 00:14:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-11 00:14:34 | INFO  | update_image:214 - Our checksum is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-11 00:14:34 | INFO  | update_image:217 - Image CentOS Stream 9 is up-to-date, nothing to do 2024-08-11 00:14:34 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-08-11 00:14:34 | INFO  | update_image:185 - Checking image Debian 10 2024-08-11 00:14:34 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-08-11 00:14:34 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-08-11 00:14:35 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-11 00:14:35 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-11 00:14:35 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-08-11 00:14:35 | INFO  | update_image:185 - Checking image Debian 11 2024-08-11 00:14:35 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-08-11 00:14:35 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-08-11 00:14:36 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240717-1811.qcow2 is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-08-11 00:14:36 | INFO  | update_image:214 - Our checksum is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-08-11 00:14:36 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-08-11 00:14:36 | INFO  | update_image:185 - Checking image Debian 12 2024-08-11 00:14:36 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-08-11 00:14:36 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-08-11 00:14:38 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240810-1835.qcow2 is sha512:6803fbef27d9ff738bd9bc8dcc34c79cffa3fbafa7b2c6a0bbfba38375feb544a2d0d42dcdf7fc2fea84ef8c82baba29af316bfb6717f836a7db7684a723c38b 2024-08-11 00:14:38 | INFO  | update_image:214 - Our checksum is sha512:b9a0e02268915b76d0cdea2662146884e2ffad54df1d80222ba7653383684bf96b370cf051dc00024d75974199b175357d77efd498222b1ff6faf45d8746f1c9 2024-08-11 00:14:38 | INFO  | update_image:240 - New values are {'version': '20240810', 'build_date': datetime.date(2024, 8, 10), 'checksum': 'sha512:6803fbef27d9ff738bd9bc8dcc34c79cffa3fbafa7b2c6a0bbfba38375feb544a2d0d42dcdf7fc2fea84ef8c82baba29af316bfb6717f836a7db7684a723c38b', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240810-1835/debian-12-genericcloud-amd64-daily-20240810-1835.qcow2'} 2024-08-11 00:14:38 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240810-debian-12.qcow2 2024-08-11 00:14:38 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240810-debian-12.qcow2, dry-run enabled 2024-08-11 00:14:38 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-08-11 00:14:38 | INFO  | update_image:185 - Checking image Rocky 8 2024-08-11 00:14:38 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-08-11 00:14:38 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-11 00:14:38 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-11 00:14:38 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-11 00:14:38 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-08-11 00:14:38 | INFO  | update_image:185 - Checking image Rocky 9 2024-08-11 00:14:38 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-08-11 00:14:38 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-11 00:14:38 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-11 00:14:38 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-11 00:14:38 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-08-11 00:14:38 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-08-11 00:14:38 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-08-11 00:14:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-08-11 00:14:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-08-11 00:14:39 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-11 00:14:39 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-11 00:14:39 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-08-11 00:14:39 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-08-11 00:14:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-08-11 00:14:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-08-11 00:14:39 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-11 00:14:39 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-11 00:14:39 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-08-11 00:14:39 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-08-11 00:14:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-08-11 00:14:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-08-11 00:14:40 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-11 00:14:40 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-11 00:14:40 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-08-11 00:14:40 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-08-11 00:14:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-08-11 00:14:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-08-11 00:14:40 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-11 00:14:40 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-11 00:14:40 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-08-11 00:14:40 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-08-11 00:14:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-08-11 00:14:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-08-11 00:14:41 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-11 00:14:41 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-11 00:14:41 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-08-11 00:14:41 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-08-11 00:14:41 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-08-11 00:14:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-08-11 00:14:41 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:256c73e2d77808f834c66a5c40f4e97f91a70a6e6ce7424bc91b54b36aceadec 2024-08-11 00:14:41 | INFO  | update_image:214 - Our checksum is sha256:908d5206064916a04a61cbca0642089a0eb4ca655c8ad5b0309be1740796cad8 2024-08-11 00:14:41 | INFO  | update_image:240 - New values are {'version': '20240809', 'build_date': datetime.date(2024, 8, 9), 'checksum': 'sha256:256c73e2d77808f834c66a5c40f4e97f91a70a6e6ce7424bc91b54b36aceadec', 'url': 'https://cloud-images.ubuntu.com/focal/20240809/focal-server-cloudimg-amd64.img'} 2024-08-11 00:14:41 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240809-ubuntu-20.04.qcow2 2024-08-11 00:14:41 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240809-ubuntu-20.04.qcow2, dry-run enabled 2024-08-11 00:14:41 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-08-11 00:14:41 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-08-11 00:14:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-08-11 00:14:42 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:582fa2e5579251a016723283872752aabb1895056d16108955c2566451b06970 2024-08-11 00:14:42 | INFO  | update_image:214 - Our checksum is sha256:abe984f8cc7920c208a6a302d31ba83fa1dccf4b1957aa75e9894ab01cead9be 2024-08-11 00:14:42 | INFO  | update_image:240 - New values are {'version': '20240809', 'build_date': datetime.date(2024, 8, 9), 'checksum': 'sha256:582fa2e5579251a016723283872752aabb1895056d16108955c2566451b06970', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240809/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-08-11 00:14:42 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240809-ubuntu-20.04-minimal.qcow2 2024-08-11 00:14:42 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240809-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-08-11 00:14:42 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-08-11 00:14:42 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-08-11 00:14:42 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-08-11 00:14:43 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:daaefc5f2738dfefd15ccc0b17c19e4e78f20d9589c7f604f966d1739d791669 2024-08-11 00:14:43 | INFO  | update_image:214 - Our checksum is sha256:0e443fe2dd1d66599774c58ae6b1e27c8827a084cdea033930a98f3fd7aeaa4b 2024-08-11 00:14:43 | INFO  | update_image:240 - New values are {'version': '20240810', 'build_date': datetime.date(2024, 8, 10), 'checksum': 'sha256:daaefc5f2738dfefd15ccc0b17c19e4e78f20d9589c7f604f966d1739d791669', 'url': 'https://cloud-images.ubuntu.com/jammy/20240810/jammy-server-cloudimg-amd64.img'} 2024-08-11 00:14:43 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240810-ubuntu-22.04.qcow2 2024-08-11 00:14:43 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240810-ubuntu-22.04.qcow2, dry-run enabled 2024-08-11 00:14:43 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-08-11 00:14:43 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-08-11 00:14:43 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-08-11 00:14:43 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:805386c04449009986d4950665cc324b9f83cbe9646bd6845068fbb2c866a56b 2024-08-11 00:14:43 | INFO  | update_image:214 - Our checksum is sha256:e2b8bbe72e2822a945a3539ffe95f4d5cb58ad9da7561f2a70e6c253500d8958 2024-08-11 00:14:43 | INFO  | update_image:240 - New values are {'version': '20240808', 'build_date': datetime.date(2024, 8, 8), 'checksum': 'sha256:805386c04449009986d4950665cc324b9f83cbe9646bd6845068fbb2c866a56b', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240808/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-08-11 00:14:43 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240808-ubuntu-22.04-minimal.qcow2 2024-08-11 00:14:43 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240808-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-08-11 00:14:43 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-08-11 00:14:43 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-08-11 00:14:43 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-08-11 00:14:44 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8 2024-08-11 00:14:44 | INFO  | update_image:214 - Our checksum is sha256:aa3c3b879cce2a9a5c0b915fc928d981f4044603d4ae51cb36c9067985119ba3 2024-08-11 00:14:44 | INFO  | update_image:240 - New values are {'version': '20240809', 'build_date': datetime.date(2024, 8, 9), 'checksum': 'sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8', 'url': 'https://cloud-images.ubuntu.com/noble/20240809/noble-server-cloudimg-amd64.img'} 2024-08-11 00:14:44 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240809-ubuntu-24.04.qcow2 2024-08-11 00:14:44 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240809-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 2 files: - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.7,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.2.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (27.79=setup[17.59]+cmd[10.20] seconds) congratulations :) (27.93 seconds) ``` ### stderr: ```Shell 2024-08-18 00:14:02 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-08-18 00:14:02 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-08-18 00:14:02 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-18 00:14:02 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-08-18 00:14:02 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:41a6bcdefb35afbd2819f0e6c68005cd5e9a346adf2dc093b1116a2b7c647d86 2024-08-18 00:14:02 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-08-18 00:14:02 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-18 00:14:02 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-18 00:14:02 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-08-18 00:14:02 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-18 00:14:02 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-08-18 00:14:02 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-08-18 00:14:02 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-08-18 00:14:02 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-18 00:14:02 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-18 00:14:02 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-08-18 00:14:02 | INFO  | update_image:185 - Checking image CentOS 7 2024-08-18 00:14:02 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-08-18 00:14:02 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-08-18 00:14:03 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-18 00:14:03 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-18 00:14:03 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-18 00:14:03 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-18 00:14:03 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-08-18 00:14:03 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-08-18 00:14:03 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-08-18 00:14:03 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-18 00:14:03 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-18 00:14:03 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-08-18 00:14:03 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-08-18 00:14:03 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-08-18 00:14:03 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 2024-08-18 00:14:03 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240729.0.x86_64.qcow2 is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-18 00:14:03 | INFO  | update_image:214 - Our checksum is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-18 00:14:03 | INFO  | update_image:217 - Image CentOS Stream 9 is up-to-date, nothing to do 2024-08-18 00:14:03 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-08-18 00:14:03 | INFO  | update_image:185 - Checking image Debian 10 2024-08-18 00:14:03 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-08-18 00:14:03 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-08-18 00:14:04 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-18 00:14:04 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-18 00:14:04 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-08-18 00:14:04 | INFO  | update_image:185 - Checking image Debian 11 2024-08-18 00:14:04 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-08-18 00:14:04 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-08-18 00:14:04 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240813-1838.qcow2 is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-08-18 00:14:04 | INFO  | update_image:214 - Our checksum is sha512:4f0062e28ebdd09efbe8f4f270fed57b935efb628f05004e3dbc79d2aa696c839fc74f2131b11e575c2ba6e833eeecc7ab467a7ef85318683151ea990153338a 2024-08-18 00:14:04 | INFO  | update_image:240 - New values are {'version': '20240813', 'build_date': datetime.date(2024, 8, 13), 'checksum': 'sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a', 'url': 'https://cdimage.debian.org/cdimage/cloud/bullseye/20240813-1838/debian-11-genericcloud-amd64-20240813-1838.qcow2'} 2024-08-18 00:14:04 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240813-debian-11.qcow2 2024-08-18 00:14:04 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240813-debian-11.qcow2, dry-run enabled 2024-08-18 00:14:04 | INFO  | update_image:185 - Checking image Debian 12 2024-08-18 00:14:04 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-08-18 00:14:04 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-08-18 00:14:06 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240817-1842.qcow2 is sha512:8bdd01967f189c74cfb8cc2ee4e93b5a22363cb7f97876991ca00ef8b016f10c9c6f34d3fc5095652ceaa9d0e33e0de8a231283f84e085112402d0a917e032a1 2024-08-18 00:14:06 | INFO  | update_image:214 - Our checksum is sha512:6803fbef27d9ff738bd9bc8dcc34c79cffa3fbafa7b2c6a0bbfba38375feb544a2d0d42dcdf7fc2fea84ef8c82baba29af316bfb6717f836a7db7684a723c38b 2024-08-18 00:14:06 | INFO  | update_image:240 - New values are {'version': '20240817', 'build_date': datetime.date(2024, 8, 17), 'checksum': 'sha512:8bdd01967f189c74cfb8cc2ee4e93b5a22363cb7f97876991ca00ef8b016f10c9c6f34d3fc5095652ceaa9d0e33e0de8a231283f84e085112402d0a917e032a1', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240817-1842/debian-12-genericcloud-amd64-daily-20240817-1842.qcow2'} 2024-08-18 00:14:06 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240817-debian-12.qcow2 2024-08-18 00:14:06 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240817-debian-12.qcow2, dry-run enabled 2024-08-18 00:14:06 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-08-18 00:14:06 | INFO  | update_image:185 - Checking image Rocky 8 2024-08-18 00:14:06 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-08-18 00:14:06 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-18 00:14:06 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-18 00:14:06 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-18 00:14:06 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-08-18 00:14:06 | INFO  | update_image:185 - Checking image Rocky 9 2024-08-18 00:14:06 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-08-18 00:14:06 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-18 00:14:06 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-18 00:14:06 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-18 00:14:06 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-08-18 00:14:06 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-08-18 00:14:06 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-08-18 00:14:06 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-08-18 00:14:06 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-08-18 00:14:07 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-18 00:14:07 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-18 00:14:07 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-08-18 00:14:07 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-08-18 00:14:07 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-08-18 00:14:07 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-08-18 00:14:08 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-18 00:14:08 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-18 00:14:08 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-08-18 00:14:08 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-08-18 00:14:08 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-08-18 00:14:08 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-08-18 00:14:08 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-18 00:14:08 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-18 00:14:08 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-08-18 00:14:08 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-08-18 00:14:08 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-08-18 00:14:08 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-08-18 00:14:09 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-18 00:14:09 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-18 00:14:09 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-08-18 00:14:09 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-08-18 00:14:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-08-18 00:14:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-08-18 00:14:09 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-18 00:14:09 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-18 00:14:09 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-08-18 00:14:09 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-08-18 00:14:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-08-18 00:14:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-08-18 00:14:09 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:3278bce182c2a4d94d0c85520bcee9b95e02b8fa2995089d7abd112cc41faf60 2024-08-18 00:14:09 | INFO  | update_image:214 - Our checksum is sha256:256c73e2d77808f834c66a5c40f4e97f91a70a6e6ce7424bc91b54b36aceadec 2024-08-18 00:14:09 | INFO  | update_image:240 - New values are {'version': '20240814', 'build_date': datetime.date(2024, 8, 14), 'checksum': 'sha256:3278bce182c2a4d94d0c85520bcee9b95e02b8fa2995089d7abd112cc41faf60', 'url': 'https://cloud-images.ubuntu.com/focal/20240814/focal-server-cloudimg-amd64.img'} 2024-08-18 00:14:09 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240814-ubuntu-20.04.qcow2 2024-08-18 00:14:09 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240814-ubuntu-20.04.qcow2, dry-run enabled 2024-08-18 00:14:09 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-08-18 00:14:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-08-18 00:14:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-08-18 00:14:10 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:582fa2e5579251a016723283872752aabb1895056d16108955c2566451b06970 2024-08-18 00:14:10 | INFO  | update_image:214 - Our checksum is sha256:582fa2e5579251a016723283872752aabb1895056d16108955c2566451b06970 2024-08-18 00:14:10 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-08-18 00:14:10 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-08-18 00:14:10 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-08-18 00:14:10 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-08-18 00:14:10 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:daaefc5f2738dfefd15ccc0b17c19e4e78f20d9589c7f604f966d1739d791669 2024-08-18 00:14:10 | INFO  | update_image:214 - Our checksum is sha256:daaefc5f2738dfefd15ccc0b17c19e4e78f20d9589c7f604f966d1739d791669 2024-08-18 00:14:10 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-08-18 00:14:10 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-08-18 00:14:10 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-08-18 00:14:10 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-08-18 00:14:11 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:805386c04449009986d4950665cc324b9f83cbe9646bd6845068fbb2c866a56b 2024-08-18 00:14:11 | INFO  | update_image:214 - Our checksum is sha256:805386c04449009986d4950665cc324b9f83cbe9646bd6845068fbb2c866a56b 2024-08-18 00:14:11 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-08-18 00:14:11 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-08-18 00:14:11 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-08-18 00:14:11 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-08-18 00:14:12 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:f3766864e08d9cbee4ec47581ed7bf1c06055ff47336fadfcde5c71f2cc1b951 2024-08-18 00:14:12 | INFO  | update_image:214 - Our checksum is sha256:dd8b691b3f0d1e61f01ae0d857dcb3088d1d8bf4148439bd07abc081e4fc31f8 2024-08-18 00:14:12 | INFO  | update_image:240 - New values are {'version': '20240815', 'build_date': datetime.date(2024, 8, 15), 'checksum': 'sha256:f3766864e08d9cbee4ec47581ed7bf1c06055ff47336fadfcde5c71f2cc1b951', 'url': 'https://cloud-images.ubuntu.com/noble/20240815/noble-server-cloudimg-amd64.img'} 2024-08-18 00:14:12 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240815-ubuntu-24.04.qcow2 2024-08-18 00:14:12 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240815-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 2 files: - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.7.4,cffi==1.17.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.8,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.7.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.0.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.7.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (23.32=setup[14.35]+cmd[8.97] seconds) congratulations :) (23.39 seconds) ``` ### stderr: ```Shell 2024-08-25 00:14:16 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-08-25 00:14:16 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-08-25 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-08-25 00:14:16 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-08-25 00:14:16 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-08-25 00:14:16 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-08-25 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-08-25 00:14:16 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-08-25 00:14:16 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-08-25 00:14:16 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image CentOS 7 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-08-25 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-25 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-08-25 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-25 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-08-25 00:14:16 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-08-25 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-25 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-08-25 00:14:16 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-08-25 00:14:16 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240819.0.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240819.0.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240819.0.x86_64.qcow2 is sha256:8b07abe322d00c7f780c1e0811f1e64bd057a4f7f5ec778837c41896abe8d6ed 2024-08-25 00:14:16 | INFO  | update_image:214 - Our checksum is sha256:59c31f1bd93c8752bbba1fdca111de3fafec8467b8f51d366b67cfae08249263 2024-08-25 00:14:16 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240819.0.x86_64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:240 - New values are {'version': '20240820', 'build_date': datetime.date(2024, 8, 20), 'checksum': 'sha256:8b07abe322d00c7f780c1e0811f1e64bd057a4f7f5ec778837c41896abe8d6ed', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240819.0.x86_64.qcow2'} 2024-08-25 00:14:16 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240820-centos-stream-9.qcow2 2024-08-25 00:14:16 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240820-centos-stream-9.qcow2, dry-run enabled 2024-08-25 00:14:16 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-08-25 00:14:16 | INFO  | update_image:185 - Checking image Debian 10 2024-08-25 00:14:16 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-08-25 00:14:16 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-08-25 00:14:17 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-25 00:14:17 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-08-25 00:14:17 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-08-25 00:14:17 | INFO  | update_image:185 - Checking image Debian 11 2024-08-25 00:14:17 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-08-25 00:14:17 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-08-25 00:14:18 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240813-1838.qcow2 is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-08-25 00:14:18 | INFO  | update_image:214 - Our checksum is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-08-25 00:14:18 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-08-25 00:14:18 | INFO  | update_image:185 - Checking image Debian 12 2024-08-25 00:14:18 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-08-25 00:14:18 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-08-25 00:14:19 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240824-1849.qcow2 is sha512:8f0a647214de40c7d0cfbe2f5a11ff6ce2033dfc997794631b6e5f0a17a368c65730c599002dcdedc0d52d6dce4a64ff79a4d8c3c728a828b1da8c34549c3da8 2024-08-25 00:14:19 | INFO  | update_image:214 - Our checksum is sha512:8bdd01967f189c74cfb8cc2ee4e93b5a22363cb7f97876991ca00ef8b016f10c9c6f34d3fc5095652ceaa9d0e33e0de8a231283f84e085112402d0a917e032a1 2024-08-25 00:14:19 | INFO  | update_image:240 - New values are {'version': '20240824', 'build_date': datetime.date(2024, 8, 24), 'checksum': 'sha512:8f0a647214de40c7d0cfbe2f5a11ff6ce2033dfc997794631b6e5f0a17a368c65730c599002dcdedc0d52d6dce4a64ff79a4d8c3c728a828b1da8c34549c3da8', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240824-1849/debian-12-genericcloud-amd64-daily-20240824-1849.qcow2'} 2024-08-25 00:14:19 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240824-debian-12.qcow2 2024-08-25 00:14:19 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240824-debian-12.qcow2, dry-run enabled 2024-08-25 00:14:19 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-08-25 00:14:19 | INFO  | update_image:185 - Checking image Rocky 8 2024-08-25 00:14:19 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-08-25 00:14:19 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-25 00:14:19 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-25 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-08-25 00:14:19 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-08-25 00:14:19 | INFO  | update_image:185 - Checking image Rocky 9 2024-08-25 00:14:19 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-08-25 00:14:19 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-08-25 00:14:19 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-25 00:14:19 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-08-25 00:14:19 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-08-25 00:14:19 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-08-25 00:14:19 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-08-25 00:14:19 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-08-25 00:14:19 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-08-25 00:14:20 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-25 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-08-25 00:14:20 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-08-25 00:14:20 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-08-25 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-08-25 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-08-25 00:14:20 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-25 00:14:20 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-08-25 00:14:20 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-08-25 00:14:20 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-08-25 00:14:20 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-08-25 00:14:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-08-25 00:14:21 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-25 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-08-25 00:14:21 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-08-25 00:14:21 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-08-25 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-08-25 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-08-25 00:14:21 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-25 00:14:21 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-08-25 00:14:21 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-08-25 00:14:21 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-08-25 00:14:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-08-25 00:14:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-08-25 00:14:22 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-25 00:14:22 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-08-25 00:14:22 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-08-25 00:14:22 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-08-25 00:14:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-08-25 00:14:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-08-25 00:14:22 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-08-25 00:14:22 | INFO  | update_image:214 - Our checksum is sha256:3278bce182c2a4d94d0c85520bcee9b95e02b8fa2995089d7abd112cc41faf60 2024-08-25 00:14:22 | INFO  | update_image:240 - New values are {'version': '20240821', 'build_date': datetime.date(2024, 8, 21), 'checksum': 'sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4', 'url': 'https://cloud-images.ubuntu.com/focal/20240821/focal-server-cloudimg-amd64.img'} 2024-08-25 00:14:22 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240821-ubuntu-20.04.qcow2 2024-08-25 00:14:22 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240821-ubuntu-20.04.qcow2, dry-run enabled 2024-08-25 00:14:22 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-08-25 00:14:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-08-25 00:14:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-08-25 00:14:23 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:47c277502003dcdc93f774734bb6891306c2c28ae790fa09e7edf31fef4df53a 2024-08-25 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:582fa2e5579251a016723283872752aabb1895056d16108955c2566451b06970 2024-08-25 00:14:23 | INFO  | update_image:240 - New values are {'version': '20240821', 'build_date': datetime.date(2024, 8, 21), 'checksum': 'sha256:47c277502003dcdc93f774734bb6891306c2c28ae790fa09e7edf31fef4df53a', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240821/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-08-25 00:14:23 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240821-ubuntu-20.04-minimal.qcow2 2024-08-25 00:14:23 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240821-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-08-25 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-08-25 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-08-25 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-08-25 00:14:23 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-08-25 00:14:23 | INFO  | update_image:214 - Our checksum is sha256:daaefc5f2738dfefd15ccc0b17c19e4e78f20d9589c7f604f966d1739d791669 2024-08-25 00:14:23 | INFO  | update_image:240 - New values are {'version': '20240823', 'build_date': datetime.date(2024, 8, 23), 'checksum': 'sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db', 'url': 'https://cloud-images.ubuntu.com/jammy/20240823/jammy-server-cloudimg-amd64.img'} 2024-08-25 00:14:23 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240823-ubuntu-22.04.qcow2 2024-08-25 00:14:23 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240823-ubuntu-22.04.qcow2, dry-run enabled 2024-08-25 00:14:23 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-08-25 00:14:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-08-25 00:14:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-08-25 00:14:24 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:e5c2f84c8aa3bc002109f0589c040c8dd3de6be9c79a29be0f6b2f6c0f2a3927 2024-08-25 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:805386c04449009986d4950665cc324b9f83cbe9646bd6845068fbb2c866a56b 2024-08-25 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240821', 'build_date': datetime.date(2024, 8, 21), 'checksum': 'sha256:e5c2f84c8aa3bc002109f0589c040c8dd3de6be9c79a29be0f6b2f6c0f2a3927', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240821/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-08-25 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240821-ubuntu-22.04-minimal.qcow2 2024-08-25 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240821-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-08-25 00:14:24 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-08-25 00:14:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-08-25 00:14:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-08-25 00:14:24 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-08-25 00:14:24 | INFO  | update_image:214 - Our checksum is sha256:f3766864e08d9cbee4ec47581ed7bf1c06055ff47336fadfcde5c71f2cc1b951 2024-08-25 00:14:24 | INFO  | update_image:240 - New values are {'version': '20240822', 'build_date': datetime.date(2024, 8, 22), 'checksum': 'sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b', 'url': 'https://cloud-images.ubuntu.com/noble/20240822/noble-server-cloudimg-amd64.img'} 2024-08-25 00:14:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240822-ubuntu-24.04.qcow2 2024-08-25 00:14:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240822-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.0,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.8,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.1,platformdirs==4.2.2,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.8.0,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (30.54=setup[14.23]+cmd[16.30] seconds) congratulations :) (30.61 seconds) ``` ### stderr: ```Shell 2024-09-01 00:16:13 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-09-01 00:16:13 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-09-01 00:16:13 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-01 00:16:13 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-09-01 00:16:14 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-09-01 00:16:14 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-09-01 00:16:14 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-01 00:16:14 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-01 00:16:14 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-09-01 00:16:14 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-01 00:16:14 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-09-01 00:16:14 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-09-01 00:16:14 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-09-01 00:16:14 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-01 00:16:14 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-01 00:16:14 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-09-01 00:16:14 | INFO  | update_image:185 - Checking image CentOS 7 2024-09-01 00:16:14 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-09-01 00:16:14 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-09-01 00:16:15 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-01 00:16:15 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-01 00:16:15 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-01 00:16:15 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-01 00:16:15 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-09-01 00:16:15 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-09-01 00:16:15 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-09-01 00:16:15 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-01 00:16:15 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-01 00:16:15 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-09-01 00:16:15 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-09-01 00:16:15 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-09-01 00:16:15 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240828.0.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240828.0.x86_64.qcow2 2024-09-01 00:16:15 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240828.0.x86_64.qcow2 is sha256:f330cceb1af2c9bf53d0ea25cc35a5301069f13affa5bd3e337b98853e60ddbf 2024-09-01 00:16:15 | INFO  | update_image:214 - Our checksum is sha256:8b07abe322d00c7f780c1e0811f1e64bd057a4f7f5ec778837c41896abe8d6ed 2024-09-01 00:16:15 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240828.0.x86_64.qcow2 2024-09-01 00:16:16 | INFO  | update_image:240 - New values are {'version': '20240829', 'build_date': datetime.date(2024, 8, 29), 'checksum': 'sha256:f330cceb1af2c9bf53d0ea25cc35a5301069f13affa5bd3e337b98853e60ddbf', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240828.0.x86_64.qcow2'} 2024-09-01 00:16:16 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240829-centos-stream-9.qcow2 2024-09-01 00:16:16 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240829-centos-stream-9.qcow2, dry-run enabled 2024-09-01 00:16:16 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-09-01 00:16:16 | INFO  | update_image:185 - Checking image Debian 10 2024-09-01 00:16:16 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-09-01 00:16:16 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-09-01 00:16:17 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-01 00:16:17 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-01 00:16:17 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-09-01 00:16:17 | INFO  | update_image:185 - Checking image Debian 11 2024-09-01 00:16:17 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-09-01 00:16:17 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-09-01 00:16:19 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240813-1838.qcow2 is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-09-01 00:16:19 | INFO  | update_image:214 - Our checksum is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-09-01 00:16:19 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-09-01 00:16:19 | INFO  | update_image:185 - Checking image Debian 12 2024-09-01 00:16:19 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-09-01 00:16:19 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-09-01 00:16:20 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240831-1856.qcow2 is sha512:f92c0cc5f6b73560d9bf9f881096607db6ebcc5dc294487358a8c561594f395ea8a45fa3a4665e228f7743cf38f134fcac399b97bff56b92fb9144613dd2e3d0 2024-09-01 00:16:20 | INFO  | update_image:214 - Our checksum is sha512:8f0a647214de40c7d0cfbe2f5a11ff6ce2033dfc997794631b6e5f0a17a368c65730c599002dcdedc0d52d6dce4a64ff79a4d8c3c728a828b1da8c34549c3da8 2024-09-01 00:16:20 | INFO  | update_image:240 - New values are {'version': '20240831', 'build_date': datetime.date(2024, 8, 31), 'checksum': 'sha512:f92c0cc5f6b73560d9bf9f881096607db6ebcc5dc294487358a8c561594f395ea8a45fa3a4665e228f7743cf38f134fcac399b97bff56b92fb9144613dd2e3d0', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240831-1856/debian-12-genericcloud-amd64-daily-20240831-1856.qcow2'} 2024-09-01 00:16:20 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240831-debian-12.qcow2 2024-09-01 00:16:20 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240831-debian-12.qcow2, dry-run enabled 2024-09-01 00:16:20 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-09-01 00:16:20 | INFO  | update_image:185 - Checking image Rocky 8 2024-09-01 00:16:20 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-09-01 00:16:20 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-01 00:16:20 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-01 00:16:20 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-01 00:16:20 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-09-01 00:16:20 | INFO  | update_image:185 - Checking image Rocky 9 2024-09-01 00:16:20 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-09-01 00:16:20 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-01 00:16:20 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-01 00:16:20 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-01 00:16:20 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-09-01 00:16:20 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-09-01 00:16:20 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-09-01 00:16:20 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-09-01 00:16:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-09-01 00:16:22 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-01 00:16:22 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-01 00:16:22 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-09-01 00:16:22 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-09-01 00:16:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-09-01 00:16:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-09-01 00:16:22 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-01 00:16:22 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-01 00:16:22 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-09-01 00:16:22 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-09-01 00:16:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-09-01 00:16:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-09-01 00:16:23 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-01 00:16:23 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-01 00:16:23 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-09-01 00:16:23 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-09-01 00:16:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-09-01 00:16:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-09-01 00:16:24 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-01 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-01 00:16:24 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-09-01 00:16:24 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-09-01 00:16:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-09-01 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-09-01 00:16:25 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-01 00:16:25 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-01 00:16:25 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-09-01 00:16:25 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-09-01 00:16:25 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-09-01 00:16:25 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-09-01 00:16:26 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-01 00:16:26 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-01 00:16:26 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-09-01 00:16:26 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-09-01 00:16:26 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-09-01 00:16:26 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-09-01 00:16:27 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:96b4edfcb1b1a4bf2fff448f91ec9e2c54325202c87906e31fc9d1ab8af7bc7c 2024-09-01 00:16:27 | INFO  | update_image:214 - Our checksum is sha256:47c277502003dcdc93f774734bb6891306c2c28ae790fa09e7edf31fef4df53a 2024-09-01 00:16:27 | INFO  | update_image:240 - New values are {'version': '20240830', 'build_date': datetime.date(2024, 8, 30), 'checksum': 'sha256:96b4edfcb1b1a4bf2fff448f91ec9e2c54325202c87906e31fc9d1ab8af7bc7c', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240830/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-09-01 00:16:27 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240830-ubuntu-20.04-minimal.qcow2 2024-09-01 00:16:27 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240830-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-09-01 00:16:27 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-09-01 00:16:27 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-09-01 00:16:27 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-09-01 00:16:28 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-09-01 00:16:28 | INFO  | update_image:214 - Our checksum is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-09-01 00:16:28 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-09-01 00:16:28 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-09-01 00:16:28 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-09-01 00:16:28 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-09-01 00:16:28 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:1e70f45946dab385abe7e05ee816f0c6e628400b41a0e8d24c33470047107eef 2024-09-01 00:16:28 | INFO  | update_image:214 - Our checksum is sha256:e5c2f84c8aa3bc002109f0589c040c8dd3de6be9c79a29be0f6b2f6c0f2a3927 2024-09-01 00:16:28 | INFO  | update_image:240 - New values are {'version': '20240829', 'build_date': datetime.date(2024, 8, 29), 'checksum': 'sha256:1e70f45946dab385abe7e05ee816f0c6e628400b41a0e8d24c33470047107eef', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240829/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-09-01 00:16:28 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240829-ubuntu-22.04-minimal.qcow2 2024-09-01 00:16:28 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240829-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-09-01 00:16:28 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-09-01 00:16:28 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-09-01 00:16:28 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-09-01 00:16:29 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-09-01 00:16:29 | INFO  | update_image:214 - Our checksum is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-09-01 00:16:29 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.8,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.1,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.8.0,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.2,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (29.75=setup[17.37]+cmd[12.37] seconds) congratulations :) (29.89 seconds) ``` ### stderr: ```Shell 2024-09-08 00:14:50 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-09-08 00:14:50 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-09-08 00:14:50 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-08 00:14:50 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-09-08 00:14:50 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-09-08 00:14:50 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-09-08 00:14:50 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-08 00:14:50 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-08 00:14:50 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-09-08 00:14:50 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-08 00:14:50 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-09-08 00:14:50 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-09-08 00:14:50 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-09-08 00:14:50 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-08 00:14:50 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-08 00:14:50 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-09-08 00:14:50 | INFO  | update_image:185 - Checking image CentOS 7 2024-09-08 00:14:50 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-09-08 00:14:50 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-09-08 00:14:51 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-08 00:14:51 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-08 00:14:51 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-08 00:14:51 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-08 00:14:51 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-09-08 00:14:51 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-09-08 00:14:51 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-09-08 00:14:51 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-08 00:14:51 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-08 00:14:51 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-09-08 00:14:51 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-09-08 00:14:51 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-09-08 00:14:51 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240902.0.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240902.0.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240902.0.x86_64.qcow2 is sha256:0d7596094f1b0427be4facfc96427e57976b46aa72ead5a596bd1077302007cb 2024-09-08 00:14:51 | INFO  | update_image:214 - Our checksum is sha256:f330cceb1af2c9bf53d0ea25cc35a5301069f13affa5bd3e337b98853e60ddbf 2024-09-08 00:14:51 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240902.0.x86_64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:240 - New values are {'version': '20240903', 'build_date': datetime.date(2024, 9, 3), 'checksum': 'sha256:0d7596094f1b0427be4facfc96427e57976b46aa72ead5a596bd1077302007cb', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240902.0.x86_64.qcow2'} 2024-09-08 00:14:51 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240903-centos-stream-9.qcow2 2024-09-08 00:14:51 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240903-centos-stream-9.qcow2, dry-run enabled 2024-09-08 00:14:51 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-09-08 00:14:51 | INFO  | update_image:185 - Checking image Debian 10 2024-09-08 00:14:51 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-09-08 00:14:51 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-09-08 00:14:52 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-08 00:14:52 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-08 00:14:52 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-09-08 00:14:52 | INFO  | update_image:185 - Checking image Debian 11 2024-09-08 00:14:52 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-09-08 00:14:52 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-09-08 00:14:53 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240904-1860.qcow2 is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-08 00:14:53 | INFO  | update_image:214 - Our checksum is sha512:8198c9729f60ec310a7cacf913803c053792d065748ed8806db3595463001a36209ca1faa62100953acad7ce69629ecb5e42f9fc39eefa8e940460d3b506580a 2024-09-08 00:14:53 | INFO  | update_image:240 - New values are {'version': '20240904', 'build_date': datetime.date(2024, 9, 4), 'checksum': 'sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc', 'url': 'https://cdimage.debian.org/cdimage/cloud/bullseye/20240904-1860/debian-11-genericcloud-amd64-20240904-1860.qcow2'} 2024-09-08 00:14:53 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240904-debian-11.qcow2 2024-09-08 00:14:53 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240904-debian-11.qcow2, dry-run enabled 2024-09-08 00:14:53 | INFO  | update_image:185 - Checking image Debian 12 2024-09-08 00:14:53 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-09-08 00:14:53 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-09-08 00:14:54 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240907-1863.qcow2 is sha512:d57014a81e2c636cafb641f604b95d7e504210f22acba8ec85c78483d43c9e8f713259de1c079034ee2583e6c11ce403731bb6be7ef8cbf908427fa54e52a82b 2024-09-08 00:14:54 | INFO  | update_image:214 - Our checksum is sha512:f92c0cc5f6b73560d9bf9f881096607db6ebcc5dc294487358a8c561594f395ea8a45fa3a4665e228f7743cf38f134fcac399b97bff56b92fb9144613dd2e3d0 2024-09-08 00:14:54 | INFO  | update_image:240 - New values are {'version': '20240907', 'build_date': datetime.date(2024, 9, 7), 'checksum': 'sha512:d57014a81e2c636cafb641f604b95d7e504210f22acba8ec85c78483d43c9e8f713259de1c079034ee2583e6c11ce403731bb6be7ef8cbf908427fa54e52a82b', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240907-1863/debian-12-genericcloud-amd64-daily-20240907-1863.qcow2'} 2024-09-08 00:14:54 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240907-debian-12.qcow2 2024-09-08 00:14:54 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240907-debian-12.qcow2, dry-run enabled 2024-09-08 00:14:54 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-09-08 00:14:54 | INFO  | update_image:185 - Checking image Rocky 8 2024-09-08 00:14:54 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-09-08 00:14:54 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-08 00:14:54 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-08 00:14:54 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-08 00:14:54 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-09-08 00:14:54 | INFO  | update_image:185 - Checking image Rocky 9 2024-09-08 00:14:54 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-09-08 00:14:54 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-08 00:14:54 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-08 00:14:54 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-08 00:14:54 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-09-08 00:14:54 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-09-08 00:14:54 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-09-08 00:14:54 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-09-08 00:14:54 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-09-08 00:14:55 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-08 00:14:55 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-08 00:14:55 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-09-08 00:14:55 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-09-08 00:14:55 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-09-08 00:14:55 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-09-08 00:14:56 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-08 00:14:56 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-08 00:14:56 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-09-08 00:14:56 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-09-08 00:14:56 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-09-08 00:14:56 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-09-08 00:14:57 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-08 00:14:57 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-08 00:14:57 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-09-08 00:14:57 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-09-08 00:14:57 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-09-08 00:14:57 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-09-08 00:14:57 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-08 00:14:57 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-08 00:14:57 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-09-08 00:14:57 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-09-08 00:14:57 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-09-08 00:14:57 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-09-08 00:14:58 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-08 00:14:58 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-08 00:14:58 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-09-08 00:14:58 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-09-08 00:14:58 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-09-08 00:14:58 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-09-08 00:14:59 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-08 00:14:59 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-08 00:14:59 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-09-08 00:14:59 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-09-08 00:14:59 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-09-08 00:14:59 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-09-08 00:15:00 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:96b4edfcb1b1a4bf2fff448f91ec9e2c54325202c87906e31fc9d1ab8af7bc7c 2024-09-08 00:15:00 | INFO  | update_image:214 - Our checksum is sha256:96b4edfcb1b1a4bf2fff448f91ec9e2c54325202c87906e31fc9d1ab8af7bc7c 2024-09-08 00:15:00 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-09-08 00:15:00 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-09-08 00:15:00 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-09-08 00:15:00 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-09-08 00:15:00 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-09-08 00:15:00 | INFO  | update_image:214 - Our checksum is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-09-08 00:15:00 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-09-08 00:15:00 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-09-08 00:15:00 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-09-08 00:15:00 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-09-08 00:15:01 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:b3499030857169b11d95a8612301ffa1f280475acbaa0f8327d528b723270a6d 2024-09-08 00:15:01 | INFO  | update_image:214 - Our checksum is sha256:1e70f45946dab385abe7e05ee816f0c6e628400b41a0e8d24c33470047107eef 2024-09-08 00:15:01 | INFO  | update_image:240 - New values are {'version': '20240903', 'build_date': datetime.date(2024, 9, 3), 'checksum': 'sha256:b3499030857169b11d95a8612301ffa1f280475acbaa0f8327d528b723270a6d', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240903/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-09-08 00:15:01 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240903-ubuntu-22.04-minimal.qcow2 2024-09-08 00:15:01 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240903-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-09-08 00:15:01 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-09-08 00:15:01 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-09-08 00:15:01 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-09-08 00:15:02 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-09-08 00:15:02 | INFO  | update_image:214 - Our checksum is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-09-08 00:15:02 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.9,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.3,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.8.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (31.82=setup[13.57]+cmd[18.25] seconds) congratulations :) (31.92 seconds) ``` ### stderr: ```Shell 2024-09-15 00:15:23 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-09-15 00:15:23 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-09-15 00:15:23 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-15 00:15:23 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-09-15 00:15:23 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-09-15 00:15:23 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-09-15 00:15:23 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-15 00:15:23 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-15 00:15:23 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-09-15 00:15:23 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-15 00:15:23 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-09-15 00:15:23 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-09-15 00:15:23 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-09-15 00:15:23 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-15 00:15:23 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-15 00:15:23 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-09-15 00:15:23 | INFO  | update_image:185 - Checking image CentOS 7 2024-09-15 00:15:23 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-09-15 00:15:23 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-09-15 00:15:24 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-15 00:15:24 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-15 00:15:24 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-15 00:15:24 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-15 00:15:24 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-09-15 00:15:24 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-09-15 00:15:24 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-15 00:15:24 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-09-15 00:15:24 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-15 00:15:24 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-15 00:15:24 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-15 00:15:24 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-15 00:15:24 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-09-15 00:15:24 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-09-15 00:15:24 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-15 00:15:24 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-09-15 00:15:25 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240909.0.x86_64.qcow2 2024-09-15 00:15:25 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240909.0.x86_64.qcow2 2024-09-15 00:15:25 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240909.0.x86_64.qcow2 is sha256:23bf8320f2d9d5ee405e23907551d6502e45c7f0514d9b4d91b0f4fd13cedeab 2024-09-15 00:15:25 | INFO  | update_image:214 - Our checksum is sha256:0d7596094f1b0427be4facfc96427e57976b46aa72ead5a596bd1077302007cb 2024-09-15 00:15:25 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240909.0.x86_64.qcow2 2024-09-15 00:15:25 | INFO  | update_image:240 - New values are {'version': '20240910', 'build_date': datetime.date(2024, 9, 10), 'checksum': 'sha256:23bf8320f2d9d5ee405e23907551d6502e45c7f0514d9b4d91b0f4fd13cedeab', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240909.0.x86_64.qcow2'} 2024-09-15 00:15:25 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240910-centos-stream-9.qcow2 2024-09-15 00:15:25 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240910-centos-stream-9.qcow2, dry-run enabled 2024-09-15 00:15:25 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-09-15 00:15:25 | INFO  | update_image:185 - Checking image Debian 10 2024-09-15 00:15:25 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-09-15 00:15:25 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-09-15 00:15:27 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-15 00:15:27 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-15 00:15:27 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-09-15 00:15:27 | INFO  | update_image:185 - Checking image Debian 11 2024-09-15 00:15:27 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-09-15 00:15:27 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-09-15 00:15:28 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240904-1860.qcow2 is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-15 00:15:28 | INFO  | update_image:214 - Our checksum is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-15 00:15:28 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-09-15 00:15:28 | INFO  | update_image:185 - Checking image Debian 12 2024-09-15 00:15:28 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-09-15 00:15:28 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-09-15 00:15:30 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240914-1870.qcow2 is sha512:e2dd4d4dc833e592b3e938f8e558f08f89aae7b8f4bb6141d777262b8c03019973957e0280b9f371a673b21dcd35f6ee779bebe784963f18104544b2908f3b77 2024-09-15 00:15:30 | INFO  | update_image:214 - Our checksum is sha512:d57014a81e2c636cafb641f604b95d7e504210f22acba8ec85c78483d43c9e8f713259de1c079034ee2583e6c11ce403731bb6be7ef8cbf908427fa54e52a82b 2024-09-15 00:15:30 | INFO  | update_image:240 - New values are {'version': '20240914', 'build_date': datetime.date(2024, 9, 14), 'checksum': 'sha512:e2dd4d4dc833e592b3e938f8e558f08f89aae7b8f4bb6141d777262b8c03019973957e0280b9f371a673b21dcd35f6ee779bebe784963f18104544b2908f3b77', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240914-1870/debian-12-genericcloud-amd64-daily-20240914-1870.qcow2'} 2024-09-15 00:15:30 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240914-debian-12.qcow2 2024-09-15 00:15:30 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240914-debian-12.qcow2, dry-run enabled 2024-09-15 00:15:30 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-09-15 00:15:30 | INFO  | update_image:185 - Checking image Rocky 8 2024-09-15 00:15:30 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-09-15 00:15:30 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-15 00:15:30 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-15 00:15:30 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-15 00:15:30 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-09-15 00:15:30 | INFO  | update_image:185 - Checking image Rocky 9 2024-09-15 00:15:30 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-09-15 00:15:30 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-15 00:15:30 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-15 00:15:30 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-15 00:15:30 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-09-15 00:15:30 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-09-15 00:15:30 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-09-15 00:15:30 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-09-15 00:15:30 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-09-15 00:15:31 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-15 00:15:31 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-15 00:15:31 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-09-15 00:15:31 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-09-15 00:15:31 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-09-15 00:15:31 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-09-15 00:15:32 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-15 00:15:32 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-15 00:15:32 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-09-15 00:15:32 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-09-15 00:15:32 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-09-15 00:15:32 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-09-15 00:15:33 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-15 00:15:33 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-15 00:15:33 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-09-15 00:15:33 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-09-15 00:15:33 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-09-15 00:15:33 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-09-15 00:15:34 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-15 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-15 00:15:34 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-09-15 00:15:34 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-09-15 00:15:34 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-09-15 00:15:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-09-15 00:15:35 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-15 00:15:35 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-15 00:15:35 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-09-15 00:15:35 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-09-15 00:15:35 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-09-15 00:15:35 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-09-15 00:15:36 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-15 00:15:36 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-15 00:15:36 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-09-15 00:15:36 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-09-15 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-09-15 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-09-15 00:15:37 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:1f4d464ac70f334ec82a6d410144da8d45ae6b342d0bed035cf29bfa4608e7f3 2024-09-15 00:15:37 | INFO  | update_image:214 - Our checksum is sha256:96b4edfcb1b1a4bf2fff448f91ec9e2c54325202c87906e31fc9d1ab8af7bc7c 2024-09-15 00:15:37 | INFO  | update_image:240 - New values are {'version': '20240911', 'build_date': datetime.date(2024, 9, 11), 'checksum': 'sha256:1f4d464ac70f334ec82a6d410144da8d45ae6b342d0bed035cf29bfa4608e7f3', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240911/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-09-15 00:15:37 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240911-ubuntu-20.04-minimal.qcow2 2024-09-15 00:15:37 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240911-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-09-15 00:15:37 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-09-15 00:15:37 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-09-15 00:15:37 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-09-15 00:15:38 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-09-15 00:15:38 | INFO  | update_image:214 - Our checksum is sha256:17c59d7caec3464c6e8d87be7bd49df85c0ddcbb3d4eba836b9e0916d81560db 2024-09-15 00:15:38 | INFO  | update_image:240 - New values are {'version': '20240912', 'build_date': datetime.date(2024, 9, 12), 'checksum': 'sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d', 'url': 'https://cloud-images.ubuntu.com/jammy/20240912/jammy-server-cloudimg-amd64.img'} 2024-09-15 00:15:38 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240912-ubuntu-22.04.qcow2 2024-09-15 00:15:38 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240912-ubuntu-22.04.qcow2, dry-run enabled 2024-09-15 00:15:38 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-09-15 00:15:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-09-15 00:15:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-09-15 00:15:40 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:00074a3d83dcb494b3dabcdab02a282b22fd74619bdf33dc1bc4e0ff410fde22 2024-09-15 00:15:40 | INFO  | update_image:214 - Our checksum is sha256:b3499030857169b11d95a8612301ffa1f280475acbaa0f8327d528b723270a6d 2024-09-15 00:15:40 | INFO  | update_image:240 - New values are {'version': '20240912', 'build_date': datetime.date(2024, 9, 12), 'checksum': 'sha256:00074a3d83dcb494b3dabcdab02a282b22fd74619bdf33dc1bc4e0ff410fde22', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240912/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-09-15 00:15:40 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240912-ubuntu-22.04-minimal.qcow2 2024-09-15 00:15:40 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240912-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-09-15 00:15:40 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-09-15 00:15:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-09-15 00:15:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-09-15 00:15:41 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-09-15 00:15:41 | INFO  | update_image:214 - Our checksum is sha256:ffafb396efb0f01b2c0e8565635d9f12e51a43c51c6445fd0f84ad95c7f74f9b 2024-09-15 00:15:41 | INFO  | update_image:240 - New values are {'version': '20240912', 'build_date': datetime.date(2024, 9, 12), 'checksum': 'sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52', 'url': 'https://cloud-images.ubuntu.com/noble/20240912/noble-server-cloudimg-amd64.img'} 2024-09-15 00:15:41 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240912-ubuntu-24.04.qcow2 2024-09-15 00:15:41 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240912-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.8.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (33.86=setup[15.55]+cmd[18.31] seconds) congratulations :) (33.96 seconds) ``` ### stderr: ```Shell 2024-09-22 00:15:35 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-09-22 00:15:35 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-09-22 00:15:35 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-22 00:15:35 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-09-22 00:15:36 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-09-22 00:15:36 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-09-22 00:15:36 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-22 00:15:36 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-22 00:15:36 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-09-22 00:15:36 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-22 00:15:36 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-09-22 00:15:36 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-09-22 00:15:36 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-09-22 00:15:36 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-22 00:15:36 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-22 00:15:36 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-09-22 00:15:36 | INFO  | update_image:185 - Checking image CentOS 7 2024-09-22 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-09-22 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-09-22 00:15:36 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-22 00:15:36 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-22 00:15:36 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-22 00:15:36 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-22 00:15:36 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-09-22 00:15:36 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-09-22 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-22 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-09-22 00:15:37 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-22 00:15:37 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-22 00:15:37 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-09-22 00:15:37 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-09-22 00:15:37 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-09-22 00:15:37 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240916.0.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240916.0.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240916.0.x86_64.qcow2 is sha256:18e41428f5fa9072c5c73f93e92b706749c3fe0bdf5bc11108900a7a8d8894a7 2024-09-22 00:15:37 | INFO  | update_image:214 - Our checksum is sha256:23bf8320f2d9d5ee405e23907551d6502e45c7f0514d9b4d91b0f4fd13cedeab 2024-09-22 00:15:37 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240916.0.x86_64.qcow2 2024-09-22 00:15:37 | INFO  | update_image:240 - New values are {'version': '20240917', 'build_date': datetime.date(2024, 9, 17), 'checksum': 'sha256:18e41428f5fa9072c5c73f93e92b706749c3fe0bdf5bc11108900a7a8d8894a7', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240916.0.x86_64.qcow2'} 2024-09-22 00:15:37 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240917-centos-stream-9.qcow2 2024-09-22 00:15:37 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240917-centos-stream-9.qcow2, dry-run enabled 2024-09-22 00:15:37 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-09-22 00:15:37 | INFO  | update_image:185 - Checking image Debian 10 2024-09-22 00:15:37 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-09-22 00:15:37 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-09-22 00:15:39 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-22 00:15:39 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-22 00:15:39 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-09-22 00:15:39 | INFO  | update_image:185 - Checking image Debian 11 2024-09-22 00:15:39 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-09-22 00:15:39 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-09-22 00:15:40 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240904-1860.qcow2 is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-22 00:15:40 | INFO  | update_image:214 - Our checksum is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-22 00:15:40 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-09-22 00:15:40 | INFO  | update_image:185 - Checking image Debian 12 2024-09-22 00:15:40 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-09-22 00:15:40 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-09-22 00:15:42 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240921-1877.qcow2 is sha512:237494dfaa3129fef0784550ad17f99431ce97572949a1089d709b8728c226786827bab8a3a76120f53ddfbb4c494424187ffef58cf2dbcf3117ab7ac1458576 2024-09-22 00:15:42 | INFO  | update_image:214 - Our checksum is sha512:e2dd4d4dc833e592b3e938f8e558f08f89aae7b8f4bb6141d777262b8c03019973957e0280b9f371a673b21dcd35f6ee779bebe784963f18104544b2908f3b77 2024-09-22 00:15:42 | INFO  | update_image:240 - New values are {'version': '20240921', 'build_date': datetime.date(2024, 9, 21), 'checksum': 'sha512:237494dfaa3129fef0784550ad17f99431ce97572949a1089d709b8728c226786827bab8a3a76120f53ddfbb4c494424187ffef58cf2dbcf3117ab7ac1458576', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240921-1877/debian-12-genericcloud-amd64-daily-20240921-1877.qcow2'} 2024-09-22 00:15:42 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240921-debian-12.qcow2 2024-09-22 00:15:42 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240921-debian-12.qcow2, dry-run enabled 2024-09-22 00:15:42 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-09-22 00:15:42 | INFO  | update_image:185 - Checking image Rocky 8 2024-09-22 00:15:42 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-09-22 00:15:42 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-22 00:15:42 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-22 00:15:42 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-22 00:15:42 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-09-22 00:15:42 | INFO  | update_image:185 - Checking image Rocky 9 2024-09-22 00:15:42 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-09-22 00:15:42 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-22 00:15:42 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-22 00:15:42 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-22 00:15:42 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-09-22 00:15:42 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-09-22 00:15:42 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-09-22 00:15:42 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-09-22 00:15:42 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-09-22 00:15:43 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-22 00:15:43 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-22 00:15:43 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-09-22 00:15:43 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-09-22 00:15:43 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-09-22 00:15:43 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-09-22 00:15:44 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-22 00:15:44 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-22 00:15:44 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-09-22 00:15:44 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-09-22 00:15:44 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-09-22 00:15:44 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-09-22 00:15:46 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-22 00:15:46 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-22 00:15:46 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-09-22 00:15:46 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-09-22 00:15:46 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-09-22 00:15:46 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-09-22 00:15:47 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-22 00:15:47 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-22 00:15:47 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-09-22 00:15:47 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-09-22 00:15:47 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-09-22 00:15:47 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-09-22 00:15:48 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-22 00:15:48 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-22 00:15:48 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-09-22 00:15:48 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-09-22 00:15:48 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-09-22 00:15:48 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-09-22 00:15:49 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-22 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-22 00:15:49 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-09-22 00:15:49 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-09-22 00:15:49 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-09-22 00:15:49 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-09-22 00:15:50 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:e50c9332ef5859b5634699e02239f7f00c9816ad5e77df72bedf706ccffc3316 2024-09-22 00:15:50 | INFO  | update_image:214 - Our checksum is sha256:1f4d464ac70f334ec82a6d410144da8d45ae6b342d0bed035cf29bfa4608e7f3 2024-09-22 00:15:50 | INFO  | update_image:240 - New values are {'version': '20240917', 'build_date': datetime.date(2024, 9, 17), 'checksum': 'sha256:e50c9332ef5859b5634699e02239f7f00c9816ad5e77df72bedf706ccffc3316', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240917/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-09-22 00:15:50 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240917-ubuntu-20.04-minimal.qcow2 2024-09-22 00:15:50 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240917-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-09-22 00:15:50 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-09-22 00:15:50 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-09-22 00:15:50 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-09-22 00:15:51 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-09-22 00:15:51 | INFO  | update_image:214 - Our checksum is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-09-22 00:15:51 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-09-22 00:15:51 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-09-22 00:15:51 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-09-22 00:15:51 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-09-22 00:15:52 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:00074a3d83dcb494b3dabcdab02a282b22fd74619bdf33dc1bc4e0ff410fde22 2024-09-22 00:15:52 | INFO  | update_image:214 - Our checksum is sha256:00074a3d83dcb494b3dabcdab02a282b22fd74619bdf33dc1bc4e0ff410fde22 2024-09-22 00:15:52 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-09-22 00:15:52 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-09-22 00:15:52 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-09-22 00:15:52 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-09-22 00:15:53 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-09-22 00:15:53 | INFO  | update_image:214 - Our checksum is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-09-22 00:15:53 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 months ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.20.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.8.1,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (23.76=setup[13.19]+cmd[10.57] seconds) congratulations :) (23.83 seconds) ``` ### stderr: ```Shell 2024-09-29 00:15:45 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-09-29 00:15:45 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-09-29 00:15:45 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-29 00:15:45 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-09-29 00:15:45 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-09-29 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-09-29 00:15:45 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-09-29 00:15:45 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-29 00:15:45 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-09-29 00:15:45 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-29 00:15:45 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-09-29 00:15:45 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-09-29 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-09-29 00:15:45 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-09-29 00:15:45 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-09-29 00:15:45 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-09-29 00:15:45 | INFO  | update_image:185 - Checking image CentOS 7 2024-09-29 00:15:45 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-09-29 00:15:45 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-09-29 00:15:46 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-29 00:15:46 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-09-29 00:15:46 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-29 00:15:46 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-09-29 00:15:46 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-09-29 00:15:46 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-09-29 00:15:46 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-09-29 00:15:46 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-29 00:15:46 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-09-29 00:15:46 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-09-29 00:15:46 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-09-29 00:15:46 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-09-29 00:15:46 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240923.0.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240923.0.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240923.0.x86_64.qcow2 is sha256:6fc954337517b017858551bd4e954ecbb302fbf405c468c96e722d13ff4caf2f 2024-09-29 00:15:46 | INFO  | update_image:214 - Our checksum is sha256:18e41428f5fa9072c5c73f93e92b706749c3fe0bdf5bc11108900a7a8d8894a7 2024-09-29 00:15:46 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240923.0.x86_64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:240 - New values are {'version': '20240924', 'build_date': datetime.date(2024, 9, 24), 'checksum': 'sha256:6fc954337517b017858551bd4e954ecbb302fbf405c468c96e722d13ff4caf2f', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240923.0.x86_64.qcow2'} 2024-09-29 00:15:46 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240924-centos-stream-9.qcow2 2024-09-29 00:15:46 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240924-centos-stream-9.qcow2, dry-run enabled 2024-09-29 00:15:46 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-09-29 00:15:46 | INFO  | update_image:185 - Checking image Debian 10 2024-09-29 00:15:46 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-09-29 00:15:46 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-09-29 00:15:47 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-29 00:15:47 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-09-29 00:15:47 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-09-29 00:15:47 | INFO  | update_image:185 - Checking image Debian 11 2024-09-29 00:15:47 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-09-29 00:15:47 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-09-29 00:15:48 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240904-1860.qcow2 is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-29 00:15:48 | INFO  | update_image:214 - Our checksum is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-09-29 00:15:48 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-09-29 00:15:48 | INFO  | update_image:185 - Checking image Debian 12 2024-09-29 00:15:48 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-09-29 00:15:48 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-09-29 00:15:49 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20240928-1884.qcow2 is sha512:2e57999911d18683252e70611b44d626afef06b9f2c91fa2a8465e6e45257bfe19c987c72dae55d16d54b3ac5a88ef40abf4c257711a9cdb390b4e4e40c9daa9 2024-09-29 00:15:49 | INFO  | update_image:214 - Our checksum is sha512:237494dfaa3129fef0784550ad17f99431ce97572949a1089d709b8728c226786827bab8a3a76120f53ddfbb4c494424187ffef58cf2dbcf3117ab7ac1458576 2024-09-29 00:15:49 | INFO  | update_image:240 - New values are {'version': '20240928', 'build_date': datetime.date(2024, 9, 28), 'checksum': 'sha512:2e57999911d18683252e70611b44d626afef06b9f2c91fa2a8465e6e45257bfe19c987c72dae55d16d54b3ac5a88ef40abf4c257711a9cdb390b4e4e40c9daa9', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240928-1884/debian-12-genericcloud-amd64-daily-20240928-1884.qcow2'} 2024-09-29 00:15:49 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240928-debian-12.qcow2 2024-09-29 00:15:49 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240928-debian-12.qcow2, dry-run enabled 2024-09-29 00:15:49 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-09-29 00:15:49 | INFO  | update_image:185 - Checking image Rocky 8 2024-09-29 00:15:49 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-09-29 00:15:49 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-29 00:15:49 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-29 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-09-29 00:15:49 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-09-29 00:15:49 | INFO  | update_image:185 - Checking image Rocky 9 2024-09-29 00:15:49 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-09-29 00:15:49 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-09-29 00:15:49 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-29 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-09-29 00:15:49 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-09-29 00:15:49 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-09-29 00:15:49 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-09-29 00:15:49 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-09-29 00:15:49 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-09-29 00:15:49 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-29 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-09-29 00:15:49 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-09-29 00:15:49 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-09-29 00:15:49 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-09-29 00:15:49 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-09-29 00:15:50 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-29 00:15:50 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-09-29 00:15:50 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-09-29 00:15:50 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-09-29 00:15:50 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-09-29 00:15:50 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-09-29 00:15:51 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-29 00:15:51 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-09-29 00:15:51 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-09-29 00:15:51 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-09-29 00:15:51 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-09-29 00:15:51 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-09-29 00:15:51 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-29 00:15:51 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-09-29 00:15:51 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-09-29 00:15:51 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-09-29 00:15:51 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-09-29 00:15:51 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-09-29 00:15:52 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-29 00:15:52 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-09-29 00:15:52 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-09-29 00:15:52 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-09-29 00:15:52 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-09-29 00:15:52 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-09-29 00:15:53 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-29 00:15:53 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-09-29 00:15:53 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-09-29 00:15:53 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-09-29 00:15:53 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-09-29 00:15:53 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-09-29 00:15:53 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-09-29 00:15:53 | INFO  | update_image:214 - Our checksum is sha256:e50c9332ef5859b5634699e02239f7f00c9816ad5e77df72bedf706ccffc3316 2024-09-29 00:15:53 | INFO  | update_image:240 - New values are {'version': '20240927', 'build_date': datetime.date(2024, 9, 27), 'checksum': 'sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240927/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-09-29 00:15:53 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240927-ubuntu-20.04-minimal.qcow2 2024-09-29 00:15:53 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240927-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-09-29 00:15:53 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-09-29 00:15:53 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-09-29 00:15:53 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-09-29 00:15:54 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-09-29 00:15:54 | INFO  | update_image:214 - Our checksum is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-09-29 00:15:54 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-09-29 00:15:54 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-09-29 00:15:54 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-09-29 00:15:54 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-09-29 00:15:55 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-09-29 00:15:55 | INFO  | update_image:214 - Our checksum is sha256:00074a3d83dcb494b3dabcdab02a282b22fd74619bdf33dc1bc4e0ff410fde22 2024-09-29 00:15:55 | INFO  | update_image:240 - New values are {'version': '20240926', 'build_date': datetime.date(2024, 9, 26), 'checksum': 'sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240926/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-09-29 00:15:55 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240926-ubuntu-22.04-minimal.qcow2 2024-09-29 00:15:55 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240926-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-09-29 00:15:55 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-09-29 00:15:55 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-09-29 00:15:55 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-09-29 00:15:55 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-09-29 00:15:55 | INFO  | update_image:214 - Our checksum is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-09-29 00:15:55 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 1 month ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.3.2,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.21.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.9.2,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (24.12=setup[13.57]+cmd[10.55] seconds) congratulations :) (24.19 seconds) ``` ### stderr: ```Shell 2024-10-06 00:15:34 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-10-06 00:15:34 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-10-06 00:15:34 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-10-06 00:15:34 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-10-06 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-10-06 00:15:34 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-06 00:15:34 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-10-06 00:15:34 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-10-06 00:15:34 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-10-06 00:15:34 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-10-06 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-10-06 00:15:34 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-06 00:15:34 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-10-06 00:15:34 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-10-06 00:15:34 | INFO  | update_image:185 - Checking image CentOS 7 2024-10-06 00:15:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-10-06 00:15:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-10-06 00:15:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-06 00:15:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-06 00:15:34 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-06 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-06 00:15:34 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-10-06 00:15:34 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-10-06 00:15:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-10-06 00:15:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-06 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-06 00:15:34 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-10-06 00:15:34 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-10-06 00:15:34 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-10-06 00:15:34 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240930.0.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20240930.0.x86_64.qcow2 2024-10-06 00:15:34 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20240930.0.x86_64.qcow2 is sha256:8f250443d5c29f9b9d43a991364eacd7e98f2e69d608a13fa0f967f402d1de27 2024-10-06 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:6fc954337517b017858551bd4e954ecbb302fbf405c468c96e722d13ff4caf2f 2024-10-06 00:15:34 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240930.0.x86_64.qcow2 2024-10-06 00:15:35 | INFO  | update_image:240 - New values are {'version': '20241001', 'build_date': datetime.date(2024, 10, 1), 'checksum': 'sha256:8f250443d5c29f9b9d43a991364eacd7e98f2e69d608a13fa0f967f402d1de27', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240930.0.x86_64.qcow2'} 2024-10-06 00:15:35 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241001-centos-stream-9.qcow2 2024-10-06 00:15:35 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241001-centos-stream-9.qcow2, dry-run enabled 2024-10-06 00:15:35 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-10-06 00:15:35 | INFO  | update_image:185 - Checking image Debian 10 2024-10-06 00:15:35 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-10-06 00:15:35 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-10-06 00:15:36 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-06 00:15:36 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-06 00:15:36 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-10-06 00:15:36 | INFO  | update_image:185 - Checking image Debian 11 2024-10-06 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-10-06 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-10-06 00:15:36 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20240904-1860.qcow2 is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-10-06 00:15:36 | INFO  | update_image:214 - Our checksum is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-10-06 00:15:36 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-10-06 00:15:36 | INFO  | update_image:185 - Checking image Debian 12 2024-10-06 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-10-06 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-10-06 00:15:37 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241005-1891.qcow2 is sha512:9cfc2df17700ae27559c00d140edee780ad92103012a174c922adef2bb0569095acbcdc5a9ae0930a8a8088e365644f5ad00a4d8fe7c12d82eac40f657add276 2024-10-06 00:15:37 | INFO  | update_image:214 - Our checksum is sha512:2e57999911d18683252e70611b44d626afef06b9f2c91fa2a8465e6e45257bfe19c987c72dae55d16d54b3ac5a88ef40abf4c257711a9cdb390b4e4e40c9daa9 2024-10-06 00:15:37 | INFO  | update_image:240 - New values are {'version': '20241005', 'build_date': datetime.date(2024, 10, 5), 'checksum': 'sha512:9cfc2df17700ae27559c00d140edee780ad92103012a174c922adef2bb0569095acbcdc5a9ae0930a8a8088e365644f5ad00a4d8fe7c12d82eac40f657add276', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241005-1891/debian-12-genericcloud-amd64-daily-20241005-1891.qcow2'} 2024-10-06 00:15:37 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241005-debian-12.qcow2 2024-10-06 00:15:37 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241005-debian-12.qcow2, dry-run enabled 2024-10-06 00:15:37 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-10-06 00:15:37 | INFO  | update_image:185 - Checking image Rocky 8 2024-10-06 00:15:37 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-10-06 00:15:37 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-06 00:15:37 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-06 00:15:37 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-06 00:15:37 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-10-06 00:15:37 | INFO  | update_image:185 - Checking image Rocky 9 2024-10-06 00:15:37 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-10-06 00:15:37 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-06 00:15:38 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-06 00:15:38 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-06 00:15:38 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-10-06 00:15:38 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-10-06 00:15:38 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-10-06 00:15:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-10-06 00:15:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-10-06 00:15:38 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-06 00:15:38 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-06 00:15:38 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-10-06 00:15:38 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-10-06 00:15:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-10-06 00:15:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-10-06 00:15:39 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-06 00:15:39 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-06 00:15:39 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-10-06 00:15:39 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-10-06 00:15:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-10-06 00:15:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-10-06 00:15:40 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-06 00:15:40 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-06 00:15:40 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-10-06 00:15:40 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-10-06 00:15:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-10-06 00:15:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-10-06 00:15:40 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-06 00:15:40 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-06 00:15:40 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-10-06 00:15:40 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-10-06 00:15:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-10-06 00:15:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-10-06 00:15:41 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-06 00:15:41 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-06 00:15:41 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-10-06 00:15:41 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-10-06 00:15:41 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-10-06 00:15:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-10-06 00:15:41 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-06 00:15:41 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-06 00:15:41 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-10-06 00:15:41 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-10-06 00:15:41 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-10-06 00:15:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-10-06 00:15:42 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-10-06 00:15:42 | INFO  | update_image:214 - Our checksum is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-10-06 00:15:42 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-10-06 00:15:42 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-10-06 00:15:42 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-10-06 00:15:42 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-10-06 00:15:43 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-06 00:15:43 | INFO  | update_image:214 - Our checksum is sha256:5da0b3d37d02ca6c6760caa4041b4df14e08abc7bc9b2db39133eef8ee145f6d 2024-10-06 00:15:43 | INFO  | update_image:240 - New values are {'version': '20241002', 'build_date': datetime.date(2024, 10, 2), 'checksum': 'sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318', 'url': 'https://cloud-images.ubuntu.com/jammy/20241002/jammy-server-cloudimg-amd64.img'} 2024-10-06 00:15:43 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20241002-ubuntu-22.04.qcow2 2024-10-06 00:15:43 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20241002-ubuntu-22.04.qcow2, dry-run enabled 2024-10-06 00:15:43 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-10-06 00:15:43 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-10-06 00:15:43 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-10-06 00:15:43 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-06 00:15:43 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-06 00:15:43 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-10-06 00:15:43 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-10-06 00:15:43 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-10-06 00:15:43 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-10-06 00:15:44 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-10-06 00:15:44 | INFO  | update_image:214 - Our checksum is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-10-06 00:15:44 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 1 month ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,click==8.1.7,cryptography==43.0.1,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.21.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.9.2,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (30.80=setup[12.54]+cmd[18.26] seconds) congratulations :) (30.87 seconds) ``` ### stderr: ```Shell 2024-10-13 00:15:25 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-10-13 00:15:25 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-10-13 00:15:25 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-13 00:15:25 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-10-13 00:15:26 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-10-13 00:15:26 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-10-13 00:15:26 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-13 00:15:26 | WARNING  | update_image:226 - Image AlmaLinux 8 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-10-13 00:15:26 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-10-13 00:15:26 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-13 00:15:26 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-10-13 00:15:26 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-10-13 00:15:26 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-10-13 00:15:26 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-13 00:15:26 | WARNING  | update_image:226 - Image AlmaLinux 9 cannot be processed, skipping: HTTP Error 403: Forbidden 2024-10-13 00:15:26 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-10-13 00:15:26 | INFO  | update_image:185 - Checking image CentOS 7 2024-10-13 00:15:26 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-10-13 00:15:26 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-10-13 00:15:26 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-13 00:15:26 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-13 00:15:26 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-13 00:15:26 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-13 00:15:26 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-10-13 00:15:26 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-10-13 00:15:26 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-13 00:15:26 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-10-13 00:15:26 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-13 00:15:26 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-13 00:15:26 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-13 00:15:26 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-13 00:15:26 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-10-13 00:15:26 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-10-13 00:15:26 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-13 00:15:26 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-10-13 00:15:27 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241007.0.x86_64.qcow2 2024-10-13 00:15:27 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241007.0.x86_64.qcow2 2024-10-13 00:15:27 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241007.0.x86_64.qcow2 is sha256:5b7df3597dd65d4dafc47f52047eca55dd4a57c0d900761f79b726b9d7e1c01f 2024-10-13 00:15:27 | INFO  | update_image:214 - Our checksum is sha256:8f250443d5c29f9b9d43a991364eacd7e98f2e69d608a13fa0f967f402d1de27 2024-10-13 00:15:27 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241007.0.x86_64.qcow2 2024-10-13 00:15:27 | INFO  | update_image:240 - New values are {'version': '20241008', 'build_date': datetime.date(2024, 10, 8), 'checksum': 'sha256:5b7df3597dd65d4dafc47f52047eca55dd4a57c0d900761f79b726b9d7e1c01f', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241007.0.x86_64.qcow2'} 2024-10-13 00:15:27 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241008-centos-stream-9.qcow2 2024-10-13 00:15:27 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241008-centos-stream-9.qcow2, dry-run enabled 2024-10-13 00:15:27 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-10-13 00:15:27 | INFO  | update_image:185 - Checking image Debian 10 2024-10-13 00:15:27 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-10-13 00:15:27 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-10-13 00:15:29 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-13 00:15:29 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-13 00:15:29 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-10-13 00:15:29 | INFO  | update_image:185 - Checking image Debian 11 2024-10-13 00:15:29 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-10-13 00:15:29 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-10-13 00:15:30 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241007-1893.qcow2 is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-10-13 00:15:30 | INFO  | update_image:214 - Our checksum is sha512:aaaba1080b0954ba6c2067cd8ca2f705549cc555e8681c7641e1efa59aae293cad779445d31a061bf943370582567c03463bf5e093d9e4563cf2d6b3f317ecdc 2024-10-13 00:15:30 | INFO  | update_image:240 - New values are {'version': '20241007', 'build_date': datetime.date(2024, 10, 7), 'checksum': 'sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49', 'url': 'https://cdimage.debian.org/cdimage/cloud/bullseye/20241007-1893/debian-11-genericcloud-amd64-20241007-1893.qcow2'} 2024-10-13 00:15:30 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20241007-debian-11.qcow2 2024-10-13 00:15:30 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20241007-debian-11.qcow2, dry-run enabled 2024-10-13 00:15:30 | INFO  | update_image:185 - Checking image Debian 12 2024-10-13 00:15:30 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-10-13 00:15:30 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-10-13 00:15:31 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241012-1898.qcow2 is sha512:d202cc0e07198600389f30f558edec00d35f46b8be78aeb3b5ddd57b6642be68f19d12478e6bd0f0120a1254f2dc584105e936ea351a7be2f702613fb54bc49a 2024-10-13 00:15:31 | INFO  | update_image:214 - Our checksum is sha512:9cfc2df17700ae27559c00d140edee780ad92103012a174c922adef2bb0569095acbcdc5a9ae0930a8a8088e365644f5ad00a4d8fe7c12d82eac40f657add276 2024-10-13 00:15:31 | INFO  | update_image:240 - New values are {'version': '20241012', 'build_date': datetime.date(2024, 10, 12), 'checksum': 'sha512:d202cc0e07198600389f30f558edec00d35f46b8be78aeb3b5ddd57b6642be68f19d12478e6bd0f0120a1254f2dc584105e936ea351a7be2f702613fb54bc49a', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241012-1898/debian-12-genericcloud-amd64-daily-20241012-1898.qcow2'} 2024-10-13 00:15:31 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241012-debian-12.qcow2 2024-10-13 00:15:31 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241012-debian-12.qcow2, dry-run enabled 2024-10-13 00:15:31 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-10-13 00:15:31 | INFO  | update_image:185 - Checking image Rocky 8 2024-10-13 00:15:31 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-10-13 00:15:31 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-13 00:15:32 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-13 00:15:32 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-13 00:15:32 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-10-13 00:15:32 | INFO  | update_image:185 - Checking image Rocky 9 2024-10-13 00:15:32 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-10-13 00:15:32 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-13 00:15:32 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-13 00:15:32 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-13 00:15:32 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-10-13 00:15:32 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-10-13 00:15:32 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-10-13 00:15:32 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-10-13 00:15:32 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-10-13 00:15:33 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-13 00:15:33 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-13 00:15:33 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-10-13 00:15:33 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-10-13 00:15:33 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-10-13 00:15:33 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-10-13 00:15:34 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-13 00:15:34 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-13 00:15:34 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-10-13 00:15:34 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-10-13 00:15:34 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-10-13 00:15:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-10-13 00:15:35 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-13 00:15:35 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-13 00:15:35 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-10-13 00:15:35 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-10-13 00:15:35 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-10-13 00:15:35 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-10-13 00:15:36 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-13 00:15:36 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-13 00:15:36 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-10-13 00:15:36 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-10-13 00:15:36 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-10-13 00:15:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-10-13 00:15:38 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-13 00:15:38 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-13 00:15:38 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-10-13 00:15:38 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-10-13 00:15:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-10-13 00:15:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-10-13 00:15:39 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-13 00:15:39 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-13 00:15:39 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-10-13 00:15:39 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-10-13 00:15:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-10-13 00:15:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-10-13 00:15:40 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-10-13 00:15:40 | INFO  | update_image:214 - Our checksum is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-10-13 00:15:40 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-10-13 00:15:40 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-10-13 00:15:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-10-13 00:15:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-10-13 00:15:41 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-13 00:15:41 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-13 00:15:41 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-10-13 00:15:41 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-10-13 00:15:41 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-10-13 00:15:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-10-13 00:15:42 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-13 00:15:42 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-13 00:15:42 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-10-13 00:15:42 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-10-13 00:15:42 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-10-13 00:15:42 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-10-13 00:15:43 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-10-13 00:15:43 | INFO  | update_image:214 - Our checksum is sha256:21dc4933dc022406b20df78d81fd34d953799ff133d826c2f3136f6936887a52 2024-10-13 00:15:43 | INFO  | update_image:240 - New values are {'version': '20241004', 'build_date': datetime.date(2024, 10, 4), 'checksum': 'sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788', 'url': 'https://cloud-images.ubuntu.com/noble/20241004/noble-server-cloudimg-amd64.img'} 2024-10-13 00:15:43 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241004-ubuntu-24.04.qcow2 2024-10-13 00:15:43 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241004-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

Changed 3 files: - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 1 month ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,click==8.1.7,cryptography==43.0.3,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.21.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.9.2,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.8,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (23.40=setup[13.19]+cmd[10.21] seconds) congratulations :) (23.47 seconds) ``` ### stderr: ```Shell 2024-10-20 00:15:45 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-10-20 00:15:45 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-10-20 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:a1686bc537bce699b512e3233666f5b8f69ed797ff1ce0af52c17fdc52942621 2024-10-20 00:15:45 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:240 - New values are {'version': '20240819', 'build_date': datetime.date(2024, 8, 19), 'checksum': 'sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3', 'url': 'https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2'} 2024-10-20 00:15:45 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-8/20240819-almalinux-8.qcow2 2024-10-20 00:15:45 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-8/20240819-almalinux-8.qcow2, dry-run enabled 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-10-20 00:15:45 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-10-20 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:6bbd060c971fd827a544c7e5e991a7d9e44460a449d2d058a0bb1290dec5a114 2024-10-20 00:15:45 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:240 - New values are {'version': '20240805', 'build_date': datetime.date(2024, 8, 5), 'checksum': 'sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816', 'url': 'https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2'} 2024-10-20 00:15:45 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-9/20240805-almalinux-9.qcow2 2024-10-20 00:15:45 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/almalinux-9/20240805-almalinux-9.qcow2, dry-run enabled 2024-10-20 00:15:45 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image CentOS 7 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-10-20 00:15:45 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-20 00:15:45 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-20 00:15:45 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-20 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-20 00:15:45 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-10-20 00:15:45 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-20 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-20 00:15:45 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-10-20 00:15:45 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241016.0.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241016.0.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241016.0.x86_64.qcow2 is sha256:60dd497e0b96fe522e518d3144bcf3dc4fc44572044326caed81116c499f894d 2024-10-20 00:15:45 | INFO  | update_image:214 - Our checksum is sha256:5b7df3597dd65d4dafc47f52047eca55dd4a57c0d900761f79b726b9d7e1c01f 2024-10-20 00:15:45 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241016.0.x86_64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:240 - New values are {'version': '20241017', 'build_date': datetime.date(2024, 10, 17), 'checksum': 'sha256:60dd497e0b96fe522e518d3144bcf3dc4fc44572044326caed81116c499f894d', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241016.0.x86_64.qcow2'} 2024-10-20 00:15:45 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241017-centos-stream-9.qcow2 2024-10-20 00:15:45 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241017-centos-stream-9.qcow2, dry-run enabled 2024-10-20 00:15:45 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-10-20 00:15:45 | INFO  | update_image:185 - Checking image Debian 10 2024-10-20 00:15:45 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-10-20 00:15:45 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-10-20 00:15:46 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-20 00:15:46 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-20 00:15:46 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-10-20 00:15:46 | INFO  | update_image:185 - Checking image Debian 11 2024-10-20 00:15:46 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-10-20 00:15:46 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-10-20 00:15:47 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241007-1893.qcow2 is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-10-20 00:15:47 | INFO  | update_image:214 - Our checksum is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-10-20 00:15:47 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-10-20 00:15:47 | INFO  | update_image:185 - Checking image Debian 12 2024-10-20 00:15:47 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-10-20 00:15:47 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-10-20 00:15:48 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241019-1905.qcow2 is sha512:59ccbe9121b0f7c0729e9e5e4342b5f121e27f3a33c31d1b4b4fc102a9ffb52ec96944cc204a10ad876d533b8a27255ad1f90cbec31615baf24ddf90a6647c86 2024-10-20 00:15:48 | INFO  | update_image:214 - Our checksum is sha512:d202cc0e07198600389f30f558edec00d35f46b8be78aeb3b5ddd57b6642be68f19d12478e6bd0f0120a1254f2dc584105e936ea351a7be2f702613fb54bc49a 2024-10-20 00:15:48 | INFO  | update_image:240 - New values are {'version': '20241019', 'build_date': datetime.date(2024, 10, 19), 'checksum': 'sha512:59ccbe9121b0f7c0729e9e5e4342b5f121e27f3a33c31d1b4b4fc102a9ffb52ec96944cc204a10ad876d533b8a27255ad1f90cbec31615baf24ddf90a6647c86', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241019-1905/debian-12-genericcloud-amd64-daily-20241019-1905.qcow2'} 2024-10-20 00:15:48 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241019-debian-12.qcow2 2024-10-20 00:15:48 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241019-debian-12.qcow2, dry-run enabled 2024-10-20 00:15:48 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-10-20 00:15:48 | INFO  | update_image:185 - Checking image Rocky 8 2024-10-20 00:15:48 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-10-20 00:15:48 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-20 00:15:49 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-20 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-20 00:15:49 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-10-20 00:15:49 | INFO  | update_image:185 - Checking image Rocky 9 2024-10-20 00:15:49 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-10-20 00:15:49 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-20 00:15:49 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-20 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-20 00:15:49 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-10-20 00:15:49 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-10-20 00:15:49 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-10-20 00:15:49 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-10-20 00:15:49 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-10-20 00:15:49 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-20 00:15:49 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-20 00:15:49 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-10-20 00:15:49 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-10-20 00:15:49 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-10-20 00:15:49 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-10-20 00:15:50 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-20 00:15:50 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-20 00:15:50 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-10-20 00:15:50 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-10-20 00:15:50 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-10-20 00:15:50 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-10-20 00:15:50 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-20 00:15:50 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-20 00:15:50 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-10-20 00:15:50 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-10-20 00:15:50 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-10-20 00:15:50 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-10-20 00:15:51 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-20 00:15:51 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-20 00:15:51 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-10-20 00:15:51 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-10-20 00:15:51 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-10-20 00:15:51 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-10-20 00:15:52 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-20 00:15:52 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-20 00:15:52 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-10-20 00:15:52 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-10-20 00:15:52 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-10-20 00:15:52 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-10-20 00:15:52 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-20 00:15:52 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-20 00:15:52 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-10-20 00:15:52 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-10-20 00:15:52 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-10-20 00:15:52 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-10-20 00:15:53 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-10-20 00:15:53 | INFO  | update_image:214 - Our checksum is sha256:8b657d734636d072d9adeef6897f354b38f568c56d2b14711a1feb3190b6835b 2024-10-20 00:15:53 | INFO  | update_image:240 - New values are {'version': '20241016', 'build_date': datetime.date(2024, 10, 16), 'checksum': 'sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20241016/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-10-20 00:15:53 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20241016-ubuntu-20.04-minimal.qcow2 2024-10-20 00:15:53 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20241016-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-10-20 00:15:53 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-10-20 00:15:53 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-10-20 00:15:53 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-10-20 00:15:54 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-20 00:15:54 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-20 00:15:54 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-10-20 00:15:54 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-10-20 00:15:54 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-10-20 00:15:54 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-10-20 00:15:54 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-20 00:15:54 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-20 00:15:54 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-10-20 00:15:54 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-10-20 00:15:54 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-10-20 00:15:54 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-10-20 00:15:55 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-10-20 00:15:55 | INFO  | update_image:214 - Our checksum is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-10-20 00:15:55 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 4 files: - etc/images/almalinux.yml - etc/images/centos.yml - etc/images/debian.yml - etc/images/ubuntu.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 1 month ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
tox -e update -- --dry-run ```Shell update: install_deps> python -I -m pip install -r requirements.txt update: freeze> python -m pip freeze --all update: argon2-cffi==23.1.0,argon2-cffi-bindings==21.2.0,bcrypt==4.2.0,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,click==8.1.7,cryptography==43.0.3,decorator==5.1.1,dogpile.cache==1.3.3,idna==3.10,iso8601==2.1.0,jmespath==1.0.1,jsonpatch==1.33,jsonpointer==3.0.0,keystoneauth1==5.8.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.7,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==3.2.0,os-service-types==1.7.0,paramiko==3.4.0,patool==2.3.0,pbr==6.1.0,pip==24.2,platformdirs==4.3.6,pycparser==2.22,pycryptodome==3.21.0,Pygments==2.18.0,PyNaCl==1.5.0,PyYAML==6.0.2,requests==2.32.3,requestsexceptions==1.4.0,rich==13.9.3,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.12,shellingham==1.5.4,stevedore==5.3.0,tabulate==0.9.0,typer==0.12.3,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (37.84=setup[20.52]+cmd[17.32] seconds) congratulations :) (38.03 seconds) ``` ### stderr: ```Shell 2024-10-27 00:15:56 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-10-27 00:15:56 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-10-27 00:15:56 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 2024-10-27 00:15:56 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-10-27 00:15:56 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-10-27 00:15:56 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-10-27 00:15:56 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-10-27 00:15:56 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-10-27 00:15:56 | INFO  | update_image:188 - Latest download URL is https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-10-27 00:15:56 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-10-27 00:15:56 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-10-27 00:15:56 | INFO  | update_image:214 - Our checksum is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-10-27 00:15:56 | INFO  | update_image:217 - Image AlmaLinux 9 is up-to-date, nothing to do 2024-10-27 00:15:56 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-10-27 00:15:56 | INFO  | update_image:185 - Checking image CentOS 7 2024-10-27 00:15:56 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS 2024-10-27 00:15:56 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-10-27 00:15:57 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-27 00:15:57 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-10-27 00:15:57 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-27 00:15:57 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-10-27 00:15:57 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-10-27 00:15:57 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-10-27 00:15:57 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-10-27 00:15:57 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-27 00:15:57 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-10-27 00:15:57 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-10-27 00:15:57 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-10-27 00:15:57 | INFO  | update_image:188 - Latest download URL is https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-10-27 00:15:57 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241021.0.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241021.0.x86_64.qcow2 2024-10-27 00:15:57 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241021.0.x86_64.qcow2 is sha256:340e9fb1574a34088d4841c64d65616502fedc4c9673f8758711bd7ca0f2546a 2024-10-27 00:15:57 | INFO  | update_image:214 - Our checksum is sha256:60dd497e0b96fe522e518d3144bcf3dc4fc44572044326caed81116c499f894d 2024-10-27 00:15:57 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241021.0.x86_64.qcow2 2024-10-27 00:15:58 | INFO  | update_image:240 - New values are {'version': '20241022', 'build_date': datetime.date(2024, 10, 22), 'checksum': 'sha256:340e9fb1574a34088d4841c64d65616502fedc4c9673f8758711bd7ca0f2546a', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241021.0.x86_64.qcow2'} 2024-10-27 00:15:58 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241022-centos-stream-9.qcow2 2024-10-27 00:15:58 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241022-centos-stream-9.qcow2, dry-run enabled 2024-10-27 00:15:58 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-10-27 00:15:58 | INFO  | update_image:185 - Checking image Debian 10 2024-10-27 00:15:58 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-10-27 00:15:58 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-10-27 00:15:59 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-27 00:15:59 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-10-27 00:15:59 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-10-27 00:15:59 | INFO  | update_image:185 - Checking image Debian 11 2024-10-27 00:15:59 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-10-27 00:15:59 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-10-27 00:16:00 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241007-1893.qcow2 is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-10-27 00:16:00 | INFO  | update_image:214 - Our checksum is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-10-27 00:16:00 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-10-27 00:16:00 | INFO  | update_image:185 - Checking image Debian 12 2024-10-27 00:16:00 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-10-27 00:16:00 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-10-27 00:16:02 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241026-1912.qcow2 is sha512:b9efb7db8dc3264e9c654d98cc9be0761694cba6e030fc493ef9abb0601d15cc7a0f5c25b332851a7df70ecca42db7503ca50beed9f3306d1a54c241a928274d 2024-10-27 00:16:02 | INFO  | update_image:214 - Our checksum is sha512:59ccbe9121b0f7c0729e9e5e4342b5f121e27f3a33c31d1b4b4fc102a9ffb52ec96944cc204a10ad876d533b8a27255ad1f90cbec31615baf24ddf90a6647c86 2024-10-27 00:16:02 | INFO  | update_image:240 - New values are {'version': '20241026', 'build_date': datetime.date(2024, 10, 26), 'checksum': 'sha512:b9efb7db8dc3264e9c654d98cc9be0761694cba6e030fc493ef9abb0601d15cc7a0f5c25b332851a7df70ecca42db7503ca50beed9f3306d1a54c241a928274d', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241026-1912/debian-12-genericcloud-amd64-daily-20241026-1912.qcow2'} 2024-10-27 00:16:02 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241026-debian-12.qcow2 2024-10-27 00:16:02 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241026-debian-12.qcow2, dry-run enabled 2024-10-27 00:16:02 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-10-27 00:16:02 | INFO  | update_image:185 - Checking image Rocky 8 2024-10-27 00:16:02 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2 2024-10-27 00:16:02 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-27 00:16:02 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-27 00:16:02 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-10-27 00:16:02 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-10-27 00:16:02 | INFO  | update_image:185 - Checking image Rocky 9 2024-10-27 00:16:02 | INFO  | update_image:188 - Latest download URL is https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-10-27 00:16:02 | INFO  | update_image:191 - Getting checksums from https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM 2024-10-27 00:16:02 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-27 00:16:02 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-10-27 00:16:02 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-10-27 00:16:02 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-10-27 00:16:02 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-10-27 00:16:02 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-10-27 00:16:02 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-10-27 00:16:03 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-27 00:16:03 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-10-27 00:16:03 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-10-27 00:16:03 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-10-27 00:16:03 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-10-27 00:16:03 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-10-27 00:16:04 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-27 00:16:04 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-10-27 00:16:04 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-10-27 00:16:04 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-10-27 00:16:04 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img 2024-10-27 00:16:04 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-10-27 00:16:05 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-27 00:16:05 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-10-27 00:16:05 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-10-27 00:16:05 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-10-27 00:16:05 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-10-27 00:16:05 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-10-27 00:16:06 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-27 00:16:06 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-10-27 00:16:06 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-10-27 00:16:06 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-10-27 00:16:06 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img 2024-10-27 00:16:06 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-10-27 00:16:07 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-27 00:16:07 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-10-27 00:16:07 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-10-27 00:16:07 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-10-27 00:16:07 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-10-27 00:16:07 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-10-27 00:16:08 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-27 00:16:08 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-10-27 00:16:08 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-10-27 00:16:08 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-10-27 00:16:08 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img 2024-10-27 00:16:08 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-10-27 00:16:09 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-10-27 00:16:09 | INFO  | update_image:214 - Our checksum is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-10-27 00:16:09 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-10-27 00:16:09 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-10-27 00:16:09 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-10-27 00:16:09 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-10-27 00:16:10 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-27 00:16:10 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-10-27 00:16:10 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-10-27 00:16:10 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-10-27 00:16:10 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img 2024-10-27 00:16:10 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-10-27 00:16:11 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-27 00:16:11 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-10-27 00:16:11 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-10-27 00:16:11 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-10-27 00:16:11 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-10-27 00:16:11 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-10-27 00:16:12 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-10-27 00:16:12 | INFO  | update_image:214 - Our checksum is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-10-27 00:16:12 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed 2 files: - etc/images/centos.yml - etc/images/debian.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace