use-rally-4-0-0

Change-Id: I462f9d28ba7f8280a50bf533c3c1105a9bd76bb2
This commit is contained in:
Andrey Kurilin 2024-01-16 15:05:14 +01:00
parent 24981967fc
commit 72bfcc6e27
3 changed files with 8 additions and 3 deletions

View File

@ -30,6 +30,11 @@ Removed
Support of Python 3.6 and Python 3.7
Changed
~~~~~~~
Bump docker image to use Rally 4.0.0
Fixed
~~~~~
@ -56,7 +61,7 @@ This is the last release with support of Python 3.6 and Python 3.7
Changed
~~~~~~~
* Bumped min required version of Rally to 3.4.0.
* Bump min required version of Rally to 3.4.0.
* Switch docker image to rally 3.4.0 base.
Removed

View File

@ -1,4 +1,4 @@
FROM xrally/xrally:3.4.0
FROM xrally/xrally:4.0.0
# "rally" user (which is selected by-default) is owner of "/rally" directory,
# so there is no need to call chown or switch the user

View File

@ -150,7 +150,7 @@ python-watcherclient===4.1.0;python_version >= '3.8'
python-zaqarclient===2.5.1;python_version >= '3.8'
pytz===2023.3
PyYAML===6.0
rally===3.4.0
rally===4.0.0
requests===2.25.1;python_version < '3.8'
requests===2.28.2;python_version >= '3.8'
requests-oauthlib===1.3.1