Skip to content

Commit

Permalink
chore: update versions (#46)
Browse files Browse the repository at this point in the history
* Upgrade OpenStack Kolla dependencies
* Upgrade distro list versions

Co-authored-by: electrocucaracha bot <[email protected]>
  • Loading branch information
github-actions[bot] and electrocucaracha authored Jul 18, 2022
1 parent 689f36f commit 2bfdfb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ubuntu:
focal:
name: generic/ubuntu2004
vb_controller: IDE Controller
version: "4.0.2"
version: "4.1.0"
debian:
bullseye:
name: debian/bullseye64
Expand Down
6 changes: 3 additions & 3 deletions requirements/centos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
# via requests
cryptography==37.0.2
cryptography==37.0.4
# via
# ansible-core
# kolla-ansible
Expand All @@ -41,7 +41,7 @@ jinja2==3.0.3
# kolla-ansible
jmespath==0.10.0
# via kolla-ansible
kolla-ansible==14.1.0
kolla-ansible==14.2.0
# via -r requirements/centos.in
markupsafe==2.0.1
# via jinja2
Expand Down Expand Up @@ -98,7 +98,7 @@ stevedore==3.5.0
# via oslo.config
typing-extensions==4.1.1
# via importlib-metadata
urllib3==1.26.9
urllib3==1.26.10
# via requests
wrapt==1.14.1
# via debtcollector
Expand Down
10 changes: 5 additions & 5 deletions requirements/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==2.1.0
# via requests
cryptography==37.0.2
cryptography==37.0.4
# via
# ansible-core
# kolla-ansible
Expand All @@ -34,7 +34,7 @@ jinja2==3.1.2
# kolla-ansible
jmespath==1.0.1
# via kolla-ansible
kolla-ansible==14.1.0
kolla-ansible==14.2.0
# via -r requirements/debian.in
markupsafe==2.1.1
# via jinja2
Expand All @@ -46,7 +46,7 @@ netaddr==0.8.0
# oslo-utils
netifaces==0.11.0
# via oslo-utils
oslo-config==8.8.0
oslo-config==9.0.0
# via kolla-ansible
oslo-i18n==5.1.0
# via
Expand Down Expand Up @@ -86,9 +86,9 @@ rfc3986==2.0.0
# via oslo-config
six==1.16.0
# via hvac
stevedore==3.5.0
stevedore==4.0.0
# via oslo-config
urllib3==1.26.9
urllib3==1.26.10
# via requests
wrapt==1.14.1
# via debtcollector
10 changes: 5 additions & 5 deletions requirements/ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==2.1.0
# via requests
cryptography==37.0.2
cryptography==37.0.4
# via
# ansible-core
# kolla-ansible
Expand All @@ -34,7 +34,7 @@ jinja2==3.1.2
# kolla-ansible
jmespath==1.0.1
# via kolla-ansible
kolla-ansible==14.1.0
kolla-ansible==14.2.0
# via -r requirements/ubuntu.in
markupsafe==2.1.1
# via jinja2
Expand All @@ -46,7 +46,7 @@ netaddr==0.8.0
# oslo-utils
netifaces==0.11.0
# via oslo-utils
oslo-config==8.8.0
oslo-config==9.0.0
# via kolla-ansible
oslo-i18n==5.1.0
# via
Expand Down Expand Up @@ -86,9 +86,9 @@ rfc3986==2.0.0
# via oslo-config
six==1.16.0
# via hvac
stevedore==3.5.0
stevedore==4.0.0
# via oslo-config
urllib3==1.26.9
urllib3==1.26.10
# via requests
wrapt==1.14.1
# via debtcollector

0 comments on commit 2bfdfb8

Please sign in to comment.