Airflow and Openstack modules upgrade
This PS upgrades Airflow to 2.10.4 and Openstack modules to 2024.1 Caracal versions Change-Id: If2bc67eccd208b5dbb2ae0f96c5208cf0c6681c3
This commit is contained in:
parent
9b727752ed
commit
683b03dfe1
@ -131,7 +131,7 @@
|
|||||||
commit: true
|
commit: true
|
||||||
static:
|
static:
|
||||||
- latest
|
- latest
|
||||||
- airflow_2.10.2
|
- airflow_2.10.4
|
||||||
|
|
||||||
|
|
||||||
- secret:
|
- secret:
|
||||||
|
@ -27,26 +27,29 @@ SQLAlchemy
|
|||||||
ulid2
|
ulid2
|
||||||
uWSGI
|
uWSGI
|
||||||
|
|
||||||
# Openstack Antelope 2023.1
|
# Openstack Caracal 2024.1
|
||||||
# https://releases.openstack.org/antelope/index.html
|
# https://releases.openstack.org/caracal/index.html
|
||||||
python-keystoneclient==5.1.0
|
barbican==18.0.0
|
||||||
|
|
||||||
keystoneauth1==5.1.2
|
python-barbicanclient==5.7.0
|
||||||
keystonemiddleware==10.2.0
|
python-keystoneclient==5.4.0
|
||||||
|
|
||||||
oslo.cache==3.3.1
|
keystoneauth1==5.6.0
|
||||||
oslo.concurrency==5.1.1
|
keystonemiddleware==10.6.0
|
||||||
oslo.config==9.1.1
|
|
||||||
oslo.context==5.1.1
|
oslo.cache==3.7.0
|
||||||
oslo.db==12.3.1
|
oslo.concurrency==6.0.0
|
||||||
oslo.i18n==6.0.0
|
oslo.config==9.4.0
|
||||||
oslo.log==5.2.0
|
oslo.context==5.5.0
|
||||||
oslo.messaging==14.2.4
|
oslo.db==15.0.0
|
||||||
oslo.metrics==0.6.0
|
oslo.i18n==6.3.0
|
||||||
oslo.middleware==5.1.1
|
oslo.log==5.5.1
|
||||||
oslo.policy==4.1.1
|
oslo.messaging==14.7.2
|
||||||
oslo.serialization==5.1.1
|
oslo.metrics==0.8.0
|
||||||
oslo.service==3.1.1
|
oslo.middleware==6.1.0
|
||||||
oslo.upgradecheck==2.1.1
|
oslo.policy==4.3.0
|
||||||
oslo.utils==6.1.0
|
oslo.serialization==5.4.1
|
||||||
oslo.versionedobjects==3.1.0
|
oslo.service==3.4.1
|
||||||
|
oslo.upgradecheck==2.3.0
|
||||||
|
oslo.utils==7.1.0
|
||||||
|
oslo.versionedobjects==3.3.0
|
@ -1,25 +1,29 @@
|
|||||||
alembic==1.13.2
|
alembic==1.14.0
|
||||||
amqp==5.2.0
|
amqp==5.3.1
|
||||||
attrs==24.2.0
|
attrs==24.2.0
|
||||||
bcrypt==4.2.0
|
autopage==0.5.2
|
||||||
|
barbican==18.0.0
|
||||||
|
bcrypt==4.2.1
|
||||||
Beaker==1.13.0
|
Beaker==1.13.0
|
||||||
cachetools==5.5.0
|
cachetools==5.5.0
|
||||||
|
castellan==5.2.0
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.4.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
|
cliff==4.8.0
|
||||||
|
cmd2==2.5.8
|
||||||
cryptography==42.0.8
|
cryptography==42.0.8
|
||||||
debtcollector==3.0.0
|
debtcollector==3.0.0
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
dnspython==2.6.1
|
dnspython==2.7.0
|
||||||
dogpile.cache==1.3.3
|
dogpile.cache==1.3.3
|
||||||
eventlet==0.37.0
|
eventlet==0.38.1
|
||||||
falcon==3.1.3
|
falcon==4.0.2
|
||||||
fasteners==0.19
|
fasteners==0.19
|
||||||
fixtures==4.1.0
|
|
||||||
futurist==3.0.0
|
futurist==3.0.0
|
||||||
greenlet==3.1.0
|
greenlet==3.1.1
|
||||||
idna==3.10
|
idna==3.10
|
||||||
iso8601==2.1.0
|
iso8601==2.1.0
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
@ -28,56 +32,65 @@ jsonpath-rw==1.4.0
|
|||||||
jsonpointer==3.0.0
|
jsonpointer==3.0.0
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
jsonschema-specifications==2023.12.1
|
jsonschema-specifications==2023.12.1
|
||||||
keystoneauth1==5.1.2
|
keystoneauth1==5.6.0
|
||||||
keystonemiddleware==10.2.0
|
keystonemiddleware==10.6.0
|
||||||
kombu==5.4.1
|
kombu==5.4.2
|
||||||
libvirt-python==10.7.0
|
ldap3==2.9.1
|
||||||
Mako==1.3.5
|
libvirt-python==10.10.0
|
||||||
MarkupSafe==2.1.5
|
logutils==0.3.5
|
||||||
|
Mako==1.3.8
|
||||||
|
MarkupSafe==3.0.2
|
||||||
|
microversion-parse==2.0.0
|
||||||
mock==5.1.0
|
mock==5.1.0
|
||||||
msgpack==1.1.0
|
msgpack==1.1.0
|
||||||
netaddr==1.3.0
|
netaddr==1.3.0
|
||||||
netifaces==0.11.0
|
netifaces==0.11.0
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
os-service-types==1.7.0
|
os-service-types==1.7.0
|
||||||
oslo.cache==3.3.1
|
oslo.cache==3.7.0
|
||||||
oslo.concurrency==5.1.1
|
oslo.concurrency==6.0.0
|
||||||
oslo.config==9.1.1
|
oslo.config==9.4.0
|
||||||
oslo.context==5.1.1
|
oslo.context==5.5.0
|
||||||
oslo.db==12.3.1
|
oslo.db==15.0.0
|
||||||
oslo.i18n==6.0.0
|
oslo.i18n==6.3.0
|
||||||
oslo.log==5.2.0
|
oslo.log==5.5.1
|
||||||
oslo.messaging==14.2.4
|
oslo.messaging==14.7.2
|
||||||
oslo.metrics==0.6.0
|
oslo.metrics==0.8.0
|
||||||
oslo.middleware==5.1.1
|
oslo.middleware==6.1.0
|
||||||
oslo.policy==4.1.1
|
oslo.policy==4.3.0
|
||||||
oslo.serialization==5.1.1
|
oslo.serialization==5.4.1
|
||||||
oslo.service==3.1.1
|
oslo.service==3.4.1
|
||||||
oslo.upgradecheck==2.1.1
|
oslo.upgradecheck==2.3.0
|
||||||
oslo.utils==6.1.0
|
oslo.utils==7.1.0
|
||||||
oslo.versionedobjects==3.1.0
|
oslo.versionedobjects==3.3.0
|
||||||
packaging==24.1
|
packaging==24.2
|
||||||
Paste==3.10.1
|
Paste==3.10.1
|
||||||
PasteDeploy==3.1.0
|
PasteDeploy==3.1.0
|
||||||
pbr==6.1.0
|
pbr==6.1.0
|
||||||
|
pecan==1.5.1
|
||||||
pip==24.1
|
pip==24.1
|
||||||
ply==3.11
|
ply==3.11
|
||||||
prettytable==3.11.0
|
prettytable==3.12.0
|
||||||
prometheus_client==0.20.0
|
prometheus_client==0.21.1
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.10
|
||||||
PTable==0.9.2
|
PTable==0.9.2
|
||||||
pycadf==3.1.1
|
pyasn1==0.6.1
|
||||||
|
pycadf==4.0.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pyghmi==1.5.72
|
pyghmi==1.5.72
|
||||||
|
PyJWT==2.10.1
|
||||||
pylibyaml==0.1.0
|
pylibyaml==0.1.0
|
||||||
pymongo==4.8.0
|
pymongo==4.10.1
|
||||||
pyparsing==3.1.4
|
pyOpenSSL==24.3.0
|
||||||
|
pyparsing==3.2.0
|
||||||
|
pyperclip==1.9.0
|
||||||
|
python-barbicanclient==5.7.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-keystoneclient==5.1.0
|
python-keystoneclient==5.4.0
|
||||||
python-memcached==1.62
|
python-memcached==1.62
|
||||||
pytz==2024.2
|
pytz==2024.2
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
redfish==3.2.5
|
redfish==3.2.6
|
||||||
referencing==0.35.1
|
referencing==0.35.1
|
||||||
repoze.lru==0.7
|
repoze.lru==0.7
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
@ -86,25 +99,23 @@ requests-unixsocket==0.3.0
|
|||||||
responses==0.25.3
|
responses==0.25.3
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
Routes==2.5.1
|
Routes==2.5.1
|
||||||
rpds-py==0.20.0
|
rpds-py==0.22.3
|
||||||
setuptools==70.1.0
|
setuptools==70.1.0
|
||||||
six==1.16.0
|
six==1.17.0
|
||||||
SQLAlchemy==1.4.54
|
SQLAlchemy==1.4.54
|
||||||
sqlalchemy-migrate==0.13.0
|
|
||||||
sqlparse==0.5.1
|
|
||||||
statsd==4.0.1
|
statsd==4.0.1
|
||||||
stevedore==5.3.0
|
stevedore==5.4.0
|
||||||
Tempita==0.5.2
|
|
||||||
testresources==2.0.1
|
testresources==2.0.1
|
||||||
testscenarios==0.5.0
|
testscenarios==0.5.0
|
||||||
testtools==2.7.2
|
testtools==2.7.2
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
|
tzdata==2024.2
|
||||||
ulid2==0.3.0
|
ulid2==0.3.0
|
||||||
urllib3==2.2.2
|
urllib3==2.2.3
|
||||||
uWSGI==2.0.27
|
uWSGI==2.0.28
|
||||||
vine==5.1.0
|
vine==5.1.0
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
WebOb==1.8.8
|
WebOb==1.8.9
|
||||||
wheel==0.43.0
|
wheel==0.43.0
|
||||||
wrapt==1.16.0
|
wrapt==1.17.0
|
||||||
yappi==1.6.0
|
yappi==1.6.10
|
||||||
|
2
tox.ini
2
tox.ini
@ -20,7 +20,7 @@ allowlist_externals=
|
|||||||
sh
|
sh
|
||||||
deps=
|
deps=
|
||||||
-r{toxinidir}/python/requirements-direct.txt
|
-r{toxinidir}/python/requirements-direct.txt
|
||||||
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.10.2/constraints-3.10.txt
|
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.10.4/constraints-3.10.txt
|
||||||
commands=
|
commands=
|
||||||
rm -f python/requirements-frozen.txt
|
rm -f python/requirements-frozen.txt
|
||||||
sh -c "pip freeze --all | grep -vE 'drydock_provisioner|pyinotify|pkg-resources==0.0.0' > python/requirements-frozen.txt"
|
sh -c "pip freeze --all | grep -vE 'drydock_provisioner|pyinotify|pkg-resources==0.0.0' > python/requirements-frozen.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user