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:
2 changed files with 5 additions and 1 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.