Newton Series Release Notes¶
14.0.2¶
Upgrade Notes¶
The variables
rally_requirements_git_repo
andrally_requirements_git_install_branch
have been removed in favour of using the URL/path to the upper-constraints file using the variablepip_install_upper_constraints
instead.
14.0.0¶
New Features¶
The os_rally role now supports the ability to configure whether apt/yum tasks install the latest available package, or just ensure that the package is present. The default action is to ensure that the latest package is present. The action taken may be changed to only ensure that the package is present by setting
rally_package_state
topresent
.
Upgrade Notes¶
Installation of rally and its dependent pip packages will now only occur within a Python virtual environment. The
rally_venv_bin
,rally_venv_enabled
variables have been removed.
The os_rally role always checks whether the latest package is installed when executed. If a deployer wishes to change the check to only validate the presence of the package, the option
rally_package_state
should be set topresent
.