chore(deps): update kubezero-operators-dependencies #113

Open
renovate wants to merge 1 commits from renovate/kubezero-operators-kubezero-operators-dependencies into main
Member

This PR contains the following updates:

Package Update Change
cloudnative-pg (source) minor 0.23.2 -> 0.24.0
rabbitmq-cluster-operator (source) patch 4.4.11 -> 4.4.22
strimzi-kafka-operator (source) patch 0.46.0 -> 0.46.1

Release Notes

cloudnative-pg/charts (cloudnative-pg)

v0.24.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: https://github.com/cloudnative-pg/charts/compare/cluster-v0.3.1...cloudnative-pg-v0.24.0

bitnami/charts (rabbitmq-cluster-operator)

v4.4.21

  • [bitnami/rabbitmq-cluster-operator] ⬆️ Update dependency references (#​34275)

v4.4.20

v4.4.18

v4.4.17

v4.4.16

v4.4.15

v4.4.13

v4.4.12

strimzi/strimzi-kafka-operator (strimzi-kafka-operator)

v0.46.1

Compare Source

⚠️ Important: Strimzi 0.46.1 supports only Kubernetes 1.25 and newer. Kubernetes 1.23 and 1.24 are not supported anymore.

⚠️ Support for ZooKeeper-based Apache Kafka clusters and for KRaft migration has been removed

Main changes since 0.46.0

This release contains the following new features and improvements:

  • Update CSV file for OLM installation to add missing permission for broker Pods to "get" nodes Kubernetes resource.
  • Allow the injection of annotations on the deployment object in Helm charts.

All changes can be found under the 0.46.1 milestone.

Watch out also for some notable changes, deprecations, and removals:

  • Support for ZooKeeper-based clusters and for migration from ZooKeeper-based clusters to KRaft has been removed.
    Please make sure all your clusters are using KRaft before upgrading to Strimzi 0.46.0 or newer!
  • Support for MirrorMaker 1 has been removed.
    Please make sure to migrate to MirrorMaker 2 before upgrading to Strimzi 0.46 or newer.
  • Strimzi EnvVar Configuration Provider (deprecated in Strimzi 0.38.0) and Strimzi MirrorMaker 2 Extensions (deprecated in Strimzi 0.28.0) plugins were removed from Strimzi container images.
    Please use the Apache Kafka EnvVarConfigProvider and Identity Replication Policy instead.
  • When using Kafka Connect or Kafka MirrorMaker 2 operands and upgrading from Strimzi 0.38 or older, make sure the StableConnectIdentities feature gate is enabled and StrimziPodSets are used before upgrading.
  • When using the Kafka operand and upgrading from Strimzi 0.34 or older, make sure the UseStrimziPodSets feature gate is enabled and StrimziPodSet resources are used before upgrading.
  • The storage overrides for configuring per-broker storage class are not supported anymore.
    If you are using the storage overrides, you should instead use multiple KafkaNodePool resources with a different storage class each.
    For more details about migrating from storage overrides, please follow the documentation.
  • The Open Policy Agent authorization (type: opa) has been deprecated and will be removed in the future.
    To use the Open Policy Agent authorizer, you can use the type: custom authorization.
  • Removed the statefulset.kubernetes.io/pod-name label from pods and external listeners Kubernetes Services.
    • If you have any custom setup leveraging such label, please use the strimzi.io/pod-name one instead.
  • The secrets list for mounting additional Kubernetes Secrets in type: custom authentication was deprecated and will be removed in the future.
    Please use the template section to configure additional volumes instead.
  • Kafka 4.0 and newer is using Log4j2 for logging instead of Reload4j/Log4j1.
    If you have any custom logging configuration, you might need to update it during the upgrade to Kafka 4.0.
  • Kubernetes events for Pod restarts no longer have the Pod as the regardingObject.
    If you are using regardingObject as a field-selector for listing events you must update the selector to specify the Kafka resource instead.
  • From Kafka 4.0.0, to enable the JMXReporter you must either enable metrics in .spec.kafka.metrics, or explicitly add JMXReporter in metric.reporters.
Upgrading from Strimzi 0.46.0

See the documentation for upgrade instructions.

Upgrading from Strimzi 0.22 or earlier

Direct upgrade from Strimzi 0.22 or earlier is not supported anymore! You have to upgrade first to one of the previous versions of Strimzi. You will also need to convert the CRD resources. For more details, see the documentation.

Container images

The following container images are part of this release:

Name Image
Operators quay.io/strimzi/operator@sha256:6a22e4968e9d409405423d12c04a0e3fecaea2ee2794bd27de7cf21f59453265
Apache Kafka 3.9.0 quay.io/strimzi/kafka@sha256:f3837f8cb2a60e906e84486128c41c398424f4085df2348e9e0486bfc12089fd
Apache Kafka 4.0.0 quay.io/strimzi/kafka@sha256:82273d873ce21a73f8f3118bf61627cb15734b43ea7ca92d43b290340b44e485
Strimzi Bridge quay.io/strimzi/kafka-bridge@sha256:3e1815aed3f74b8573cebfced66b2c78ca0cf7c746c26db2002380cd39d09ae6
Kaniko executor quay.io/strimzi/kaniko-executor@sha256:ef1a39c363e145041d80103c3c12da9429ce06cf21dff6fb1fb75d0c0ed9c35b
Maven Builder quay.io/strimzi/maven-builder@sha256:a13e82a59bc0b7c12bb6ff62b2def6d472d15df426076256a04c45e50782d868

What's Changed

Full Changelog: https://github.com/strimzi/strimzi-kafka-operator/compare/0.46.0...0.46.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudnative-pg](https://cloudnative-pg.io) ([source](https://github.com/cloudnative-pg/charts)) | minor | `0.23.2` -> `0.24.0` | | [rabbitmq-cluster-operator](https://bitnami.com) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/rabbitmq-cluster-operator)) | patch | `4.4.11` -> `4.4.22` | | [strimzi-kafka-operator](https://strimzi.io/) ([source](https://github.com/strimzi/strimzi-kafka-operator)) | patch | `0.46.0` -> `0.46.1` | --- ### Release Notes <details> <summary>cloudnative-pg/charts (cloudnative-pg)</summary> ### [`v0.24.0`](https://github.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.24.0) [Compare Source](https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.23.2...cloudnative-pg-v0.24.0) CloudNativePG Operator Helm Chart #### What's Changed - fix( cluster ): Unable to restore from local backup by backupName by [@&#8203;nobleess](https://github.com/nobleess) in https://github.com/cloudnative-pg/charts/pull/529 - fix: dead readme link to `charts/cluster/docs/recovery.md` by [@&#8203;atimofeev](https://github.com/atimofeev) in https://github.com/cloudnative-pg/charts/pull/581 - Release cloudnative-pg-v0.24.0 by [@&#8203;mnencia](https://github.com/mnencia) in https://github.com/cloudnative-pg/charts/pull/592 #### New Contributors - [@&#8203;nobleess](https://github.com/nobleess) made their first contribution in https://github.com/cloudnative-pg/charts/pull/529 - [@&#8203;atimofeev](https://github.com/atimofeev) made their first contribution in https://github.com/cloudnative-pg/charts/pull/581 - [@&#8203;mnencia](https://github.com/mnencia) made their first contribution in https://github.com/cloudnative-pg/charts/pull/592 **Full Changelog**: https://github.com/cloudnative-pg/charts/compare/cluster-v0.3.1...cloudnative-pg-v0.24.0 </details> <details> <summary>bitnami/charts (rabbitmq-cluster-operator)</summary> ### [`v4.4.21`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#4421-2025-06-09) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34275](https://github.com/bitnami/charts/pull/34275)) ### [`v4.4.20`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4420-2025-06-06-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34228](https://github.com/bitnami/charts/issues/34228)) ([a02eba6](https://github.com/bitnami/charts/commit/a02eba6dea726a1074a2609901e8c2b7b114a759)), closes [#&#8203;34228](https://github.com/bitnami/charts/issues/34228) ### [`v4.4.18`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4418-2025-06-05-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34121](https://github.com/bitnami/charts/issues/34121)) ([9a98dca](https://github.com/bitnami/charts/commit/9a98dcaa902a966828f2b4d43f02fbcbd4aaf143)), closes [#&#8203;34121](https://github.com/bitnami/charts/issues/34121) ### [`v4.4.17`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4417-2025-06-03-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34063](https://github.com/bitnami/charts/issues/34063)) ([7036de3](https://github.com/bitnami/charts/commit/7036de30c37b8055bb1eee6537b7e7ac99ae32b1)), closes [#&#8203;34063](https://github.com/bitnami/charts/issues/34063) ### [`v4.4.16`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4416-2025-06-03-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34054](https://github.com/bitnami/charts/issues/34054)) ([7fbe110](https://github.com/bitnami/charts/commit/7fbe11075e5fd19d7700395574548e3ffd602794)), closes [#&#8203;34054](https://github.com/bitnami/charts/issues/34054) ### [`v4.4.15`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4415-2025-06-02-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34044](https://github.com/bitnami/charts/issues/34044)) ([57279bb](https://github.com/bitnami/charts/commit/57279bb84c674ba38abf302c0d2863bae168207f)), closes [#&#8203;34044](https://github.com/bitnami/charts/issues/34044) ### [`v4.4.13`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4413-2025-06-02-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34036](https://github.com/bitnami/charts/issues/34036)) ([55d3b67](https://github.com/bitnami/charts/commit/55d3b67c72cd6ccfee866631e98b1642e26f32f0)), closes [#&#8203;34036](https://github.com/bitnami/charts/issues/34036) ### [`v4.4.12`](https://github.com/bitnami/charts/blob/HEAD/bitnami/rabbitmq-cluster-operator/CHANGELOG.md#small4412-2025-06-02-small) - \[bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#&#8203;34030](https://github.com/bitnami/charts/issues/34030)) ([09387be](https://github.com/bitnami/charts/commit/09387be464f3a831e6d0e7f965496764bead0a16)), closes [#&#8203;34030](https://github.com/bitnami/charts/issues/34030) </details> <details> <summary>strimzi/strimzi-kafka-operator (strimzi-kafka-operator)</summary> ### [`v0.46.1`](https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.46.1) [Compare Source](https://github.com/strimzi/strimzi-kafka-operator/compare/0.46.0...0.46.1) ⚠️ **Important: Strimzi 0.46.1 supports only Kubernetes 1.25 and newer. Kubernetes 1.23 and 1.24 are not supported anymore.** ⚠️ **Support for ZooKeeper-based Apache Kafka clusters and for KRaft migration has been removed** #### Main changes since 0.46.0 This release contains the following new features and improvements: - Update CSV file for OLM installation to add missing permission for broker Pods to "get" nodes Kubernetes resource. - Allow the injection of annotations on the deployment object in Helm charts. All changes can be found under the [0.46.1 milestone](https://github.com/strimzi/strimzi-kafka-operator/milestone/51). Watch out also for some notable changes, deprecations, and removals: - **Support for ZooKeeper-based clusters and for migration from ZooKeeper-based clusters to KRaft has been removed.** **Please make sure all your clusters are using KRaft before upgrading to Strimzi 0.46.0 or newer!** - Support for MirrorMaker 1 has been removed. Please make sure to migrate to MirrorMaker 2 before upgrading to Strimzi 0.46 or newer. - [Strimzi EnvVar Configuration Provider](https://github.com/strimzi/kafka-env-var-config-provider) (deprecated in Strimzi 0.38.0) and [Strimzi MirrorMaker 2 Extensions](https://github.com/strimzi/mirror-maker-2-extensions) (deprecated in Strimzi 0.28.0) plugins were removed from Strimzi container images. Please use the Apache Kafka [EnvVarConfigProvider](https://github.com/strimzi/kafka-env-var-config-provider?tab=readme-ov-file#deprecation-notice) and [Identity Replication Policy](https://github.com/strimzi/mirror-maker-2-extensions?tab=readme-ov-file#identity-replication-policy) instead. - When using Kafka Connect or Kafka MirrorMaker 2 operands and upgrading from Strimzi 0.38 or older, make sure the `StableConnectIdentities` feature gate is enabled and `StrimziPodSets` are used before upgrading. - When using the Kafka operand and upgrading from Strimzi 0.34 or older, make sure the `UseStrimziPodSets` feature gate is enabled and `StrimziPodSet` resources are used before upgrading. - The storage overrides for configuring per-broker storage class are not supported anymore. If you are using the storage overrides, you should instead use multiple KafkaNodePool resources with a different storage class each. For more details about migrating from storage overrides, please follow the [documentation](https://strimzi.io/docs/operators/0.45.0/full/deploying.html#con-config-storage-zookeeper-str). - The Open Policy Agent authorization (`type: opa`) has been deprecated and will be removed in the future. To use the Open Policy Agent authorizer, you can use the `type: custom` authorization. - Removed the `statefulset.kubernetes.io/pod-name` label from pods and external listeners Kubernetes Services. - If you have any custom setup leveraging such label, please use the `strimzi.io/pod-name` one instead. - The `secrets` list for mounting additional Kubernetes Secrets in `type: custom` authentication was deprecated and will be removed in the future. Please use the template section to configure additional volumes instead. - Kafka 4.0 and newer is using Log4j2 for logging instead of Reload4j/Log4j1. If you have any custom logging configuration, you might need to update it during the upgrade to Kafka 4.0. - Kubernetes events for Pod restarts no longer have the Pod as the `regardingObject`. If you are using `regardingObject` as a `field-selector` for listing events you must update the selector to specify the Kafka resource instead. - From Kafka 4.0.0, to enable the JMXReporter you must either enable metrics in `.spec.kafka.metrics`, or explicitly add JMXReporter in `metric.reporters`. ##### Upgrading from Strimzi 0.46.0 See the [documentation for upgrade instructions](https://strimzi.io/docs/operators/in-development/deploying.html#assembly-upgrade-str). ##### Upgrading from Strimzi 0.22 or earlier **Direct upgrade from Strimzi 0.22 or earlier is not supported anymore!** You have to upgrade first to one of the previous versions of Strimzi. You will also need to convert the CRD resources. For more details, see the [documentation](https://strimzi.io/docs/operators/in-development/deploying.html#assembly-upgrade-str). ##### Container images The following container images are part of this release: | Name | Image | | ----------- | ----------- | | Operators | `quay.io/strimzi/operator@sha256:6a22e4968e9d409405423d12c04a0e3fecaea2ee2794bd27de7cf21f59453265` | | Apache Kafka 3.9.0 | `quay.io/strimzi/kafka@sha256:f3837f8cb2a60e906e84486128c41c398424f4085df2348e9e0486bfc12089fd` | | Apache Kafka 4.0.0 | `quay.io/strimzi/kafka@sha256:82273d873ce21a73f8f3118bf61627cb15734b43ea7ca92d43b290340b44e485` | | Strimzi Bridge | `quay.io/strimzi/kafka-bridge@sha256:3e1815aed3f74b8573cebfced66b2c78ca0cf7c746c26db2002380cd39d09ae6` | | Kaniko executor | `quay.io/strimzi/kaniko-executor@sha256:ef1a39c363e145041d80103c3c12da9429ce06cf21dff6fb1fb75d0c0ed9c35b` | | Maven Builder | `quay.io/strimzi/maven-builder@sha256:a13e82a59bc0b7c12bb6ff62b2def6d472d15df426076256a04c45e50782d868` | #### What's Changed - Cherry-pick: Add deploymentAnnotations to helm chart by [@&#8203;fork-twilio](https://github.com/fork-twilio) in https://github.com/strimzi/strimzi-kafka-operator/pull/11455 - Moved to use the Sonatype Central Portal cherry pick on release-0.46.x branch by [@&#8203;ppatierno](https://github.com/ppatierno) in https://github.com/strimzi/strimzi-kafka-operator/pull/11495 - Cherry-pick 'Added project names for the ones to be published to Maven Central' to release-0.46.x branch by [@&#8203;im-konge](https://github.com/im-konge) in https://github.com/strimzi/strimzi-kafka-operator/pull/11503 - \[release-0.46.x] Release RC artifacts to Sonatype Maven central directly by [@&#8203;im-konge](https://github.com/im-konge) in https://github.com/strimzi/strimzi-kafka-operator/pull/11556 - Prepare for Strimzi 0.46.1 release by [@&#8203;katheris](https://github.com/katheris) in https://github.com/strimzi/strimzi-kafka-operator/pull/11560 - Add 0.46.1 CHANGELOG entry by [@&#8203;katheris](https://github.com/katheris) in https://github.com/strimzi/strimzi-kafka-operator/pull/11566 **Full Changelog**: https://github.com/strimzi/strimzi-kafka-operator/compare/0.46.0...0.46.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-05-23 17:07:26 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from f9611b7e4d to b062116c54 2025-06-03 03:01:35 +00:00 Compare
renovate changed title from chore(deps): update helm release cloudnative-pg to v0.24.0 to chore(deps): update kubezero-operators-dependencies 2025-06-03 03:02:11 +00:00
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from b062116c54 to 250b0eabc4 2025-06-04 03:02:12 +00:00 Compare
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 250b0eabc4 to 4df19a3f9e 2025-06-06 03:02:42 +00:00 Compare
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 4df19a3f9e to 249203d0dd 2025-06-07 03:02:44 +00:00 Compare
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 249203d0dd to 4306138a1e 2025-06-09 16:28:51 +00:00 Compare
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from 4306138a1e to c985a6cf3a 2025-06-15 03:02:49 +00:00 Compare
renovate force-pushed renovate/kubezero-operators-kubezero-operators-dependencies from c985a6cf3a to 45582ef58c 2025-06-26 03:03:15 +00:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/kubezero-operators-kubezero-operators-dependencies:renovate/kubezero-operators-kubezero-operators-dependencies
git checkout renovate/kubezero-operators-kubezero-operators-dependencies
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ZeroDownTime/KubeZero#113
No description provided.