use-rally-4-0-0
Change-Id: I462f9d28ba7f8280a50bf533c3c1105a9bd76bb2
This commit is contained in:
parent
24981967fc
commit
72bfcc6e27
@ -30,6 +30,11 @@ Removed
|
|||||||
|
|
||||||
Support of Python 3.6 and Python 3.7
|
Support of Python 3.6 and Python 3.7
|
||||||
|
|
||||||
|
Changed
|
||||||
|
~~~~~~~
|
||||||
|
|
||||||
|
Bump docker image to use Rally 4.0.0
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@ -56,7 +61,7 @@ This is the last release with support of Python 3.6 and Python 3.7
|
|||||||
Changed
|
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.
|
* Switch docker image to rally 3.4.0 base.
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
|
@ -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,
|
# "rally" user (which is selected by-default) is owner of "/rally" directory,
|
||||||
# so there is no need to call chown or switch the user
|
# so there is no need to call chown or switch the user
|
||||||
|
@ -150,7 +150,7 @@ python-watcherclient===4.1.0;python_version >= '3.8'
|
|||||||
python-zaqarclient===2.5.1;python_version >= '3.8'
|
python-zaqarclient===2.5.1;python_version >= '3.8'
|
||||||
pytz===2023.3
|
pytz===2023.3
|
||||||
PyYAML===6.0
|
PyYAML===6.0
|
||||||
rally===3.4.0
|
rally===4.0.0
|
||||||
requests===2.25.1;python_version < '3.8'
|
requests===2.25.1;python_version < '3.8'
|
||||||
requests===2.28.2;python_version >= '3.8'
|
requests===2.28.2;python_version >= '3.8'
|
||||||
requests-oauthlib===1.3.1
|
requests-oauthlib===1.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user