[release-announce] rally 1.4.0

no-reply at openstack.org no-reply at openstack.org
Mon Feb 4 22:42:28 UTC 2019


We are gleeful to announce the release of:

rally 1.4.0: Generic Testing Framework & Tool that unifies all types
of testing.

The source is available from:

    https://git.openstack.org/cgit/openstack/rally

Download the package from:

    https://pypi.org/project/rally

Please report issues through launchpad:

    https://bugs.launchpad.net/rally

For more details, please see below.

Changes in rally 1.3.0..1.4.0
-----------------------------

78f43cd Remove morph dependency
3625758 Add 1.4.0 release in CHANGELOG
8bf5cea Support the latest alembic
cc6f877 Fix the issues of dss key in ssh utils
3eeb0dd Bump upper constraints to fix conflicts
da3a6fe Add the section `installing rally-openstack` in quick-start
1cb01a5 [CI] check the return value of `rally task`
ffe6fed Update upper-constraints.txt
250bc00 update references to samples/deployments to point to openstack plugin repo
3923a04 Fix typo in the word generated
1b3a68d Add a check for `rally` command
4b9f85b Change openstack-dev to openstack-discuss
f1f09f3 Export trends report with task export plugin
2b4c4be Change openstack-dev to openstack-discuss


Diffstat (except docs and test files)
-------------------------------------

CHANGELOG.rst                                      |  21 +++
...g_up_env_and_running_benchmark_from_samples.rst |  20 +-
.../tutorial/step_2_input_task_format.rst          |   2 +-
etc/docker/motd                                    |   3 +-
etc/rally.bash_completion                          |   2 +-
install_rally.sh                                   |   2 +-
rally/cli/cliutils.py                              |   2 +-
rally/cli/commands/task.py                         |  32 +---
rally/common/sshutils.py                           |   2 +
rally/plugins/common/exporters/elastic/exporter.py |  15 +-
rally/plugins/common/exporters/elastic/flatten.py  |  67 +++++++
rally/plugins/common/exporters/trends.py           |  40 ++++
rally/task/processing/plot.py                      |   5 +-
requirements.txt                                   |   1 -
setup.cfg                                          |   2 +-
.../common/exporters/elastic/test_exporter.py      |  12 --
.../common/exporters/elastic/test_flatten.py       |  43 +++++
upper-constraints.txt                              | 209 +++++++--------------
29 files changed, 458 insertions(+), 316 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 004587b..329da41 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +9,0 @@ jsonschema<3.0.0                                       # MIT
-morph                                                  # GPLv3+






More information about the Release-announce mailing list