From e8613ffeb01f109083f6a75dd148d5a8d37c9564 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 19 May 2023 23:31:59 +0200 Subject: [PATCH] Propose rally 3.4.0 release Change-Id: I2463227b1d4a114c0c5caa093f72b5b0b7c50d4e --- CHANGELOG.rst | 4 ++-- DOCKER_README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43298a3202..677b251e30 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,8 +17,8 @@ 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] ------------- +[3.4.0] - 2023-05-23 +-------------------- This is the last release with support of Python 3.6 and Python 3.7 diff --git a/DOCKER_README.md b/DOCKER_README.md index 844768d4aa..53f93a50c8 100644 --- a/DOCKER_README.md +++ b/DOCKER_README.md @@ -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.3.0 + FROM xrally/xrally:3.4.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 @@ -40,8 +40,8 @@ details) First, you need to pull the container. We suggest using the last tagged version: - # pull the 3.3.0 image (the latest release at the point of writing the note) - $ docker pull xrally/xrally:3.3.0 + # pull the 3.4.0 image (the latest release at the point of writing the note) + $ docker pull xrally/xrally:3.4.0 **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:3.3.0 env create --name "foo" + $ docker run -v rally_volume:/home/rally/.rally xrally/xrally:3.4.0 env create --name "foo" * mount outer directory inside the container