openstack-ansible-rabbitmq_.../releasenotes/notes/elang-version-2c1135466ef94032.yaml
Kevin Carter 372ccd1bbd
Update the version of erlang to support rabbitmq
The version of erlang we're using, while functional, is not recommended.
This change updates our version of erlang for rabbitmq to be the
recommended version by changing the pinned version of erlang.

The apt package pinning meta dependency has been removed and put into
the apt task file as an include role. To ensure a more uniform process
for setting the version of erlang used with rabbitmq the new variable
`rabbitmq_erlang_version_spec` has been added. This option has a default
of "null" and is set by distro specific variables when applicable.

Erlang version support matrix: https://www.rabbitmq.com/which-erlang.html

Change-Id: Iced12d4533eec068bd11d8bd235d81308ef40427
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-06-05 19:39:56 -05:00

10 lines
413 B
YAML

---
features:
- The option ``rabbitmq_erlang_version_spec`` has been added allowing
deployers to set the version of erlang used on a given installation.
deprecations:
- The use of the ``apt_package_pinning`` role as a meta dependency
has been removed from the rabbitmq_server role. While the package
pinning role is still used, it will now only be executed when the
apt task file is executed.