Skip to content

Commit e8613ff

Browse files
committed
Propose rally 3.4.0 release
Change-Id: I2463227b1d4a114c0c5caa093f72b5b0b7c50d4e
1 parent b4d31cf commit e8613ff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Changelog
1717
.. Release notes for existing releases are MUTABLE! If there is something that
1818
was missed or can be improved, feel free to change it!
1919
20-
[unreleased]
21-
------------
20+
[3.4.0] - 2023-05-23
21+
--------------------
2222

2323
This is the last release with support of Python 3.6 and Python 3.7
2424

DOCKER_README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ additional plugins:
1717
# for rally user is used.
1818
#
1919
# Tags of the image are the same as releases of xRally/Rally
20-
FROM xrally/xrally:3.3.0
20+
FROM xrally/xrally:3.4.0
2121

2222
# "rally" user (which is selected by-default) is owner of "/rally" directory,
2323
# so there is no need to call chown or switch the user
@@ -40,8 +40,8 @@ details)
4040
First, you need to pull the container. We suggest using the last tagged
4141
version:
4242

43-
# pull the 3.3.0 image (the latest release at the point of writing the note)
44-
$ docker pull xrally/xrally:3.3.0
43+
# pull the 3.4.0 image (the latest release at the point of writing the note)
44+
$ docker pull xrally/xrally:3.4.0
4545

4646
**WARNING: never attach folders and volumes to `/rally` inside the container. It can break everything.**
4747

@@ -57,7 +57,7 @@ docker volumes or mount the directory.
5757
* use docker volumes. It is the easiest way. You just need to do something like:
5858

5959
$ docker volume create --name rally_volume
60-
$ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.3.0 env create --name "foo"
60+
$ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.4.0 env create --name "foo"
6161

6262

6363
* mount outer directory inside the container

0 commit comments

Comments
 (0)