Skip to content

Commit

Permalink
[bitnami/rabbitmq-cluster-operator] Release 4.4.1 (#31126)
Browse files Browse the repository at this point in the history
* [bitnami/rabbitmq-cluster-operator] Release 4.4.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CRDs automatically

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Dec 20, 2024
1 parent 2efe620 commit 22f7911
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
7 changes: 6 additions & 1 deletion bitnami/rabbitmq-cluster-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 4.4.1 (2024-12-20)

* [bitnami/rabbitmq-cluster-operator] Release 4.4.1 ([#31126](https://github.com/bitnami/charts/pull/31126))

## 4.4.0 (2024-12-10)

* [bitnami/rabbitmq-cluster-operator] Detect non-standard images ([#30941](https://github.com/bitnami/charts/pull/30941))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/rabbitmq-cluster-operator] Detect non-standard images (#30941) ([b95e85b](https://github.com/bitnami/charts/commit/b95e85b077668be0add122fad290e7eecdcdf16c)), closes [#30941](https://github.com/bitnami/charts/issues/30941)

## <small>4.3.29 (2024-12-04)</small>

Expand Down
12 changes: 6 additions & 6 deletions bitnami/rabbitmq-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: rabbitmq
image: docker.io/bitnami/rabbitmq:4.0.4-debian-12-r1
image: docker.io/bitnami/rabbitmq:4.0.5-debian-12-r0
- name: rabbitmq-cluster-operator
image: docker.io/bitnami/rabbitmq-cluster-operator:2.11.0-debian-12-r4
image: docker.io/bitnami/rabbitmq-cluster-operator:2.12.0-debian-12-r0
- name: rmq-default-credential-updater
image: docker.io/bitnami/rmq-default-credential-updater:1.0.4-debian-12-r31
image: docker.io/bitnami/rmq-default-credential-updater:1.0.4-debian-12-r32
- name: rmq-messaging-topology-operator
image: docker.io/bitnami/rmq-messaging-topology-operator:1.15.0-debian-12-r2
image: docker.io/bitnami/rmq-messaging-topology-operator:1.15.0-debian-12-r3
apiVersion: v2
appVersion: 2.11.0
appVersion: 2.12.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -37,4 +37,4 @@ maintainers:
name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
version: 4.4.0
version: 4.4.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/rabbitmq/cluster-operator/v{version}/config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml
# Version: 2.11.0
# Version: 2.12.0
# RabbitMQ Cluster Operator
#
# Copyright 2020 VMware, Inc. All Rights Reserved.
Expand Down
8 changes: 4 additions & 4 deletions bitnami/rabbitmq-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diagnosticMode:
rabbitmqImage:
registry: docker.io
repository: bitnami/rabbitmq
tag: 4.0.4-debian-12-r1
tag: 4.0.5-debian-12-r0
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand All @@ -100,7 +100,7 @@ rabbitmqImage:
credentialUpdaterImage:
registry: docker.io
repository: bitnami/rmq-default-credential-updater
tag: 1.0.4-debian-12-r31
tag: 1.0.4-debian-12-r32
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand All @@ -123,7 +123,7 @@ clusterOperator:
image:
registry: docker.io
repository: bitnami/rabbitmq-cluster-operator
tag: 2.11.0-debian-12-r4
tag: 2.12.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -665,7 +665,7 @@ msgTopologyOperator:
image:
registry: docker.io
repository: bitnami/rmq-messaging-topology-operator
tag: 1.15.0-debian-12-r2
tag: 1.15.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit 22f7911

Please sign in to comment.