Skip to content

Commit

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

Co-authored-by: Victor Morales <[email protected]>
Co-authored-by: electrocucaracha bot <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2022
1 parent 4da18a5 commit da7a2f2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 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.0"
version: "4.0.2"
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 @@ -8,9 +8,9 @@ ansible==4.10.0
# via -r requirements/centos.in
ansible-core==2.11.12
# via ansible
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
# via requests
Expand Down Expand Up @@ -45,7 +45,7 @@ kolla-ansible==14.1.0
# via -r requirements/centos.in
markupsafe==2.0.1
# via jinja2
mitogen==0.3.2
mitogen==0.3.3
# via -r requirements/centos.in
netaddr==0.8.0
# via
Expand Down
19 changes: 9 additions & 10 deletions requirements/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements/debian.txt requirements/debian.in
#
ansible==5.9.0
ansible==5.10.0
# via -r requirements/debian.in
ansible-core==2.12.6
ansible-core==2.12.7
# via ansible
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
cryptography==37.0.2
# via
Expand All @@ -32,13 +32,13 @@ jinja2==3.1.2
# via
# ansible-core
# kolla-ansible
jmespath==1.0.0
jmespath==1.0.1
# via kolla-ansible
kolla-ansible==14.1.0
# via -r requirements/debian.in
markupsafe==2.1.1
# via jinja2
mitogen==0.3.2
mitogen==0.3.3
# via -r requirements/debian.in
netaddr==0.8.0
# via
Expand All @@ -52,7 +52,7 @@ oslo-i18n==5.1.0
# via
# oslo-config
# oslo-utils
oslo-utils==4.13.0
oslo-utils==6.0.0
# via kolla-ansible
packaging==21.3
# via
Expand All @@ -62,7 +62,6 @@ pbr==5.9.0
# via
# kolla-ansible
# oslo-i18n
# oslo-utils
# stevedore
pycparser==2.21
# via cffi
Expand All @@ -77,7 +76,7 @@ pyyaml==6.0
# ansible-core
# kolla-ansible
# oslo-config
requests==2.27.1
requests==2.28.1
# via
# hvac
# oslo-config
Expand Down
19 changes: 9 additions & 10 deletions requirements/ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements/ubuntu.txt requirements/ubuntu.in
#
ansible==5.9.0
ansible==5.10.0
# via -r requirements/ubuntu.in
ansible-core==2.12.6
ansible-core==2.12.7
# via ansible
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
cryptography==37.0.2
# via
Expand All @@ -32,13 +32,13 @@ jinja2==3.1.2
# via
# ansible-core
# kolla-ansible
jmespath==1.0.0
jmespath==1.0.1
# via kolla-ansible
kolla-ansible==14.1.0
# via -r requirements/ubuntu.in
markupsafe==2.1.1
# via jinja2
mitogen==0.3.2
mitogen==0.3.3
# via -r requirements/ubuntu.in
netaddr==0.8.0
# via
Expand All @@ -52,7 +52,7 @@ oslo-i18n==5.1.0
# via
# oslo-config
# oslo-utils
oslo-utils==4.13.0
oslo-utils==6.0.0
# via kolla-ansible
packaging==21.3
# via
Expand All @@ -62,7 +62,6 @@ pbr==5.9.0
# via
# kolla-ansible
# oslo-i18n
# oslo-utils
# stevedore
pycparser==2.21
# via cffi
Expand All @@ -77,7 +76,7 @@ pyyaml==6.0
# ansible-core
# kolla-ansible
# oslo-config
requests==2.27.1
requests==2.28.1
# via
# hvac
# oslo-config
Expand Down

0 comments on commit da7a2f2

Please sign in to comment.