openstack-image-manager 0.20240417.0__tar.gz → 0.20240710.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/PKG-INFO +6 -6
  2. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/centos.yml +19 -19
  3. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/debian.yml +27 -27
  4. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/gardenlinux.yml +5 -0
  5. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/opensuse.yml +9 -8
  6. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/opnsense.yml +6 -6
  7. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/rockylinux.yml +16 -16
  8. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/ubuntu.yml +47 -47
  9. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/PKG-INFO +6 -6
  10. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/requires.txt +5 -5
  11. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/requirements.txt +5 -5
  12. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/LICENSE +0 -0
  13. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/MANIFEST.in +0 -0
  14. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/README.md +0 -0
  15. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/almalinux.yml +0 -0
  16. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/cirros.yml +0 -0
  17. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/clearlinux.yml +0 -0
  18. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/fedora.yml +0 -0
  19. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/flatcar.yml +0 -0
  20. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/kubernetes.yml +0 -0
  21. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/osism.yml +0 -0
  22. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/images/talos.yml +0 -0
  23. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/etc/schema.yaml +0 -0
  24. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager/__init__.py +0 -0
  25. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager/main.py +0 -0
  26. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/SOURCES.txt +0 -0
  27. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/dependency_links.txt +0 -0
  28. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/entry_points.txt +0 -0
  29. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/openstack_image_manager.egg-info/top_level.txt +0 -0
  30. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/pyproject.toml +0 -0
  31. {openstack_image_manager-0.20240417.0 → openstack_image_manager-0.20240710.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240417.0
3
+ Version: 0.20240710.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -223,17 +223,17 @@ Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
225
  Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.5
226
+ Requires-Dist: minio==7.2.7
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==3.0.0
229
+ Requires-Dist: openstacksdk==3.2.0
230
230
  Requires-Dist: paramiko==3.4.0
231
- Requires-Dist: patool==2.2.0
232
- Requires-Dist: requests==2.31.0
231
+ Requires-Dist: patool==2.3.0
232
+ Requires-Dist: requests==2.32.3
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
235
  Requires-Dist: typer[all]==0.12.3
236
- Requires-Dist: yamale==5.1.0
236
+ Requires-Dist: yamale==5.2.1
237
237
 
238
238
  # openstack-image-manager
239
239
 
@@ -24,13 +24,13 @@ images:
24
24
  provided_until: none
25
25
  tags: []
26
26
  latest_checksum_url: https://cloud.centos.org/centos/7/images/sha256sum.txt
27
- latest_url:
27
+ latest_url:
28
28
  https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS
29
29
  versions:
30
30
  - version: '20221112'
31
- url:
31
+ url:
32
32
  https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-HEREBE\d+\.qcow2$DRAGONS
33
- mirror_url:
33
+ mirror_url:
34
34
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-7/20221112-centos-7.qcow2
35
35
  checksum: sha256:284aab2b23d91318f169ff464bce4d53404a15a0618ceb34562838c59af4adea
36
36
  build_date: 2022-11-12
@@ -58,16 +58,16 @@ images:
58
58
  provided_until: none
59
59
  tags: []
60
60
  latest_checksum_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CHECKSUM
61
- latest_url:
61
+ latest_url:
62
62
  https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
63
63
  versions:
64
- - version: '20240409'
65
- url:
66
- https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240408.0.x86_64.qcow2
67
- mirror_url:
68
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240409-centos-stream-8.qcow2
69
- checksum: sha256:f8154681ada62417944d6a45c30f65469ce40d5151499f9ee0268081608ac93c
70
- build_date: 2024-04-09
64
+ - version: '20240604'
65
+ url:
66
+ https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20240603.0.x86_64.qcow2
67
+ mirror_url:
68
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-8/20240604-centos-stream-8.qcow2
69
+ checksum: sha256:44e9c9adf2e70906ae4731f7f62355ef79bcc582c93edadce522edffb4b4df85
70
+ build_date: 2024-06-04
71
71
  - name: CentOS Stream 9
72
72
  enable: true
73
73
  shortname: centos-stream-9
@@ -92,13 +92,13 @@ images:
92
92
  provided_until: none
93
93
  tags: []
94
94
  latest_checksum_url: https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM
95
- latest_url:
95
+ latest_url:
96
96
  https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-HEREBE\d+\.\dDRAGONS.x86_64.qcow2
97
97
  versions:
98
- - version: '20240409'
99
- url:
100
- https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240408.0.x86_64.qcow2
101
- mirror_url:
102
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240409-centos-stream-9.qcow2
103
- checksum: sha256:4fccd7b8447986b458a17365992ede43fdbf3ce5db465aa3ed5dc4c6698fbe28
104
- build_date: 2024-04-09
98
+ - version: '20240709'
99
+ url:
100
+ https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20240708.1.x86_64.qcow2
101
+ mirror_url:
102
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/centos-stream-9/20240709-centos-stream-9.qcow2
103
+ checksum: sha256:2a216dae723861ff40d474b0c4dafa971de0509abc6fb8c9c679054f75332cbe
104
+ build_date: 2024-07-09
@@ -24,17 +24,17 @@ images:
24
24
  provided_until: none
25
25
  tags: []
26
26
  latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/buster/latest/SHA512SUMS
27
- latest_url:
27
+ latest_url:
28
28
  https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2
29
29
  versions:
30
- - version: '20240204'
31
- url:
32
- https://cdimage.debian.org/cdimage/cloud/buster/latest/debian-10-genericcloud-amd64.qcow2
33
- mirror_url:
34
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-10/20240204-debian-10.qcow2
35
- checksum:
36
- sha512:dc7c2d38824f8ad5db09237a1fa902b525f119e2f1504d0bf656879bf949a2366ba1ad9aa4ba9c6727fb98dd2379f317abe458c2d2c41830f9260e55a7fcef4a
37
- build_date: 2024-02-04
30
+ - version: '20240703'
31
+ url:
32
+ https://cdimage.debian.org/cdimage/cloud/buster/20240703-1797/debian-10-genericcloud-amd64-20240703-1797.qcow2
33
+ mirror_url:
34
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-10/20240703-debian-10.qcow2
35
+ checksum:
36
+ sha512:416bca009f83884ceab49bf8ad944c9fe0091ac90cf80856fcb5d2a8300a949b3f19573b27c34d3e6d44224e716c122c4b884071d1f1634c5ce52c4dc109c5d1
37
+ build_date: 2024-07-03
38
38
  - name: Debian 11
39
39
  enable: true
40
40
  shortname: debian-11
@@ -59,17 +59,17 @@ images:
59
59
  provided_until: none
60
60
  tags: []
61
61
  latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/bullseye/latest/SHA512SUMS
62
- latest_url:
62
+ latest_url:
63
63
  https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
64
64
  versions:
65
- - version: '20240211'
66
- url:
67
- https://cdimage.debian.org/cdimage/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
68
- mirror_url:
69
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240211-debian-11.qcow2
70
- checksum:
71
- sha512:57ea3ba6855784f627730a16b8cb2b4e85a434f0626903dc9b036a10c0edf35242b86a1938bf84890ebbdba2b27e6d9ceff0a47da106e365f6d81077e4089a1c
72
- build_date: 2024-02-11
65
+ - version: '20240702'
66
+ url:
67
+ https://cdimage.debian.org/cdimage/cloud/bullseye/20240702-1796/debian-11-genericcloud-amd64-20240702-1796.qcow2
68
+ mirror_url:
69
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-11/20240702-debian-11.qcow2
70
+ checksum:
71
+ sha512:83f2e94a1a32c0546c8e8a2c1f99ab86c9d94a973ffb816bbf48e6733ba99fae9d674a6996a40bbe22830c4574995b78b8fb8925aecf9f23d5f808ee1a1591a7
72
+ build_date: 2024-07-02
73
73
  - name: Debian 12
74
74
  enable: true
75
75
  shortname: debian-12
@@ -94,14 +94,14 @@ images:
94
94
  provided_until: none
95
95
  tags: []
96
96
  latest_checksum_url: https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/SHA512SUMS
97
- latest_url:
97
+ latest_url:
98
98
  https://cdimage.debian.org/cdimage/cloud/bookworm/daily/latest/debian-12-genericcloud-amd64-daily.qcow2
99
99
  versions:
100
- - build_date: 2024-04-11
101
- checksum:
102
- sha512:3d6f26616e2c8b705993ddef874232887cebe42f1e70fcc020827ac88e8990177d537d34538c71ae2afd3b8baca953fff71eaa7ef71e752e82532c93dcdca436
103
- url:
104
- https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240411-1714/debian-12-genericcloud-amd64-daily-20240411-1714.qcow2
105
- mirror_url:
106
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240411-debian-12.qcow2
107
- version: '20240411'
100
+ - build_date: 2024-07-10
101
+ checksum:
102
+ sha512:ffbfaf5f0ff6689ddb70deca97ef49182e3d4c98a63cff96a2d6e64119fd6a2624a1272677218187a7495b89bf298a9f6be9a2521d1b6b7eb69113f83430a829
103
+ url:
104
+ https://cdimage.debian.org/cdimage/cloud/bookworm/daily/20240710-1804/debian-12-genericcloud-amd64-daily-20240710-1804.qcow2
105
+ mirror_url:
106
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/debian-12/20240710-debian-12.qcow2
107
+ version: '20240710'
@@ -42,3 +42,8 @@ images:
42
42
  mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.3/openstack-gardener_prod-amd64-1443.3-c261f887.qcow2
43
43
  checksum: "sha256:cb0f9b8027f7f5aca4b30e51e6c5e32f5c19b1c46f8501ca90bc5cac4e66f9ec"
44
44
  build_date: 2024-04-11
45
+ - version: '1443.7'
46
+ url: https://github.com/gardenlinux/gardenlinux/releases/download/1443.7/openstack-gardener_prod-amd64-1443.7-34b02385.tar.xz
47
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/1443.7/openstack-gardener_prod-amd64-1443.7-34b02385.qcow2
48
+ checksum: "sha256:28bd709693e58cbcee41791b9446041eaaa36020a549a18390980b298c7ae5bd"
49
+ build_date: 2024-06-19
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  images:
3
- - name: openSUSE Leap 15.4
3
+ - name: openSUSE Leap 15.6
4
4
  enable: true
5
- shortname: opensuse-leap-15.4
5
+ shortname: opensuse-leap-15.6
6
6
  format: qcow2
7
7
  login: opensuse
8
8
  min_disk: 10
@@ -18,14 +18,15 @@ images:
18
18
  hw_watchdog_action: reset
19
19
  hypervisor_type: qemu
20
20
  os_distro: opensuse
21
- os_version: '15.4'
21
+ os_version: '15.6'
22
22
  replace_frequency: quarterly
23
23
  uuid_validity: last-3
24
24
  provided_until: none
25
25
  tags: []
26
26
  versions:
27
- - version: '20220805'
28
- url: https://ftp.gwdg.de/pub/opensuse/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
29
- mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opensuse-leap-15.4/20220805/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2
30
- checksum: "sha256:2521af728f47bdf7c18d18e1c95b576d2aedd9a8fb3668b4791f7f5ece7a1931"
31
- build_date: 2022-08-05
27
+ - version: '20240603'
28
+ url: https://ftp.gwdg.de/pub/opensuse/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
29
+ mirror_url:
30
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opensuse-leap-15.6/20240603-openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
31
+ checksum: "sha256:0f7f09a9a083088b51aa365fe0e4310e6b156c2153d6aa03a77b81eee884e52a"
32
+ build_date: 2024-06-03
@@ -4,7 +4,7 @@ images:
4
4
  - name: OPNsense
5
5
  enable: false
6
6
  shortname: opnsense
7
- format: qcow2
7
+ format: raw
8
8
  login: root
9
9
  password: opnsense
10
10
  min_disk: 4
@@ -25,8 +25,8 @@ images:
25
25
  provided_until: none
26
26
  tags: []
27
27
  versions:
28
- - version: '23.1'
29
- url: https://mirror.ams1.nl.leaseweb.net/opnsense/releases/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img.bz2
30
- mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opnsense/23.1/OPNsense-23.1-OpenSSL-nano-amd64.img
31
- checksum: "sha256:8e2e5ab62f8d2bc5eb72296a0d7913789f370f445216d996a7d4d9e88e5e3733"
32
- build_date: 2023-01-25
28
+ - version: '24.1'
29
+ url: https://mirror.ams1.nl.leaseweb.net/opnsense/releases/24.1/OPNsense-24.1-nano-amd64.img.bz2
30
+ mirror_url: https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/opnsense/24.1/OPNsense-24.1-nano-amd64.img
31
+ checksum: "sha256:149641d45243bdbd7da3527408f31c3c4b02b5c6ca29b261b10c9af4236d11e7"
32
+ build_date: 2024-01-29
@@ -23,18 +23,18 @@ images:
23
23
  uuid_validity: last-3
24
24
  provided_until: none
25
25
  tags: []
26
- latest_checksum_url:
26
+ latest_checksum_url:
27
27
  https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2.CHECKSUM
28
- latest_url:
28
+ latest_url:
29
29
  https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
30
30
  versions:
31
- - version: '20231119'
32
- url:
31
+ - version: '20240529'
32
+ url:
33
33
  https://download.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2
34
- mirror_url:
35
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-8/20231119-rocky-8.qcow2
36
- checksum: sha256:d17f15a7649dd064795306c114b90fc5062e7d5fefa9e9f0bd6b7ce1aeac3ae5
37
- build_date: 2023-11-19
34
+ mirror_url:
35
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-8/20240529-rocky-8.qcow2
36
+ checksum: sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14
37
+ build_date: 2024-05-29
38
38
  - name: Rocky 9
39
39
  enable: true
40
40
  shortname: rocky-9
@@ -58,15 +58,15 @@ images:
58
58
  uuid_validity: last-3
59
59
  provided_until: none
60
60
  tags: []
61
- latest_checksum_url:
61
+ latest_checksum_url:
62
62
  https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2.CHECKSUM
63
- latest_url:
63
+ latest_url:
64
64
  https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
65
65
  versions:
66
- - version: '20231113'
67
- url:
66
+ - version: '20240612'
67
+ url:
68
68
  https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
69
- mirror_url:
70
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20231113-rocky-9.qcow2
71
- checksum: sha256:7713278c37f29b0341b0a841ca3ec5c3724df86b4d97e7ee4a2a85def9b2e651
72
- build_date: 2023-11-13
69
+ mirror_url:
70
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/rocky-9/20240612-rocky-9.qcow2
71
+ checksum: sha256:7a4ae4fbbdafaff3f0ba6166ef5b64da23e55ac71eff7489b937db11c9ba5dd7
72
+ build_date: 2024-06-12
@@ -24,13 +24,13 @@ images:
24
24
  provided_until: none
25
25
  tags: []
26
26
  latest_checksum_url: https://cloud-images.ubuntu.com/trusty/current/SHA256SUMS
27
- latest_url:
27
+ latest_url:
28
28
  https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
29
29
  versions:
30
30
  - version: '20191107'
31
- url:
31
+ url:
32
32
  https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
33
- mirror_url:
33
+ mirror_url:
34
34
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-14.04/20191107-ubuntu-14.04.qcow2
35
35
  checksum: sha256:3c4ad0defbe729dd3c16d2851d775575d1c5351c85734418d3b89bfdfd28ebd1
36
36
  build_date: 2019-11-07
@@ -58,13 +58,13 @@ images:
58
58
  provided_until: none
59
59
  tags: []
60
60
  latest_checksum_url: https://cloud-images.ubuntu.com/xenial/current/SHA256SUMS
61
- latest_url:
61
+ latest_url:
62
62
  https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
63
63
  versions:
64
64
  - version: '20211001'
65
- url:
65
+ url:
66
66
  https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
67
- mirror_url:
67
+ mirror_url:
68
68
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04/20211001-ubuntu-16.04.qcow2
69
69
  checksum: sha256:fff2494a70bcaffb59f26f71ec49e137dd87d319341c35832dbe0ea65ff15140
70
70
  build_date: 2021-10-01
@@ -92,13 +92,13 @@ images:
92
92
  provided_until: none
93
93
  tags: []
94
94
  latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/xenial/release/SHA256SUMS
95
- latest_url:
95
+ latest_url:
96
96
  https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img
97
97
  versions:
98
98
  - version: '20210929'
99
- url:
99
+ url:
100
100
  https://cloud-images.ubuntu.com/minimal/releases/xenial/release/ubuntu-16.04-minimal-cloudimg-amd64-disk1.img
101
- mirror_url:
101
+ mirror_url:
102
102
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-16.04-minimal/20210929-ubuntu-16.04-minimal.qcow2
103
103
  checksum: sha256:7658ec30373e7ad1a1858744f395a89713d333721d7d1986ee8b71680b81a0a9
104
104
  build_date: 2021-09-20
@@ -130,7 +130,7 @@ images:
130
130
  versions:
131
131
  - version: '20230607'
132
132
  url: https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
133
- mirror_url:
133
+ mirror_url:
134
134
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04/20230607-ubuntu-18.04.qcow2
135
135
  checksum: sha256:8dd2e6b5e5aad20c3f836123b300cba9861249408cbb07c359145a65d6bab6b6
136
136
  build_date: 2023-06-07
@@ -158,13 +158,13 @@ images:
158
158
  provided_until: none
159
159
  tags: []
160
160
  latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/bionic/release/SHA256SUMS
161
- latest_url:
161
+ latest_url:
162
162
  https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img
163
163
  versions:
164
164
  - version: '20230602'
165
- url:
165
+ url:
166
166
  https://cloud-images.ubuntu.com/minimal/releases/bionic/release/ubuntu-18.04-minimal-cloudimg-amd64.img
167
- mirror_url:
167
+ mirror_url:
168
168
  https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-18.04-minimal/20230602-ubuntu-18.04-minimal.qcow2
169
169
  checksum: sha256:2d9755669c499e88d51da0638cd20e0983a248828e2153906c013bea0ee2f45a
170
170
  build_date: 2023-06-02
@@ -194,12 +194,12 @@ images:
194
194
  latest_checksum_url: https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
195
195
  latest_url: https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
196
196
  versions:
197
- - version: '20240408'
198
- url: https://cloud-images.ubuntu.com/focal/20240408/focal-server-cloudimg-amd64.img
199
- mirror_url:
200
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240408-ubuntu-20.04.qcow2
201
- checksum: sha256:d3c37b0703dd847886a8316c69aa186a542c640bd370e5f98541db6c64877ebb
202
- build_date: 2024-04-08
197
+ - version: '20240704'
198
+ url: https://cloud-images.ubuntu.com/focal/20240704/focal-server-cloudimg-amd64.img
199
+ mirror_url:
200
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04/20240704-ubuntu-20.04.qcow2
201
+ checksum: sha256:70f0345ca9a1b3b0bbc4719a9c5992c456cf766d0d84ce3d7716ecc21a421778
202
+ build_date: 2024-07-04
203
203
  - name: Ubuntu 20.04 Minimal
204
204
  enable: true
205
205
  shortname: ubuntu-20.04-minimal
@@ -224,16 +224,16 @@ images:
224
224
  provided_until: none
225
225
  tags: []
226
226
  latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/focal/release/SHA256SUMS
227
- latest_url:
227
+ latest_url:
228
228
  https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
229
229
  versions:
230
- - version: '20240408'
231
- url:
232
- https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240408/ubuntu-20.04-minimal-cloudimg-amd64.img
233
- mirror_url:
234
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240408-ubuntu-20.04-minimal.qcow2
235
- checksum: sha256:1a0ffd9e85b9f2c9b61652162c482cd4b89821bff320a522f9e3eb0a1cb082eb
236
- build_date: 2024-04-08
230
+ - version: '20240626'
231
+ url:
232
+ https://cloud-images.ubuntu.com/minimal/releases/focal/release-20240626/ubuntu-20.04-minimal-cloudimg-amd64.img
233
+ mirror_url:
234
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-20.04-minimal/20240626-ubuntu-20.04-minimal.qcow2
235
+ checksum: sha256:daa835c3786acea38047fd1c2f23ff3b4e8b7b337753e1ddb3ba1ad56282b325
236
+ build_date: 2024-06-26
237
237
  - name: Ubuntu 22.04
238
238
  enable: true
239
239
  shortname: ubuntu-22.04
@@ -260,12 +260,12 @@ images:
260
260
  latest_checksum_url: https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
261
261
  latest_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
262
262
  versions:
263
- - version: '20240403'
264
- url: https://cloud-images.ubuntu.com/jammy/20240403/jammy-server-cloudimg-amd64.img
265
- mirror_url:
266
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240403-ubuntu-22.04.qcow2
267
- checksum: sha256:ceacfb01f542b1eb3b08651cc9ea9e90611ad3790a3e7eeac6f76fd553c76fe3
268
- build_date: 2024-04-03
263
+ - version: '20240705'
264
+ url: https://cloud-images.ubuntu.com/jammy/20240705/jammy-server-cloudimg-amd64.img
265
+ mirror_url:
266
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04/20240705-ubuntu-22.04.qcow2
267
+ checksum: sha256:eab12734a1743c79f8816419a72319903fcfa92baab561e47029aafc33a79869
268
+ build_date: 2024-07-05
269
269
  - name: Ubuntu 22.04 Minimal
270
270
  enable: true
271
271
  shortname: ubuntu-22.04-minimal
@@ -290,16 +290,16 @@ images:
290
290
  provided_until: none
291
291
  tags: []
292
292
  latest_checksum_url: https://cloud-images.ubuntu.com/minimal/releases/jammy/release/SHA256SUMS
293
- latest_url:
293
+ latest_url:
294
294
  https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img
295
295
  versions:
296
- - version: '20240408'
297
- url:
298
- https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240408/ubuntu-22.04-minimal-cloudimg-amd64.img
299
- mirror_url:
300
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240408-ubuntu-22.04-minimal.qcow2
301
- checksum: sha256:bd99c64ad9d926eb5769f9f2cfd96ae4989a029bd64bd3e7e7deb8cff4251c65
302
- build_date: 2024-04-08
296
+ - version: '20240701'
297
+ url:
298
+ https://cloud-images.ubuntu.com/minimal/releases/jammy/release-20240701/ubuntu-22.04-minimal-cloudimg-amd64.img
299
+ mirror_url:
300
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-22.04-minimal/20240701-ubuntu-22.04-minimal.qcow2
301
+ checksum: sha256:3ff079f2792611454e2034ad8bd23a145b2ab6f314769a85457d1f6f5c1bc9c9
302
+ build_date: 2024-07-01
303
303
  - name: Ubuntu 24.04
304
304
  enable: true
305
305
  shortname: ubuntu-24.04
@@ -326,9 +326,9 @@ images:
326
326
  latest_checksum_url: https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
327
327
  latest_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
328
328
  versions:
329
- - version: '20240410'
330
- url: https://cloud-images.ubuntu.com/noble/20240410/noble-server-cloudimg-amd64.img
331
- mirror_url:
332
- https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240410-ubuntu-24.04.qcow2
333
- checksum: sha256:818be7da4ff41809d06b771cb98f9b1fda38edf3951171a95a6a2c5daa76653d
334
- build_date: 2024-04-10
329
+ - version: '20240702'
330
+ url: https://cloud-images.ubuntu.com/noble/20240702/noble-server-cloudimg-amd64.img
331
+ mirror_url:
332
+ https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/ubuntu-24.04/20240702-ubuntu-24.04.qcow2
333
+ checksum: sha256:182dc760bfca26c45fb4e4668049ecd4d0ecdd6171b3bae81d0135e8f1e9d93e
334
+ build_date: 2024-07-02
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openstack-image-manager
3
- Version: 0.20240417.0
3
+ Version: 0.20240710.0
4
4
  Summary: OpenStack image manager
5
5
  Author-email: OSISM community <info@osism.tech>
6
6
  License: Apache License
@@ -223,17 +223,17 @@ Requires-Python: >=3.8
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
225
  Requires-Dist: loguru==0.7.2
226
- Requires-Dist: minio==7.2.5
226
+ Requires-Dist: minio==7.2.7
227
227
  Requires-Dist: munch==4.0.0
228
228
  Requires-Dist: natsort==8.4.0
229
- Requires-Dist: openstacksdk==3.0.0
229
+ Requires-Dist: openstacksdk==3.2.0
230
230
  Requires-Dist: paramiko==3.4.0
231
- Requires-Dist: patool==2.2.0
232
- Requires-Dist: requests==2.31.0
231
+ Requires-Dist: patool==2.3.0
232
+ Requires-Dist: requests==2.32.3
233
233
  Requires-Dist: ruamel.yaml==0.18.6
234
234
  Requires-Dist: tabulate==0.9.0
235
235
  Requires-Dist: typer[all]==0.12.3
236
- Requires-Dist: yamale==5.1.0
236
+ Requires-Dist: yamale==5.2.1
237
237
 
238
238
  # openstack-image-manager
239
239
 
@@ -1,12 +1,12 @@
1
1
  loguru==0.7.2
2
- minio==7.2.5
2
+ minio==7.2.7
3
3
  munch==4.0.0
4
4
  natsort==8.4.0
5
- openstacksdk==3.0.0
5
+ openstacksdk==3.2.0
6
6
  paramiko==3.4.0
7
- patool==2.2.0
8
- requests==2.31.0
7
+ patool==2.3.0
8
+ requests==2.32.3
9
9
  ruamel.yaml==0.18.6
10
10
  tabulate==0.9.0
11
11
  typer[all]==0.12.3
12
- yamale==5.1.0
12
+ yamale==5.2.1
@@ -1,12 +1,12 @@
1
1
  loguru==0.7.2
2
- minio==7.2.5
2
+ minio==7.2.7
3
3
  munch==4.0.0
4
4
  natsort==8.4.0
5
- openstacksdk==3.0.0
5
+ openstacksdk==3.2.0
6
6
  paramiko==3.4.0
7
- patool==2.2.0
8
- requests==2.31.0
7
+ patool==2.3.0
8
+ requests==2.32.3
9
9
  ruamel.yaml==0.18.6
10
10
  tabulate==0.9.0
11
11
  typer[all]==0.12.3
12
- yamale==5.1.0
12
+ yamale==5.2.1