radius-project / recipes

Community Recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade RabbitMQ version

ytimocin opened this issue · comments

Overview of feature request

Seeing this message in one of the rabbitMQ pod logs: This release series has reached end of life and is no longer supported. Please visit https://rabbitmq.com/versions.html to learn more and upgrade.

Acceptance criteria

RabbitMQ version needs to be upgraded.

Please see this page: https://rabbitmq.com/versions.html.

Additional context

2023-11-23 00:10:57.202383+00:00 [info] <0.223.0>  Starting RabbitMQ 3.10.25 on Erlang 25.3.2.7 [jit]�[0m
2023-11-23 00:10:57.202383+00:00 [info] <0.223.0>  Copyright (c) 2007-2023 VMware, Inc. or its affiliates.�[0m
2023-11-23 00:10:57.202383+00:00 [info] <0.223.0>  Licensed under the MPL 2.0. Website: https://rabbitmq.com�[0m
�[38;5;160m2023-11-23 00:10:57.202455+00:00 [error] <0.223.0> This release series has reached end of life and is no longer supported. Please visit https://rabbitmq.com/versions.html to learn more and upgrade�[0m

AB#10476

👋 @ytimocin Thanks for filing this feature request.

A project maintainer will review this feature request and get back to you soon.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture.

We always welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

We currently use the tag 3 in the rabbitmq local-dev recipe, which pulls the latest major version from Dockerhub. As of today, it pulled 3.12 for me, which is in support.

I suspect you might have a cached version of the rabbitmq image from back when 3.10 was tagged 3. If you're using the same Kubernetes cluster as back then it may pull the same image.

If you still hit this after evicting your old image, or on a new cluster, please reopen with steps on how to reproduce.