Bump rabbitmq to 3.11 and erlang to 25.2

Change-Id: If8c83682093cb08e8a092550c44010134cd210d3
This commit is contained in:
Dmitriy Rabotyagov 2023-01-20 17:31:03 +01:00
parent d2a7fbe527
commit 5281c0e264
3 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,6 @@
---
other:
- |
Version of RabbitMQ is bumped to 3.11.7, Erlang version is bumped to
25.2.

View File

@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: "3.10.7-1"
_rabbitmq_package_version: "3.11.7-1"
_rabbitmq_gpg_keys:
- file: gpg/C072C960 # RabbitMQ Cloudsmith repo
@ -35,7 +35,7 @@ _rabbitmq_erlang_repo:
state: "present"
filename: els_erlang
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('1:25.0.4-1', '1:22.*') }}"
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('1:25.2.1-1', '1:22.*') }}"
rabbitmq_dependencies:
- erlang-base

View File

@ -14,8 +14,8 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: 3.10.7-1
_erlang_package_version: 25.0.4-1
_rabbitmq_package_version: 3.11.7-1
_erlang_package_version: 25.2-1
# NOTE(noonedeadpunk): List of available packages can be searched here: https://cloudsmith.io/~rabbitmq/repos/