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 #850

Open github-actions[bot] opened 4 weeks ago

github-actions[bot] commented 4 weeks 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.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.10,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==4.1.0,os-service-types==1.7.0,paramiko==3.5.0,patool==3.0.2,pbr==6.1.0,pip==24.3.1,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.4,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.5,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (295.73=setup[14.25]+cmd[281.49] seconds) congratulations :) (295.81 seconds) ``` ### stderr: ```Shell 2024-11-03 00:15:58 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-11-03 00:15:58 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-11-03 00:15:58 | 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-11-03 00:15:58 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-11-03 00:15:58 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-03 00:15:58 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-03 00:15:58 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-11-03 00:15:58 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-11-03 00:15:58 | 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-11-03 00:15:58 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-11-03 00:15:59 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-03 00:15:59 | INFO  | update_image:214 - Our checksum is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-03 00:15:59 | INFO  | update_image:217 - Image AlmaLinux 9 is up-to-date, nothing to do 2024-11-03 00:15:59 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-11-03 00:15:59 | INFO  | update_image:185 - Checking image CentOS 7 2024-11-03 00:15:59 | 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-11-03 00:15:59 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-11-03 00:15:59 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-03 00:15:59 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-03 00:15:59 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-03 00:15:59 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-03 00:15:59 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-11-03 00:15:59 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-11-03 00:15:59 | 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-11-03 00:15:59 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-11-03 00:15:59 | 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-11-03 00:15:59 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-11-03 00:15:59 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-03 00:15:59 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-03 00:15:59 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-11-03 00:15:59 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-11-03 00:15:59 | 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-11-03 00:15:59 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-11-03 00:15:59 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 2024-11-03 00:15:59 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 2024-11-03 00:15:59 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 is sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f 2024-11-03 00:15:59 | INFO  | update_image:214 - Our checksum is sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f 2024-11-03 00:15:59 | INFO  | update_image:217 - Image CentOS Stream 9 is up-to-date, nothing to do 2024-11-03 00:15:59 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-11-03 00:15:59 | INFO  | update_image:185 - Checking image Debian 10 2024-11-03 00:15:59 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-11-03 00:15:59 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-11-03 00:18:15 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-03 00:18:15 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-03 00:18:15 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-11-03 00:18:15 | INFO  | update_image:185 - Checking image Debian 11 2024-11-03 00:18:15 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-11-03 00:18:15 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-11-03 00:18:16 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241007-1893.qcow2 is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-11-03 00:18:16 | INFO  | update_image:214 - Our checksum is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-11-03 00:18:16 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-11-03 00:18:16 | INFO  | update_image:185 - Checking image Debian 12 2024-11-03 00:18:16 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-11-03 00:18:16 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-11-03 00:20:32 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241102-1919.qcow2 is sha512:1d62dbfbf6ccf2bc427b83364607a2f5243659a16d4a7f8b02369e24be3df273b76e12c425fa65cf26eb894413cdbdd06c23d5f170aae8b1a9732ca2788658b7 2024-11-03 00:20:32 | INFO  | update_image:214 - Our checksum is sha512:a640e591b918ab2821fb48c212c8365e14756310588a79249ce9c503d5adceeb3c7f1fe9510d975bf91c7aefc898df91a36ca2630ff325b5a32ebd1e18d7a315 2024-11-03 00:20:32 | INFO  | update_image:240 - New values are {'version': '20241102', 'build_date': datetime.date(2024, 11, 2), 'checksum': 'sha512:1d62dbfbf6ccf2bc427b83364607a2f5243659a16d4a7f8b02369e24be3df273b76e12c425fa65cf26eb894413cdbdd06c23d5f170aae8b1a9732ca2788658b7', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241102-1919/debian-12-genericcloud-amd64-daily-20241102-1919.qcow2'} 2024-11-03 00:20:32 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241102-debian-12.qcow2 2024-11-03 00:20:32 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241102-debian-12.qcow2, dry-run enabled 2024-11-03 00:20:32 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-11-03 00:20:32 | INFO  | update_image:185 - Checking image Rocky 8 2024-11-03 00:20:32 | 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-11-03 00:20:32 | 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-11-03 00:20:32 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-03 00:20:32 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-03 00:20:32 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-11-03 00:20:32 | INFO  | update_image:185 - Checking image Rocky 9 2024-11-03 00:20: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-11-03 00:20: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-11-03 00:20:32 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-03 00:20:32 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-03 00:20:32 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-11-03 00:20:32 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-11-03 00:20:32 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-11-03 00:20:32 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-11-03 00:20:32 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-11-03 00:20:33 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-03 00:20:33 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-03 00:20:33 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-11-03 00:20:33 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-11-03 00:20:33 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-11-03 00:20:33 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-11-03 00:20:34 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-03 00:20:34 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-03 00:20:34 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-11-03 00:20:34 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-11-03 00:20: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-11-03 00:20:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-11-03 00:20:34 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-03 00:20:34 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-03 00:20:34 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-11-03 00:20:34 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-11-03 00:20:34 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-11-03 00:20:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-11-03 00:20:35 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-03 00:20:35 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-03 00:20:35 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-11-03 00:20:35 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-11-03 00:20:35 | 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-11-03 00:20:35 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-11-03 00:20:36 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-03 00:20:36 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-03 00:20:36 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-11-03 00:20:36 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-11-03 00:20:36 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-11-03 00:20:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-11-03 00:20:36 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-11-03 00:20:36 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-11-03 00:20:36 | INFO  | update_image:217 - Image Ubuntu 20.04 is up-to-date, nothing to do 2024-11-03 00:20:36 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-11-03 00:20: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-11-03 00:20:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-11-03 00:20:37 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-11-03 00:20:37 | INFO  | update_image:214 - Our checksum is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-11-03 00:20:37 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-11-03 00:20:37 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-11-03 00:20:37 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-11-03 00:20:37 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-11-03 00:20:38 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-11-03 00:20:38 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-11-03 00:20:38 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-11-03 00:20:38 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-11-03 00:20: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-11-03 00:20:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-11-03 00:20:39 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-11-03 00:20:39 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-11-03 00:20:39 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-11-03 00:20:39 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-11-03 00:20:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-11-03 00:20:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-11-03 00:20:39 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-11-03 00:20:39 | INFO  | update_image:214 - Our checksum is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-11-03 00:20:39 | INFO  | update_image:217 - Image Ubuntu 24.04 is up-to-date, nothing to do ```

Changed files

Changed file: - etc/images/debian.yml

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

github-actions[bot] commented 3 weeks 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.10,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==4.1.0,os-service-types==1.7.0,paramiko==3.5.0,patool==3.0.2,pbr==6.1.0,pip==24.3.1,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.4,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.5,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.80=setup[13.71]+cmd[10.09] seconds) congratulations :) (23.87 seconds) ``` ### stderr: ```Shell 2024-11-10 00:15:13 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-11-10 00:15: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-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-11-10 00:15:13 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-10 00:15:13 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-10 00:15:13 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-11-10 00:15:13 | 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-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-11-10 00:15:13 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-10 00:15:13 | INFO  | update_image:214 - Our checksum is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-10 00:15:13 | INFO  | update_image:217 - Image AlmaLinux 9 is up-to-date, nothing to do 2024-11-10 00:15:13 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image CentOS 7 2024-11-10 00:15:13 | 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-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-11-10 00:15:13 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-10 00:15:13 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-10 00:15:13 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-10 00:15:13 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-10 00:15:13 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-11-10 00:15:13 | 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-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-11-10 00:15:13 | 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-11-10 00:15:13 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-11-10 00:15:13 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-10 00:15:13 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-10 00:15:13 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-11-10 00:15:13 | 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-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-11-10 00:15:13 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 2024-11-10 00:15:13 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 2024-11-10 00:15:13 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241028.0.x86_64.qcow2 is sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f 2024-11-10 00:15:13 | INFO  | update_image:214 - Our checksum is sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f 2024-11-10 00:15:13 | INFO  | update_image:217 - Image CentOS Stream 9 is up-to-date, nothing to do 2024-11-10 00:15:13 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-11-10 00:15:13 | INFO  | update_image:185 - Checking image Debian 10 2024-11-10 00:15:13 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-11-10 00:15:13 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-11-10 00:15:15 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-10 00:15:15 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-10 00:15:15 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-11-10 00:15:15 | INFO  | update_image:185 - Checking image Debian 11 2024-11-10 00:15:15 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-11-10 00:15:15 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-11-10 00:15:15 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241007-1893.qcow2 is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-11-10 00:15:15 | INFO  | update_image:214 - Our checksum is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-11-10 00:15:15 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-11-10 00:15:15 | INFO  | update_image:185 - Checking image Debian 12 2024-11-10 00:15:15 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-11-10 00:15:15 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-11-10 00:15:16 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241109-1926.qcow2 is sha512:05d9ea5915df4ba87f863ac978c1aec3822b94d2cab462ef023d85f23a48e4e489e6bfec105174a3ebcd7879b771f11c718a0fea4ea4b1777391e02d6a009975 2024-11-10 00:15:16 | INFO  | update_image:214 - Our checksum is sha512:1d62dbfbf6ccf2bc427b83364607a2f5243659a16d4a7f8b02369e24be3df273b76e12c425fa65cf26eb894413cdbdd06c23d5f170aae8b1a9732ca2788658b7 2024-11-10 00:15:16 | INFO  | update_image:240 - New values are {'version': '20241109', 'build_date': datetime.date(2024, 11, 9), 'checksum': 'sha512:05d9ea5915df4ba87f863ac978c1aec3822b94d2cab462ef023d85f23a48e4e489e6bfec105174a3ebcd7879b771f11c718a0fea4ea4b1777391e02d6a009975', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241109-1926/debian-12-genericcloud-amd64-daily-20241109-1926.qcow2'} 2024-11-10 00:15:16 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241109-debian-12.qcow2 2024-11-10 00:15:16 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241109-debian-12.qcow2, dry-run enabled 2024-11-10 00:15:16 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-11-10 00:15:16 | INFO  | update_image:185 - Checking image Rocky 8 2024-11-10 00:15:16 | 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-11-10 00:15:16 | 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-11-10 00:15:17 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-10 00:15:17 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-10 00:15:17 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-11-10 00:15:17 | INFO  | update_image:185 - Checking image Rocky 9 2024-11-10 00:15:17 | 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-11-10 00:15:17 | 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-11-10 00:15:17 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-10 00:15:17 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-10 00:15:17 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-11-10 00:15:17 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-11-10 00:15:17 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-11-10 00:15:17 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-11-10 00:15:17 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-11-10 00:15:17 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-10 00:15:17 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-10 00:15:17 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-11-10 00:15:17 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-11-10 00:15:17 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-11-10 00:15:17 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-11-10 00:15:18 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-10 00:15:18 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-10 00:15:18 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-11-10 00:15:18 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-11-10 00:15:18 | 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-11-10 00:15:18 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-11-10 00:15:18 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-10 00:15:18 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-10 00:15:18 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-11-10 00:15:18 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-11-10 00:15:18 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-11-10 00:15:18 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-11-10 00:15:19 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-10 00:15:19 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-10 00:15:19 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-11-10 00:15:19 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-11-10 00:15:19 | 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-11-10 00:15:19 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-11-10 00:15:20 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-10 00:15:20 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-10 00:15:20 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-11-10 00:15:20 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-11-10 00:15:20 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-11-10 00:15:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-11-10 00:15:20 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:06260407f927da1ffcb9bd8db76abb920b5bd4ee00f3d7ee2d005fc44cb4694f 2024-11-10 00:15:20 | INFO  | update_image:214 - Our checksum is sha256:500a4be0e6dda27d911a3b658ceaad09595b81f10b602b58afb630904a8b04f4 2024-11-10 00:15:20 | INFO  | update_image:240 - New values are {'version': '20241105', 'build_date': datetime.date(2024, 11, 5), 'checksum': 'sha256:06260407f927da1ffcb9bd8db76abb920b5bd4ee00f3d7ee2d005fc44cb4694f', 'url': 'https://cloud-images.ubuntu.com/focal/20241105/focal-server-cloudimg-amd64.img'} 2024-11-10 00:15:20 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241105-ubuntu-20.04.qcow2 2024-11-10 00:15:20 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241105-ubuntu-20.04.qcow2, dry-run enabled 2024-11-10 00:15:20 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-11-10 00:15:20 | 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-11-10 00:15:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-11-10 00:15:21 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-11-10 00:15:21 | INFO  | update_image:214 - Our checksum is sha256:258a3e1ba8407c95d8eb4eedde57961090ac281637ae42862ccc58f9ae7ef0ba 2024-11-10 00:15:21 | INFO  | update_image:240 - New values are {'version': '20241106', 'build_date': datetime.date(2024, 11, 6), 'checksum': 'sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/focal/release-20241106/ubuntu-20.04-minimal-cloudimg-amd64.img'} 2024-11-10 00:15:21 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20241106-ubuntu-20.04-minimal.qcow2 2024-11-10 00:15:21 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20241106-ubuntu-20.04-minimal.qcow2, dry-run enabled 2024-11-10 00:15:21 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-11-10 00:15:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-11-10 00:15:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-11-10 00:15:22 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-11-10 00:15:22 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-11-10 00:15:22 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-11-10 00:15:22 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-11-10 00:15:22 | 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-11-10 00:15:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-11-10 00:15:22 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-11-10 00:15:22 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-11-10 00:15:22 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-11-10 00:15:22 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-11-10 00:15:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-11-10 00:15:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-11-10 00:15:23 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:5dc7f9c796442a51316d8431480fbe3f62cadbfde4d58a14d34dd987c01fd655 2024-11-10 00:15:23 | INFO  | update_image:214 - Our checksum is sha256:fad101d50b06b26590cf30542349f9e9d3041ad7929e3bc3531c81ec27f2c788 2024-11-10 00:15:23 | INFO  | update_image:240 - New values are {'version': '20241106', 'build_date': datetime.date(2024, 11, 6), 'checksum': 'sha256:5dc7f9c796442a51316d8431480fbe3f62cadbfde4d58a14d34dd987c01fd655', 'url': 'https://cloud-images.ubuntu.com/noble/20241106/noble-server-cloudimg-amd64.img'} 2024-11-10 00:15:23 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241106-ubuntu-24.04.qcow2 2024-11-10 00:15:23 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241106-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 2 weeks 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.10,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==4.1.0,os-service-types==1.7.0,paramiko==3.5.0,patool==3.0.2,pbr==6.1.0,pip==24.3.1,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.4,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.5,typing_extensions==4.12.2,urllib3==2.2.3,yamale==5.2.1 update: commands[0]> python contrib/update.py --dry-run update: OK (29.19=setup[16.94]+cmd[12.25] seconds) congratulations :) (29.30 seconds) ``` ### stderr: ```Shell 2024-11-17 00:16:23 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-11-17 00:16:23 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-11-17 00:16: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-11-17 00:16:23 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-11-17 00:16:24 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-17 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-17 00:16:24 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-11-17 00:16:24 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-11-17 00:16:24 | 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-11-17 00:16:24 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-11-17 00:16:24 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-17 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-17 00:16:24 | INFO  | update_image:217 - Image AlmaLinux 9 is up-to-date, nothing to do 2024-11-17 00:16:24 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-11-17 00:16:24 | INFO  | update_image:185 - Checking image CentOS 7 2024-11-17 00:16:24 | 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-11-17 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-11-17 00:16: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-11-17 00:16:24 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-17 00:16:24 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-17 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-17 00:16:24 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-11-17 00:16:24 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-11-17 00:16: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-11-17 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-11-17 00:16: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-11-17 00:16:24 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-11-17 00:16:24 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-17 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-17 00:16:24 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-11-17 00:16:24 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-11-17 00:16: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-11-17 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-11-17 00:16:24 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241112.0.x86_64.qcow2 2024-11-17 00:16:24 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241112.0.x86_64.qcow2 2024-11-17 00:16:24 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241112.0.x86_64.qcow2 is sha256:c8fb2bc8b846819b86f7db668dc49628333e6a86d5acb9970e0a19e58038bc1f 2024-11-17 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:5b563f55151beb692d85b2646092ce8783b85c0dc4a157910dcc55580d75931f 2024-11-17 00:16:24 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241112.0.x86_64.qcow2 2024-11-17 00:16:24 | INFO  | update_image:240 - New values are {'version': '20241112', 'build_date': datetime.date(2024, 11, 12), 'checksum': 'sha256:c8fb2bc8b846819b86f7db668dc49628333e6a86d5acb9970e0a19e58038bc1f', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241112.0.x86_64.qcow2'} 2024-11-17 00:16:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241112-centos-stream-9.qcow2 2024-11-17 00:16:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241112-centos-stream-9.qcow2, dry-run enabled 2024-11-17 00:16:24 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-11-17 00:16:24 | INFO  | update_image:185 - Checking image Debian 10 2024-11-17 00:16:24 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-11-17 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-11-17 00:16:25 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-17 00:16:25 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-17 00:16:25 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-11-17 00:16:25 | INFO  | update_image:185 - Checking image Debian 11 2024-11-17 00:16:25 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-11-17 00:16:25 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-11-17 00:16:26 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241111-1928.qcow2 is sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f 2024-11-17 00:16:26 | INFO  | update_image:214 - Our checksum is sha512:33e2abb221631ac09b6d31a8bec1794e76933bf83be1626cf44dab9f2a541855869ad858a1d90a1e6326907b35eafb06dd078e3b227dddecbe5ea300db86da49 2024-11-17 00:16:26 | INFO  | update_image:240 - New values are {'version': '20241111', 'build_date': datetime.date(2024, 11, 11), 'checksum': 'sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f', 'url': 'https://cdimage.debian.org/cdimage/cloud/bullseye/20241111-1928/debian-11-genericcloud-amd64-20241111-1928.qcow2'} 2024-11-17 00:16:26 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20241111-debian-11.qcow2 2024-11-17 00:16:26 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20241111-debian-11.qcow2, dry-run enabled 2024-11-17 00:16:26 | INFO  | update_image:185 - Checking image Debian 12 2024-11-17 00:16:26 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-11-17 00:16:26 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-11-17 00:16:28 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241116-1933.qcow2 is sha512:9c1d6fccc375f4fd44c57cda68437072090ecf97fa2b09f13257e742e710c2a5d7f5c0aa18955ac6aeb97c668ed80ea7a3796294c76b02d441bac3d04f111185 2024-11-17 00:16:28 | INFO  | update_image:214 - Our checksum is sha512:05d9ea5915df4ba87f863ac978c1aec3822b94d2cab462ef023d85f23a48e4e489e6bfec105174a3ebcd7879b771f11c718a0fea4ea4b1777391e02d6a009975 2024-11-17 00:16:28 | INFO  | update_image:240 - New values are {'version': '20241116', 'build_date': datetime.date(2024, 11, 16), 'checksum': 'sha512:9c1d6fccc375f4fd44c57cda68437072090ecf97fa2b09f13257e742e710c2a5d7f5c0aa18955ac6aeb97c668ed80ea7a3796294c76b02d441bac3d04f111185', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241116-1933/debian-12-genericcloud-amd64-daily-20241116-1933.qcow2'} 2024-11-17 00:16:28 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241116-debian-12.qcow2 2024-11-17 00:16:28 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241116-debian-12.qcow2, dry-run enabled 2024-11-17 00:16:28 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-11-17 00:16:28 | INFO  | update_image:185 - Checking image Rocky 8 2024-11-17 00:16:28 | 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-11-17 00:16:28 | 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-11-17 00:16:28 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-17 00:16:28 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-17 00:16:28 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-11-17 00:16:28 | INFO  | update_image:185 - Checking image Rocky 9 2024-11-17 00:16:28 | 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-11-17 00:16:28 | 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-11-17 00:16:28 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-17 00:16:28 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-17 00:16:28 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-11-17 00:16:28 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-11-17 00:16:28 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-11-17 00:16:28 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-11-17 00:16:28 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-11-17 00:16:29 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-17 00:16:29 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-17 00:16:29 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-11-17 00:16:29 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-11-17 00:16:29 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-11-17 00:16:29 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-11-17 00:16:29 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-17 00:16:29 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-17 00:16:29 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-11-17 00:16:29 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-11-17 00:16:29 | 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-11-17 00:16:29 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-11-17 00:16:30 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-17 00:16:30 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-17 00:16:30 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-11-17 00:16:30 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-11-17 00:16:30 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-11-17 00:16:30 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-11-17 00:16:31 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-17 00:16:31 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-17 00:16:31 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-11-17 00:16:31 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-11-17 00:16:31 | 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-11-17 00:16:31 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-11-17 00:16:31 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-17 00:16:31 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-17 00:16:31 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-11-17 00:16:31 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-11-17 00:16:31 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-11-17 00:16:31 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-11-17 00:16:32 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:b36be7a11c5a7ac747cf2d92094bae1bf33b1aa2b36b8f77fb1c421b4c82c9f3 2024-11-17 00:16:32 | INFO  | update_image:214 - Our checksum is sha256:06260407f927da1ffcb9bd8db76abb920b5bd4ee00f3d7ee2d005fc44cb4694f 2024-11-17 00:16:32 | INFO  | update_image:240 - New values are {'version': '20241115', 'build_date': datetime.date(2024, 11, 15), 'checksum': 'sha256:b36be7a11c5a7ac747cf2d92094bae1bf33b1aa2b36b8f77fb1c421b4c82c9f3', 'url': 'https://cloud-images.ubuntu.com/focal/20241115/focal-server-cloudimg-amd64.img'} 2024-11-17 00:16:32 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241115-ubuntu-20.04.qcow2 2024-11-17 00:16:32 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241115-ubuntu-20.04.qcow2, dry-run enabled 2024-11-17 00:16:32 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-11-17 00:16:32 | 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-11-17 00:16:32 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-11-17 00:16:33 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-11-17 00:16:33 | INFO  | update_image:214 - Our checksum is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-11-17 00:16:33 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-11-17 00:16:33 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-11-17 00:16:33 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-11-17 00:16:33 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-11-17 00:16:34 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b 2024-11-17 00:16:34 | INFO  | update_image:214 - Our checksum is sha256:55c687a9a242fab7b0ec89ac69f9def77696c4e160e6f640879a0b0031a08318 2024-11-17 00:16:34 | INFO  | update_image:240 - New values are {'version': '20241004', 'build_date': datetime.date(2024, 10, 4), 'checksum': 'sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b', 'url': 'https://cloud-images.ubuntu.com/jammy/20241004/jammy-server-cloudimg-amd64.img'} 2024-11-17 00:16:34 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20241004-ubuntu-22.04.qcow2 2024-11-17 00:16:34 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20241004-ubuntu-22.04.qcow2, dry-run enabled 2024-11-17 00:16:34 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-11-17 00:16:34 | 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-11-17 00:16:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-11-17 00:16:34 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c 2024-11-17 00:16:34 | INFO  | update_image:214 - Our checksum is sha256:7361ab155c5cc2acfad0b7b6878674bbacfedbe6e5fc94d7b9cc65961674e6a7 2024-11-17 00:16:34 | INFO  | update_image:240 - New values are {'version': '20241111', 'build_date': datetime.date(2024, 11, 11), 'checksum': 'sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c', 'url': 'https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20241111/ubuntu-22.04-minimal-cloudimg-amd64.img'} 2024-11-17 00:16:34 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20241111-ubuntu-22.04-minimal.qcow2 2024-11-17 00:16:34 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20241111-ubuntu-22.04-minimal.qcow2, dry-run enabled 2024-11-17 00:16:34 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-11-17 00:16:34 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-11-17 00:16:34 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-11-17 00:16:35 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:5dc7f9c796442a51316d8431480fbe3f62cadbfde4d58a14d34dd987c01fd655 2024-11-17 00:16:35 | INFO  | update_image:214 - Our checksum is sha256:5dc7f9c796442a51316d8431480fbe3f62cadbfde4d58a14d34dd987c01fd655 2024-11-17 00:16:35 | 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 week 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.1,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.9.0,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.10,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==4.1.0,os-service-types==1.7.0,paramiko==3.5.0,patool==3.0.2,pbr==6.1.0,pip==24.3.1,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.4,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.12,shellingham==1.5.4,stevedore==5.4.0,tabulate==0.9.0,typer==0.12.5,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.09=setup[12.79]+cmd[10.30] seconds) congratulations :) (23.16 seconds) ``` ### stderr: ```Shell 2024-11-24 00:16:16 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-11-24 00:16:16 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-11-24 00:16: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-11-24 00:16:16 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-11-24 00:16:16 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-24 00:16:16 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-11-24 00:16:16 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-11-24 00:16:16 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-11-24 00:16: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-11-24 00:16:16 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-11-24 00:16:16 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:abddf01589d46c841f718cec239392924a03b34c4fe84929af5d543c50e37e37 2024-11-24 00:16:16 | INFO  | update_image:214 - Our checksum is sha256:4f2984589020c0d82b9a410cf9e29715a607c948dfdca652025cdc79ddb5e816 2024-11-24 00:16:16 | INFO  | update_image:221 - Checking https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 2024-11-24 00:16:16 | INFO  | update_image:240 - New values are {'version': '20240805', 'build_date': datetime.date(2024, 8, 5), 'checksum': 'sha256:abddf01589d46c841f718cec239392924a03b34c4fe84929af5d543c50e37e37', 'url': 'https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2'} 2024-11-24 00:16:16 | 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-11-24 00:16:16 | 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-11-24 00:16:16 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-11-24 00:16:16 | INFO  | update_image:185 - Checking image CentOS 7 2024-11-24 00:16: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-11-24 00:16:16 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-11-24 00:16:17 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-24 00:16:17 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-11-24 00:16:17 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-24 00:16:17 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-11-24 00:16:17 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-11-24 00:16:17 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-11-24 00:16:17 | 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-11-24 00:16:17 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-11-24 00:16:17 | 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-11-24 00:16:17 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-11-24 00:16:17 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-24 00:16:17 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-11-24 00:16:17 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-11-24 00:16:17 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-11-24 00:16:17 | 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-11-24 00:16:17 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-11-24 00:16:17 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241118.0.x86_64.qcow2 2024-11-24 00:16:17 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241118.0.x86_64.qcow2 2024-11-24 00:16:17 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241118.0.x86_64.qcow2 is sha256:4613ff3b749fb6294cb905883d3c3023072060f0d3c0a9525ef33289da415892 2024-11-24 00:16:17 | INFO  | update_image:214 - Our checksum is sha256:c8fb2bc8b846819b86f7db668dc49628333e6a86d5acb9970e0a19e58038bc1f 2024-11-24 00:16:17 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241118.0.x86_64.qcow2 2024-11-24 00:16:17 | INFO  | update_image:240 - New values are {'version': '20241119', 'build_date': datetime.date(2024, 11, 19), 'checksum': 'sha256:4613ff3b749fb6294cb905883d3c3023072060f0d3c0a9525ef33289da415892', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241118.0.x86_64.qcow2'} 2024-11-24 00:16:17 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241119-centos-stream-9.qcow2 2024-11-24 00:16:17 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241119-centos-stream-9.qcow2, dry-run enabled 2024-11-24 00:16:17 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-11-24 00:16:17 | INFO  | update_image:185 - Checking image Debian 10 2024-11-24 00:16:17 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-11-24 00:16:17 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-11-24 00:16:18 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-24 00:16:18 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-11-24 00:16:18 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-11-24 00:16:18 | INFO  | update_image:185 - Checking image Debian 11 2024-11-24 00:16:18 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-11-24 00:16:18 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-11-24 00:16:18 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241111-1928.qcow2 is sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f 2024-11-24 00:16:18 | INFO  | update_image:214 - Our checksum is sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f 2024-11-24 00:16:18 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-11-24 00:16:18 | INFO  | update_image:185 - Checking image Debian 12 2024-11-24 00:16: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-11-24 00:16:18 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-11-24 00:16:19 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241123-1940.qcow2 is sha512:cd942485e6b9169b8c2426b32a73698d223b2ebcc284ac80420daf830424ba6eddb71b1e58492a2c75ea14224a9ca83526e45c6c43d3b2b5c912808cf23d0cf2 2024-11-24 00:16:19 | INFO  | update_image:214 - Our checksum is sha512:9c1d6fccc375f4fd44c57cda68437072090ecf97fa2b09f13257e742e710c2a5d7f5c0aa18955ac6aeb97c668ed80ea7a3796294c76b02d441bac3d04f111185 2024-11-24 00:16:19 | INFO  | update_image:240 - New values are {'version': '20241123', 'build_date': datetime.date(2024, 11, 23), 'checksum': 'sha512:cd942485e6b9169b8c2426b32a73698d223b2ebcc284ac80420daf830424ba6eddb71b1e58492a2c75ea14224a9ca83526e45c6c43d3b2b5c912808cf23d0cf2', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241123-1940/debian-12-genericcloud-amd64-daily-20241123-1940.qcow2'} 2024-11-24 00:16:19 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241123-debian-12.qcow2 2024-11-24 00:16:19 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241123-debian-12.qcow2, dry-run enabled 2024-11-24 00:16:19 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-11-24 00:16:19 | INFO  | update_image:185 - Checking image Rocky 8 2024-11-24 00:16: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-11-24 00:16: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-11-24 00:16:20 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-24 00:16:20 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-11-24 00:16:20 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-11-24 00:16:20 | INFO  | update_image:185 - Checking image Rocky 9 2024-11-24 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-11-24 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-11-24 00:16:20 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:069493fdc807300a22176540e9171fcff2227a92b40a7985a0c1c9e21aeebf57 2024-11-24 00:16:20 | INFO  | update_image:214 - Our checksum is sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7 2024-11-24 00:16:20 | INFO  | update_image:221 - Checking https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 2024-11-24 00:16:20 | INFO  | update_image:240 - New values are {'version': '20241119', 'build_date': datetime.date(2024, 11, 19), 'checksum': 'sha256:069493fdc807300a22176540e9171fcff2227a92b40a7985a0c1c9e21aeebf57', 'url': 'https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2'} 2024-11-24 00:16:20 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20241119-rocky-9.qcow2 2024-11-24 00:16:20 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20241119-rocky-9.qcow2, dry-run enabled 2024-11-24 00:16:20 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-11-24 00:16:20 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-11-24 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-11-24 00:16:20 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-11-24 00:16:21 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-24 00:16:21 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-11-24 00:16:21 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-11-24 00:16:21 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-11-24 00:16:21 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-11-24 00:16:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-11-24 00:16:21 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-24 00:16:21 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-11-24 00:16:21 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-11-24 00:16:21 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-11-24 00:16: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-11-24 00:16:21 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-11-24 00:16:22 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-24 00:16:22 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-11-24 00:16:22 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-11-24 00:16:22 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-11-24 00:16:22 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-11-24 00:16:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-11-24 00:16:22 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-24 00:16:22 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-11-24 00:16:22 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-11-24 00:16:22 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-11-24 00:16: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-11-24 00:16:22 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-11-24 00:16:23 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-24 00:16:23 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-11-24 00:16:23 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-11-24 00:16:23 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-11-24 00:16:23 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-11-24 00:16:23 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-11-24 00:16:24 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:95a3363a586c113618b3b2b69b40303ca30dd20406cde35560cea0ed015c8529 2024-11-24 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:b36be7a11c5a7ac747cf2d92094bae1bf33b1aa2b36b8f77fb1c421b4c82c9f3 2024-11-24 00:16:24 | INFO  | update_image:240 - New values are {'version': '20241119', 'build_date': datetime.date(2024, 11, 19), 'checksum': 'sha256:95a3363a586c113618b3b2b69b40303ca30dd20406cde35560cea0ed015c8529', 'url': 'https://cloud-images.ubuntu.com/focal/20241119/focal-server-cloudimg-amd64.img'} 2024-11-24 00:16:24 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241119-ubuntu-20.04.qcow2 2024-11-24 00:16:24 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241119-ubuntu-20.04.qcow2, dry-run enabled 2024-11-24 00:16:24 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-11-24 00:16: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-11-24 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-11-24 00:16:24 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-11-24 00:16:24 | INFO  | update_image:214 - Our checksum is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-11-24 00:16:24 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-11-24 00:16:24 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-11-24 00:16:24 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-11-24 00:16:24 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-11-24 00:16:25 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b 2024-11-24 00:16:25 | INFO  | update_image:214 - Our checksum is sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b 2024-11-24 00:16:25 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-11-24 00:16:25 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-11-24 00:16:25 | 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-11-24 00:16:25 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-11-24 00:16:26 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c 2024-11-24 00:16:26 | INFO  | update_image:214 - Our checksum is sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c 2024-11-24 00:16:26 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-11-24 00:16:26 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-11-24 00:16:26 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-11-24 00:16:26 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-11-24 00:16:26 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:c35d76a81cc2209352f39ec653c91f0ce919c51d3a69a655c8e78e76722334b6 2024-11-24 00:16:26 | INFO  | update_image:214 - Our checksum is sha256:5dc7f9c796442a51316d8431480fbe3f62cadbfde4d58a14d34dd987c01fd655 2024-11-24 00:16:26 | INFO  | update_image:240 - New values are {'version': '20241120', 'build_date': datetime.date(2024, 11, 20), 'checksum': 'sha256:c35d76a81cc2209352f39ec653c91f0ce919c51d3a69a655c8e78e76722334b6', 'url': 'https://cloud-images.ubuntu.com/noble/20241120/noble-server-cloudimg-amd64.img'} 2024-11-24 00:16:26 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241120-ubuntu-24.04.qcow2 2024-11-24 00:16:26 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241120-ubuntu-24.04.qcow2, dry-run enabled ```

Changed files

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

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

github-actions[bot] commented 1 day 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.1,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,click==8.1.7,cryptography==44.0.0,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.9.1,loguru==0.7.2,markdown-it-py==3.0.0,mdurl==0.1.2,minio==7.2.10,munch==4.0.0,natsort==8.4.0,netifaces==0.11.0,openstacksdk==4.1.0,os-service-types==1.7.0,paramiko==3.5.0,patool==3.0.2,pbr==6.1.0,pip==24.3.1,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.4,ruamel.yaml==0.18.6,ruamel.yaml.clib==0.2.12,shellingham==1.5.4,stevedore==5.4.0,tabulate==0.9.0,typer==0.12.5,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.24=setup[12.96]+cmd[10.28] seconds) congratulations :) (23.31 seconds) ``` ### stderr: ```Shell 2024-12-01 00:18:32 | INFO  | main:315 - Processing file etc/images/almalinux.yml 2024-12-01 00:18:32 | INFO  | update_image:185 - Checking image AlmaLinux 8 2024-12-01 00:18:32 | 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-12-01 00:18:32 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/CHECKSUM 2024-12-01 00:18:32 | INFO  | update_image:198 - Checksum of current AlmaLinux-8-GenericCloud-latest.x86_64.qcow2 is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-12-01 00:18:32 | INFO  | update_image:214 - Our checksum is sha256:669bd580dcef5491d4dfd5724d252cce7cde1b2b33a3ca951e688d71386875e3 2024-12-01 00:18:32 | INFO  | update_image:217 - Image AlmaLinux 8 is up-to-date, nothing to do 2024-12-01 00:18:32 | INFO  | update_image:185 - Checking image AlmaLinux 9 2024-12-01 00:18:32 | 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-12-01 00:18:32 | INFO  | update_image:191 - Getting checksums from https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/CHECKSUM 2024-12-01 00:18:32 | INFO  | update_image:198 - Checksum of current AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 is sha256:abddf01589d46c841f718cec239392924a03b34c4fe84929af5d543c50e37e37 2024-12-01 00:18:32 | INFO  | update_image:214 - Our checksum is sha256:abddf01589d46c841f718cec239392924a03b34c4fe84929af5d543c50e37e37 2024-12-01 00:18:32 | INFO  | update_image:217 - Image AlmaLinux 9 is up-to-date, nothing to do 2024-12-01 00:18:32 | INFO  | main:315 - Processing file etc/images/centos.yml 2024-12-01 00:18:32 | INFO  | update_image:185 - Checking image CentOS 7 2024-12-01 00:18:32 | 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-12-01 00:18:32 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/7/images/sha256sum.txt 2024-12-01 00:18:33 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-12-01 00:18:33 | INFO  | get_latest_default:64 - Latest filename is now CentOS-7-x86_64-GenericCloud-2211.qcow2 2024-12-01 00:18:33 | INFO  | update_image:198 - Checksum of current CentOS-7-x86_64-GenericCloud-2211.qcow2 is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-12-01 00:18:33 | INFO  | update_image:214 - Our checksum is sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea 2024-12-01 00:18:33 | INFO  | update_image:217 - Image CentOS 7 is up-to-date, nothing to do 2024-12-01 00:18:33 | INFO  | update_image:185 - Checking image CentOS Stream 8 2024-12-01 00:18:33 | 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-12-01 00:18:33 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM 2024-12-01 00:18:33 | 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-12-01 00:18:33 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 2024-12-01 00:18:33 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2 is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-12-01 00:18:33 | INFO  | update_image:214 - Our checksum is sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85 2024-12-01 00:18:33 | INFO  | update_image:217 - Image CentOS Stream 8 is up-to-date, nothing to do 2024-12-01 00:18:33 | INFO  | update_image:185 - Checking image CentOS Stream 9 2024-12-01 00:18:33 | 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-12-01 00:18:33 | INFO  | update_image:191 - Getting checksums from https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM 2024-12-01 00:18:33 | INFO  | get_latest_default:63 - Latest URL is now https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241125.0.x86_64.qcow2 2024-12-01 00:18:33 | INFO  | get_latest_default:64 - Latest filename is now CentOS-Stream-GenericCloud-9-20241125.0.x86_64.qcow2 2024-12-01 00:18:33 | INFO  | update_image:198 - Checksum of current CentOS-Stream-GenericCloud-9-20241125.0.x86_64.qcow2 is sha256:264ee81fd97b09aeab51f1b0c4813a51a1d36f28245589cc9f4be013728861dd 2024-12-01 00:18:33 | INFO  | update_image:214 - Our checksum is sha256:4613ff3b749fb6294cb905883d3c3023072060f0d3c0a9525ef33289da415892 2024-12-01 00:18:33 | INFO  | update_image:221 - Checking https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241125.0.x86_64.qcow2 2024-12-01 00:18:33 | INFO  | update_image:240 - New values are {'version': '20241126', 'build_date': datetime.date(2024, 11, 26), 'checksum': 'sha256:264ee81fd97b09aeab51f1b0c4813a51a1d36f28245589cc9f4be013728861dd', 'url': 'https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20241125.0.x86_64.qcow2'} 2024-12-01 00:18:33 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241126-centos-stream-9.qcow2 2024-12-01 00:18:33 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20241126-centos-stream-9.qcow2, dry-run enabled 2024-12-01 00:18:33 | INFO  | main:315 - Processing file etc/images/debian.yml 2024-12-01 00:18:33 | INFO  | update_image:185 - Checking image Debian 10 2024-12-01 00:18:33 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2 2024-12-01 00:18:33 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS 2024-12-01 00:18:34 | INFO  | update_image:198 - Checksum of current debian-10-genericcloud-amd64-20240703-1797.qcow2 is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-12-01 00:18:34 | INFO  | update_image:214 - Our checksum is sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1 2024-12-01 00:18:34 | INFO  | update_image:217 - Image Debian 10 is up-to-date, nothing to do 2024-12-01 00:18:34 | INFO  | update_image:185 - Checking image Debian 11 2024-12-01 00:18:34 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2 2024-12-01 00:18:34 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS 2024-12-01 00:18:34 | INFO  | update_image:198 - Checksum of current debian-11-genericcloud-amd64-20241111-1928.qcow2 is sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f 2024-12-01 00:18:34 | INFO  | update_image:214 - Our checksum is sha512:45f2a18c8a2b2e8f007024884aa9c9cb035ef6944e2fa4819a1944534af604a455deae4996ad1ff278bc3c311bc2afdb268ac322fa3498b8c2f479d612f34d9f 2024-12-01 00:18:34 | INFO  | update_image:217 - Image Debian 11 is up-to-date, nothing to do 2024-12-01 00:18:34 | INFO  | update_image:185 - Checking image Debian 12 2024-12-01 00:18:34 | INFO  | update_image:188 - Latest download URL is https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2 2024-12-01 00:18:34 | INFO  | update_image:191 - Getting checksums from https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS 2024-12-01 00:18:35 | INFO  | update_image:198 - Checksum of current debian-12-genericcloud-amd64-daily-20241130-1947.qcow2 is sha512:738866677581f94a934a6c5d7c937d70f0d6cb83f6558fc265b475f6ebf4cf9d9a4325730647e2bedb849291983f68b852d9ed34dfa18ca37fe0e3448fbd604e 2024-12-01 00:18:35 | INFO  | update_image:214 - Our checksum is sha512:cd942485e6b9169b8c2426b32a73698d223b2ebcc284ac80420daf830424ba6eddb71b1e58492a2c75ea14224a9ca83526e45c6c43d3b2b5c912808cf23d0cf2 2024-12-01 00:18:35 | INFO  | update_image:240 - New values are {'version': '20241130', 'build_date': datetime.date(2024, 11, 30), 'checksum': 'sha512:738866677581f94a934a6c5d7c937d70f0d6cb83f6558fc265b475f6ebf4cf9d9a4325730647e2bedb849291983f68b852d9ed34dfa18ca37fe0e3448fbd604e', 'url': 'https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20241130-1947/debian-12-genericcloud-amd64-daily-20241130-1947.qcow2'} 2024-12-01 00:18:35 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241130-debian-12.qcow2 2024-12-01 00:18:35 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20241130-debian-12.qcow2, dry-run enabled 2024-12-01 00:18:35 | INFO  | main:315 - Processing file etc/images/rockylinux.yml 2024-12-01 00:18:35 | INFO  | update_image:185 - Checking image Rocky 8 2024-12-01 00:18:35 | 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-12-01 00:18:35 | 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-12-01 00:18:36 | INFO  | update_image:198 - Checksum of current Rocky-8-GenericCloud.latest.x86_64.qcow2 is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-12-01 00:18:36 | INFO  | update_image:214 - Our checksum is sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14 2024-12-01 00:18:36 | INFO  | update_image:217 - Image Rocky 8 is up-to-date, nothing to do 2024-12-01 00:18:36 | INFO  | update_image:185 - Checking image Rocky 9 2024-12-01 00:18:36 | 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-12-01 00:18:36 | 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-12-01 00:18:36 | INFO  | update_image:198 - Checksum of current Rocky-9-GenericCloud.latest.x86_64.qcow2 is sha256:069493fdc807300a22176540e9171fcff2227a92b40a7985a0c1c9e21aeebf57 2024-12-01 00:18:36 | INFO  | update_image:214 - Our checksum is sha256:069493fdc807300a22176540e9171fcff2227a92b40a7985a0c1c9e21aeebf57 2024-12-01 00:18:36 | INFO  | update_image:217 - Image Rocky 9 is up-to-date, nothing to do 2024-12-01 00:18:36 | INFO  | main:315 - Processing file etc/images/ubuntu.yml 2024-12-01 00:18:36 | INFO  | update_image:185 - Checking image Ubuntu 14.04 2024-12-01 00:18:36 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img 2024-12-01 00:18:36 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS 2024-12-01 00:18:37 | INFO  | update_image:198 - Checksum of current trusty-server-cloudimg-amd64-disk1.img is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-12-01 00:18:37 | INFO  | update_image:214 - Our checksum is sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1 2024-12-01 00:18:37 | INFO  | update_image:217 - Image Ubuntu 14.04 is up-to-date, nothing to do 2024-12-01 00:18:37 | INFO  | update_image:185 - Checking image Ubuntu 16.04 2024-12-01 00:18:37 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img 2024-12-01 00:18:37 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS 2024-12-01 00:18:37 | INFO  | update_image:198 - Checksum of current xenial-server-cloudimg-amd64-disk1.img is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-12-01 00:18:37 | INFO  | update_image:214 - Our checksum is sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140 2024-12-01 00:18:37 | INFO  | update_image:217 - Image Ubuntu 16.04 is up-to-date, nothing to do 2024-12-01 00:18:37 | INFO  | update_image:185 - Checking image Ubuntu 16.04 Minimal 2024-12-01 00:18:37 | 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-12-01 00:18:37 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS 2024-12-01 00:18:38 | INFO  | update_image:198 - Checksum of current ubuntu-16.04-minimal-cloudimg-amd64-disk1.img is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-12-01 00:18:38 | INFO  | update_image:214 - Our checksum is sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9 2024-12-01 00:18:38 | INFO  | update_image:217 - Image Ubuntu 16.04 Minimal is up-to-date, nothing to do 2024-12-01 00:18:38 | INFO  | update_image:185 - Checking image Ubuntu 18.04 2024-12-01 00:18:38 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img 2024-12-01 00:18:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/bionic/current/SHA256SUMS 2024-12-01 00:18:38 | INFO  | update_image:198 - Checksum of current bionic-server-cloudimg-amd64.img is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-12-01 00:18:38 | INFO  | update_image:214 - Our checksum is sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6 2024-12-01 00:18:38 | INFO  | update_image:217 - Image Ubuntu 18.04 is up-to-date, nothing to do 2024-12-01 00:18:38 | INFO  | update_image:185 - Checking image Ubuntu 18.04 Minimal 2024-12-01 00:18:38 | 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-12-01 00:18:38 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS 2024-12-01 00:18:39 | INFO  | update_image:198 - Checksum of current ubuntu-18.04-minimal-cloudimg-amd64.img is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-12-01 00:18:39 | INFO  | update_image:214 - Our checksum is sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a 2024-12-01 00:18:39 | INFO  | update_image:217 - Image Ubuntu 18.04 Minimal is up-to-date, nothing to do 2024-12-01 00:18:39 | INFO  | update_image:185 - Checking image Ubuntu 20.04 2024-12-01 00:18:39 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img 2024-12-01 00:18:39 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/focal/current/SHA256SUMS 2024-12-01 00:18:40 | INFO  | update_image:198 - Checksum of current focal-server-cloudimg-amd64.img is sha256:a570579b5dda4fc0b46a29d654d672bb48faa68699f85e530bb04514727a1c2c 2024-12-01 00:18:40 | INFO  | update_image:214 - Our checksum is sha256:95a3363a586c113618b3b2b69b40303ca30dd20406cde35560cea0ed015c8529 2024-12-01 00:18:40 | INFO  | update_image:240 - New values are {'version': '20241127', 'build_date': datetime.date(2024, 11, 27), 'checksum': 'sha256:a570579b5dda4fc0b46a29d654d672bb48faa68699f85e530bb04514727a1c2c', 'url': 'https://cloud-images.ubuntu.com/focal/20241127/focal-server-cloudimg-amd64.img'} 2024-12-01 00:18:40 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241127-ubuntu-20.04.qcow2 2024-12-01 00:18:40 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20241127-ubuntu-20.04.qcow2, dry-run enabled 2024-12-01 00:18:40 | INFO  | update_image:185 - Checking image Ubuntu 20.04 Minimal 2024-12-01 00:18:40 | 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-12-01 00:18:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS 2024-12-01 00:18:40 | INFO  | update_image:198 - Checksum of current ubuntu-20.04-minimal-cloudimg-amd64.img is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-12-01 00:18:40 | INFO  | update_image:214 - Our checksum is sha256:4b59c305a7f5840be15957fab77d805ef740f3bded2e91c0c32d234a665be152 2024-12-01 00:18:40 | INFO  | update_image:217 - Image Ubuntu 20.04 Minimal is up-to-date, nothing to do 2024-12-01 00:18:40 | INFO  | update_image:185 - Checking image Ubuntu 22.04 2024-12-01 00:18:40 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img 2024-12-01 00:18:40 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS 2024-12-01 00:18:41 | INFO  | update_image:198 - Checksum of current jammy-server-cloudimg-amd64.img is sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b 2024-12-01 00:18:41 | INFO  | update_image:214 - Our checksum is sha256:0ba0fd632a90d981625d842abf18453d5bf3fd7bb64e6dd61809794c6749e18b 2024-12-01 00:18:41 | INFO  | update_image:217 - Image Ubuntu 22.04 is up-to-date, nothing to do 2024-12-01 00:18:41 | INFO  | update_image:185 - Checking image Ubuntu 22.04 Minimal 2024-12-01 00:18: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-12-01 00:18:41 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS 2024-12-01 00:18:42 | INFO  | update_image:198 - Checksum of current ubuntu-22.04-minimal-cloudimg-amd64.img is sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c 2024-12-01 00:18:42 | INFO  | update_image:214 - Our checksum is sha256:a426bbf3c64132d022792cafbf50d965b0fd8d68dd33b45eb96e327e8abb857c 2024-12-01 00:18:42 | INFO  | update_image:217 - Image Ubuntu 22.04 Minimal is up-to-date, nothing to do 2024-12-01 00:18:42 | INFO  | update_image:185 - Checking image Ubuntu 24.04 2024-12-01 00:18:42 | INFO  | update_image:188 - Latest download URL is https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img 2024-12-01 00:18:42 | INFO  | update_image:191 - Getting checksums from https://cloud-images.ubuntu.com/noble/current/SHA256SUMS 2024-12-01 00:18:42 | INFO  | update_image:198 - Checksum of current noble-server-cloudimg-amd64.img is sha256:eabaffbf4fc24e882c3a96a5b159fdd5188da5a3fe87313ee3b9d6088d6d8d1c 2024-12-01 00:18:42 | INFO  | update_image:214 - Our checksum is sha256:c35d76a81cc2209352f39ec653c91f0ce919c51d3a69a655c8e78e76722334b6 2024-12-01 00:18:42 | INFO  | update_image:240 - New values are {'version': '20241128', 'build_date': datetime.date(2024, 11, 28), 'checksum': 'sha256:eabaffbf4fc24e882c3a96a5b159fdd5188da5a3fe87313ee3b9d6088d6d8d1c', 'url': 'https://cloud-images.ubuntu.com/noble/20241128/noble-server-cloudimg-amd64.img'} 2024-12-01 00:18:42 | INFO  | update_image:249 - New URL is https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241128-ubuntu-24.04.qcow2 2024-12-01 00:18:42 | INFO  | update_image:266 - Not mirroring https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20241128-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