From 19aa540e0cac03b4ac1b596eb9d20e8c998a6bfd Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Tue, 4 Aug 2026 12:44:08 +0300 Subject: [PATCH 1/2] upper-constraints: update to latest upstream and cryptography to 50.0.0 Change-Id: I5f5008b94965af090188365288e8515075c86001 Signed-off-by: Adrian Vladu --- upper-constraints.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 174c434c..cabdcddb 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -39,7 +39,7 @@ setproctitle===1.3.7 pytest===9.0.3 python-slugify===8.0.4 cursive===0.2.4 -oslo.service===4.7.0 +oslo.service===4.8.0 django-appconf===1.2.0 ntc_templates===9.1.0 sphinxcontrib-nwdiag===2.0.0 @@ -180,7 +180,7 @@ mock===5.2.0 PyYAML===6.0.3 beautifulsoup4===4.15.0 ovs===3.7.1 -cryptography===48.0.1 +cryptography===50.0.0 httpcore===1.0.9 URLObject===3.0.0 psycopg2-binary===2.9.12 @@ -360,12 +360,12 @@ typepy===1.3.5 SecretStorage===3.5.0 XStatic-Rickshaw===1.5.1.3 iso8601===2.1.0 -tooz===9.0.0 +tooz===9.0.1 idna===3.18 Hypercorn===0.18.0 yamlloader===1.6.0 protobuf===7.35.1 -sushy===5.11.1 +sushy===5.12.0 python-neutronclient===13.0.0 pika===1.4.1 oslo.cache===4.3.0 @@ -389,7 +389,7 @@ seqdiag===3.0.0 numpy===2.4.6 msgpack===1.2.1 Sphinx===9.0.4 -oslo.config===10.5.0 +oslo.config===10.6.0 openstackdocstheme===3.6.0 osc-placement===4.9.0 rpds-py===2026.5.1 @@ -440,7 +440,7 @@ cotyledon===2.2.0 xattr===1.3.0 systemd-python===235 python-memcached===1.62 -openstacksdk===4.17.0 +openstacksdk===4.18.0 infi.dtypes.nqn===0.1.0 six===1.17.0 h2===4.3.0 From 0def87fbce013038260a4acf82052bdf32758fa5 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Tue, 4 Aug 2026 14:37:10 +0300 Subject: [PATCH 2/2] github_workflows: remove gates for x86 architecture See: https://github.com/cloudbase/cloudbase-init/issues/213 Change-Id: If825314cb1055de3b52bb6aaa3b208ddce495278 Signed-off-by: Adrian Vladu --- .github/workflows/cloudbase_init_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloudbase_init_tests.yml b/.github/workflows/cloudbase_init_tests.yml index 957fab08..b167cc0e 100644 --- a/.github/workflows/cloudbase_init_tests.yml +++ b/.github/workflows/cloudbase_init_tests.yml @@ -61,7 +61,7 @@ jobs: fail-fast: false matrix: python-version: [ "3.14"] - architecture: ["x64", "x86"] + architecture: ["x64"] cloud: ["empty", "nocloud", "vmwareguest", "oracle"] steps: