From 60f203c7557320956c3c1a4114186641bdf60c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Mon, 17 Oct 2022 09:59:38 +0200 Subject: [PATCH] [bitnami/rabbitmq] Update README after releasing version 11.0.0 (#12973) Signed-off-by: Jota Martos Signed-off-by: Jota Martos --- bitnami/rabbitmq/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/rabbitmq/README.md b/bitnami/rabbitmq/README.md index c61abf9305..98febd14e9 100644 --- a/bitnami/rabbitmq/README.md +++ b/bitnami/rabbitmq/README.md @@ -579,6 +579,10 @@ $ helm upgrade my-release my-repo/rabbitmq --set auth.password=[PASSWORD] --set | Note: you need to substitute the placeholders [PASSWORD] and [RABBITMQ_ERLANG_COOKIE] with the values obtained in the installation notes. +### To 11.0.0 + +This major version changes the default RabbitMQ image from 3.10.x to 3.11.x. Follow the [official instructions](https://www.rabbitmq.com/upgrade.html) to upgrade from 3.10 to 3.11. + ### To 10.0.0 This major version changes the default RabbitMQ image from 3.9.x to 3.10.x. Follow the [official instructions](https://www.rabbitmq.com/upgrade.html) to upgrade from 3.9 to 3.10. @@ -709,4 +713,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.