Bump Erlang version to 27.x
RabbitMQ supports Erlang 27 since release 4.0.4 [1] With that Debian Trixie package is available only for Erlang 27 [1] https://www.rabbitmq.com/docs/which-erlang Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/965798 Change-Id: I055941dd6829c4055377fd46ec6cec8f9351546e Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -22,7 +22,7 @@ rabbitmq_package_state: "{{ package_state | default('latest') }}"
|
||||
|
||||
# Defined versions of RabbitMQ and Erlang
|
||||
rabbitmq_package_version: "4.0.9-1"
|
||||
rabbitmq_erlang_package_version: "26.2.*-1"
|
||||
rabbitmq_erlang_package_version: "27.3.*-1"
|
||||
|
||||
# Inventory group containing the hosts for the cluster
|
||||
rabbitmq_host_group: "rabbitmq_all"
|
||||
|
||||
4
releasenotes/notes/erlang_27-6e83c7a553c30a4c.yaml
Normal file
4
releasenotes/notes/erlang_27-6e83c7a553c30a4c.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Erlang version was updated to 27.3.x series.
|
||||
Reference in New Issue
Block a user