Propose rally 5.0.1

Change-Id: I2bced770733e1cfa7f5584a4ab7a1ea332450cd1
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
This commit is contained in:
Andriy Kurilin
2025-10-07 21:06:15 +02:00
parent 38fd63490c
commit 26cdfbe702
2 changed files with 9 additions and 9 deletions

View File

@@ -17,13 +17,13 @@ Changelog
.. Release notes for existing releases are MUTABLE! If there is something that
was missed or can be improved, feel free to change it!
unreleased
-----------
[5.0.1] - 2025-10-07
--------------------
Changed
~~~~~~~
Fixed
~~~~~
* Include only rally package (pyproject.toml)
* Fix `include` section of pyproject.toml to include only rally file
[5.0.0] - 2025-09-03
--------------------

View File

@@ -17,7 +17,7 @@ additional plugins:
# for rally user is used.
#
# Tags of the image are the same as releases of xRally/Rally
FROM xrally/xrally:5.0.0
FROM xrally/xrally:5.0.1
# "rally" user (which is selected by-default) is owner of "/rally" directory,
# so there is no need to call chown or switch the user
@@ -40,8 +40,8 @@ details)
First, you need to pull the container. We suggest using the last tagged
version:
# pull the 5.0.0 image (the latest release at the point of writing the note)
$ docker pull xrally/xrally:5.0.0
# pull the 5.0.1 image (the latest release at the point of writing the note)
$ docker pull xrally/xrally:5.0.1
**WARNING: never attach folders and volumes to `/rally` inside the container. It can break everything.**
@@ -57,7 +57,7 @@ docker volumes or mount the directory.
* use docker volumes. It is the easiest way. You just need to do something like:
$ docker volume create --name rally_volume
$ docker run -v rally_volume:/home/rally/.rally xrally/xrally:5.0.0 env create --name "foo"
$ docker run -v rally_volume:/home/rally/.rally xrally/xrally:5.0.1 env create --name "foo"
* mount outer directory inside the container