mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/rabbitmq] ⚡ ⬆️ Update dependency references (#33860)
* [bitnami/rabbitmq] Release 16.0.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 16.0.2 (2025-05-06)
|
||||
## 16.0.3 (2025-05-23)
|
||||
|
||||
* [bitnami/rabbitmq] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33426](https://github.com/bitnami/charts/pull/33426))
|
||||
* [bitnami/rabbitmq] :zap: :arrow_up: Update dependency references ([#33860](https://github.com/bitnami/charts/pull/33860))
|
||||
|
||||
## <small>16.0.2 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/rabbitmq] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#3342 ([9ca5aa5](https://github.com/bitnami/charts/commit/9ca5aa5e3312617ce24d85efe33cc1d696495a25)), closes [#33426](https://github.com/bitnami/charts/issues/33426)
|
||||
* [bitnami/rabbitmq] fixed validation for memoryHighWatermark using resourcesPreset (#33186) ([c864596](https://github.com/bitnami/charts/commit/c86459615a6a5bf186b08e5c70cf7d9b74dbfbea)), closes [#33186](https://github.com/bitnami/charts/issues/33186)
|
||||
|
||||
## 16.0.0 (2025-04-23)
|
||||
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
annotations:
|
||||
tanzuCategory: service
|
||||
category: Infrastructure
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r45
|
||||
- name: rabbitmq
|
||||
image: docker.io/bitnami/rabbitmq:4.1.0-debian-12-r0
|
||||
image: docker.io/bitnami/rabbitmq:4.1.0-debian-12-r1
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 4.1.0
|
||||
dependencies:
|
||||
@@ -18,7 +18,8 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: RabbitMQ is an open source general-purpose message broker that is designed for consistent, highly-available messaging scenarios (both synchronous and asynchronous).
|
||||
description: RabbitMQ is an open source general-purpose message broker that is designed
|
||||
for consistent, highly-available messaging scenarios (both synchronous and asynchronous).
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/rabbitmq/img/rabbitmq-stack-220x234.png
|
||||
keywords:
|
||||
@@ -31,4 +32,4 @@ maintainers:
|
||||
name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
|
||||
version: 16.0.2
|
||||
version: 16.0.3
|
||||
|
||||
@@ -49,7 +49,7 @@ global:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/rabbitmq
|
||||
tag: 4.1.0-debian-12-r0
|
||||
tag: 4.1.0-debian-12-r1
|
||||
digest: ""
|
||||
## set to true if you would like to see extra information on logs
|
||||
## It turns BASH and/or NAMI debugging in the image
|
||||
@@ -1594,7 +1594,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r43
|
||||
tag: 12-debian-12-r45
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user