Skip to content

Commit

Permalink
Prepare for a new release 3.3.0
Browse files Browse the repository at this point in the history
Change-Id: I20f1e3dfce8cbbfe9fdecb124d09897deefc3540
  • Loading branch information
andreykurilin committed Jun 16, 2021
1 parent f4fbcf8 commit e67de57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changelog
.. Release notes for existing releases are MUTABLE! If there is something that
was missed or can be improved, feel free to change it!
[x.x.x] - 202x-xx-xx
[3.3.0] - 2021-06-16
--------------------

Changed
Expand All @@ -27,6 +27,13 @@ Changed

* Switch docker image from ubuntu 18.04 to ubuntu 20.04

* Move from Freenode to OFTC irc network

Removed
~~~~~~~

* dependency on decorator library.

[3.2.0] - 2020-10-30
--------------------

Expand Down
12 changes: 6 additions & 6 deletions DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:3.2.0
FROM xrally/xrally:3.3.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
Expand All @@ -37,11 +37,11 @@ details)

# How to run xrally container

First of all, you need to pull the container. We suggest to use the last
tagged version:
First, you need to pull the container. We suggest using the last tagged
version:

# pull the 3.2.0 image (the latest release at the point of writing the note)
$ docker pull xrally/xrally:3.2.0
# pull the 3.3.0 image (the latest release at the point of writing the note)
$ docker pull xrally/xrally:3.3.0

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

Expand All @@ -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:3.2.0 env create --name "foo"
$ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.3.0 env create --name "foo"


* mount outer directory inside the container
Expand Down

0 comments on commit e67de57

Please sign in to comment.