`; } logoElement.innerHTML = html; } } function HideBackButton() { var logoElement = document.getElementById("logo"); if (logoElement) { logoElement.innerHTML = ` Groups.io `; } } function goBack() { history.back(); } // submitEvent acts like .submit(), except it is compatible with the app, by using events instead. function submitEvent(ele) { console.log("in submitEvent"); if (ele.startsWith('#')) { ele = ele.slice(1); } document.getElementById(ele).submit(); return; /* const theEvent = new CustomEvent('submit', { bubbles: true, cancelable: true }); if (typeof ele === 'string' || ele instanceof String) { if (ele.startsWith("#") == true) { ele = ele.slice(1); } if (document.getElementById(ele).dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); document.getElementById(ele).submit(); } return; } // assume ele is the element if (ele.dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); ele.submit(); } */ } // gioDestroy is a convenience function for destroy callbacks function gioDestroy(eventCB) { let internalGioDestroy = function(evt) { // do not activate on infinite scroll events if (evt.detail.target !== undefined && evt.detail.target.id != "maincontent-refresh") { console.log("Ignoring infinite scroll event"); return; } console.log("Calling destroy callback"); eventCB(evt); } document.body.addEventListener("htmx:beforeSwap", internalGioDestroy, {once: true}); document.body.addEventListener("htmx:historyCacheMiss", internalGioDestroy, {once: true}); } var drawerCloseFunc = function(evt) { console.log("in drawerCloseFunc"); // Find all elements with the class 'drawer' var drawers = document.querySelectorAll('.drawer'); // Iterate over each element and call closeDrawer() on each drawers.forEach(function(obj) { drawerObj.closeDrawer(obj); }); $('.modal').modal('hide'); } document.body.addEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.addEventListener('htmx:historyCacheMiss', drawerCloseFunc); var keydownFunc = function(event) { var tagName = event.target.tagName.toLowerCase(); if (tagName === 'input' || tagName === 'textarea' || event.target.isContentEditable) { if (event.key === 'Escape') { event.target.blur(); } return; } // check if the viewimages viewer is up let element = document.getElementById('overlay'); if (element && element.classList.contains('visible')) { return; } console.log("HERE: " + event.key + " " + event.ctrlKey + " " + event.shiftKey + " " + event.metaKey); if (event.ctrlKey && event.shiftKey && (event.key === '?' || event.key === '/')) { event.preventDefault(); // Prevent the default action // Show the modal dialog for keyboard shortcuts $('#shortcutModal').modal('show'); return; } $('#shortcutModal').modal('hide'); if (event.key.toLowerCase() === 'g') { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); showAutocompleteModal("groupnavigator"); return; } } // Check if the pressed key is '/' if ((event.key === 'f' || event.key === 'F') && event.shiftKey) { if (navigator.platform.toUpperCase().indexOf('MAC') >= 0) { if (event.metaKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } else { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } } } document.addEventListener('keydown', keydownFunc); var removeDrawerCloseFunc = function(evt) { document.body.removeEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.removeEventListener('htmx:historyCacheMiss', drawerCloseFunc); document.removeEventListener('keydown', keydownFunc); } document.body.addEventListener("htmx:historyCacheMiss", removeDrawerCloseFunc, {once: true});
RC1 of Strimzi Kafka Bridge 0.31.2
Release Candidate 1 of Strimzi Kafka Bridge the 0.31.2 is now available for testing. ### Main Changes since 0.31.1 * Dependency updates (Kafka 3.9.1 [CVE-2025-27817](https://nvd.nist.gov/vuln/detail/CVE-2025-27817), Vert.x 4.5.14, Netty 4.1.118.Final [CVE-2025-25193](https://nvd.nist.gov/vuln/detail/CVE-2025-25193) [CVE-2025-24970](https://nvd.nist.gov/vuln/detail/CVE-2025-24970), OAuth 0.15.1) for fixing CVEs More details and a full list of changes can be found on the GitHub release page: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.31.2-rc1 Any feedback can be provided on the mailing list, on Slack or as a GitHub issue. Thanks & Regards Strimzi team Paolo Patierno Senior Principal Software Engineer @ Red Hat CNCF Ambassador Microsoft MVP on Azure Twitter : @ppatierno Linkedin : paolopatierno GitHub : ppatierno
Started by Paolo Patierno @
[ANNOUNCE] [RELEASE] Strimzi Kafka OAuth library 0.15.1
Strimzi Kafka OAuth library 0.15.1 has been released. The main changes are: Kafka version used as dependency bumped to 3.9.1 json-smart dependency bumped to 2.5.2 For more details, please see https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.15.1 Thanks & Regards, Strimzi team
Started by Lukas Kral @
[ANNOUNCE] [RELEASE] Strimzi Test Container 0.109.2
We’re happy to announce that Strimzi Test Container 0.109.2 has. been released! Highlights since 0.109.1: Dependency updatesFor more details, a full list of changes, go to: https://github.com/strimzi/test-container/releases/tag/0.109.2 https://github.com/strimzi/test-container-images/releases/tag/0.109.2 -- Maroš Orsák Senior Software Quality Engineer - AMQ Streams Red Hat morsak@...
Started by Maros Orsak @
RC1 of Strimzi Test Container 0.109.2 is available for testing
We’re happy to announce that Release Candidate 1 of Strimzi Test Container 0.109.2-rc1 is now available for testing! Highlights since 0.109.1: Dependency updatesMaven artefacts (Now you can simply test it via): <dependency> <groupId>io.strimzi</groupId> <artifactId>strimzi-test-container</artifactId> <version>0.109.2-RC1</version> </dependency> For more details, a full list of changes, and installation files, go to: https://github.com/strimzi/test-container/releases/tag/0.109.2-rc1 https://github.com/strimzi/test-container-images/releases/tag/0.109.2-rc1 Thanks for testing and feedback! -- Maroš Orsák Senior Software Quality Engineer - AMQ Streams Red Hat morsak@...
Started by Maros Orsak @
RC1 of Strimzi Kafka OAuth library 0.15.1 is available for testing
Release Candidate 1 of Strimzi Kafka OAuth library 0.15.1 is now available for testing. The main changes are: Kafka version used as dependency bumped to 3.9.1 json-smart dependency bumped to 2.5.2 For more details, please see https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.15.1-rc1 Any feedback can be provided on the Strimzi mailing list, on the #strimzi channel on CNCF Slack, or as a GitHub issue or discussion. Thanks & Regards Strimzi team
Started by Lukas Kral @
RC1 of Strimzi Test Container 0.111.0 is available for testing
We’re happy to announce that Release Candidate 1 of Strimzi Test Container 0.111.0-rc1 is now available for testing! Highlights since 0.110.0: Add support for Apache Kafka 3.9.1 Expose GenericContainer instances via the new getNodes() method in StrimziKafkaCluster Simplify configuration by removing unused useKraft and enabledKraft fields Update Kafka Connect readiness checks to use the /health endpointMaven artefacts (Now you can simply test it via): <dependency> <groupId>io.strimzi</groupId> <artifactId>strimzi-test-container</artifactId> <version>0.111.0-RC1</version> </dependency> New contributor: Thanks to @ppatierno for their first contribution in #143!! For more details, a full list of changes, and installation files, go to: https://github.com/strimzi/test-container/releases/tag/0.111.0-rc1 https://github.com/strimzi/test-container-images/releases/tag/0.111.0-rc1 Thanks for testing and feedback! :heart: -- Maroš Orsák Senior Software Quality Engineer - AMQ Streams Red Hat morsak@...
Started by Maros Orsak @
[ANNOUNCE] [RELEASE] Strimzi Kafka Operators 0.46.0
Strimzi Kafka Operators 0.46.0 has been released. The main changes in this release include: * Add support for Kafka 4.0.0. Remove support for Kafka 3.8.0 and 3.8.1. * Support for ZooKeeper-based Apache Kafka clusters and for KRaft migration has been removed * Support for MirrorMaker 1 has been removed * Support for storage class overrides has been removed * Added support to configure `dnsPolicy` and `dnsConfig` using the `template` sections. * Store Kafka node certificates in separate Secrets, one Secret per pod. * Allow configuring `ssl.principal.mapping.rules` and custom trusted CAs in Kafka brokers with `type: custom` authentication * Moved HTTP bridge configuration to the ConfigMap setup by the operator. * Dependency updates (Vert.x 4.5.14, Netty 4.1.118.Final) * Moved Kafka Connect configuration to the ConfigMap created by the operator. * Update Kafka Exporter to [1.9.0](https://github.com/danielqsj/kafka_exporter/releases/tag/v1.9.0) * Adopted new Kafka Connect health check endpoint (see [proposal 89](https://github.com/strimzi/proposals/blob/main/089-adopt-connect-health-endpoint.md)). * Update standalone User Operator to handle Cluster CA cert Secret being missing when TLS is not needed. * Strimzi Drain Cleaner updated to 1.3.0 (included in the Strimzi installation files) * Implicit IPv4 preference when enabling JMX has been removed, and will now use JVM defaults. This will make the cluster boot up correctly in IPv6 only environments, where IPv4 preference will break it due to lack of IPv4 addresses. * Improved the MirrorMaker2 example Grafana dashboard to set metric units and include chart descriptions. * The `ContinueReconciliationOnManualRollingUpdateFailure` feature gate moves to GA stage and is permanently enabled without the possibility to disable it. * Update OAuth library to 0.16.2. * Update HTTP bridge to 0.32.0. * Kubernetes events emitted during a Pod restart updated to have the Kafka resource as the `regardingObject` and the Pod in the `related` field. Major 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 Kubernete
Started by Paolo Patierno @
RC2 of Strimzi Kafka Operators 0.46.0 is available for testing
Release candidate 2 of Strimzi Kafka Operators 0.46.0 is now available for testing. The main changes in this release include: * Fixed operator not being able to start on Kubernetes 1.33 (#11386) For more details, a full list of changes, and installation files, go to https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.46.0-rc2 Any feedback can be provided on the Strimzi mailing list, in the #strimzi channel on CNCF Slack, or as a GitHub issue or discussion. Thanks & Regards Strimzi team Paolo Patierno Senior Principal Software Engineer @ Red Hat CNCF Ambassador Microsoft MVP on Azure Twitter : @ppatierno Linkedin : paolopatierno GitHub : ppatierno
Started by Paolo Patierno @
[PROPOSAL] Using Image Volumes to improve extensibility of Strimzi operands
I opened a new proposal to add support for Kubernetes Image volumes to improve the extensibility of our operands and make it easier to add plugins such as connectors, tiered storage, authorizers etc. As always, any feedback can be provided in the proposal PR: https://github.com/strimzi/proposals/pull/155 Thanks & Regards Jakub
Started by Jakub Scholz @
RC1 of Strimzi Kafka Operators 0.46.0 is available for testing
Release candidate 1 of Strimzi Kafka Operators 0.46.0 is now available for testing. The main changes in this release include: * Add support for Kafka 4.0.0. Remove support for Kafka 3.8.0 and 3.8.1. * Support for ZooKeeper-based Apache Kafka clusters and for KRaft migration has been removed * Support for MirrorMaker 1 has been removed * Support for storage class overrides has been removed * Added support to configure `dnsPolicy` and `dnsConfig` using the `template` sections. * Store Kafka node certificates in separate Secrets, one Secret per pod. * Allow configuring `ssl.principal.mapping.rules` and custom trusted CAs in Kafka brokers with `type: custom` authentication * Moved HTTP bridge configuration to the ConfigMap setup by the operator. * Dependency updates (Vert.x 4.5.14, Netty 4.1.118.Final) * Moved Kafka Connect configuration to the ConfigMap created by the operator. * Update Kafka Exporter to [1.9.0](https://github.com/danielqsj/kafka_exporter/releases/tag/v1.9.0) * Adopted new Kafka Connect health check endpoint (see [proposal 89](https://github.com/strimzi/proposals/blob/main/089-adopt-connect-health-endpoint.md)). * Update standalone User Operator to handle Cluster CA cert Secret being missing when TLS is not needed. * Strimzi Drain Cleaner updated to 1.3.0 (included in the Strimzi installation files) * Implicit IPv4 preference when enabling JMX has been removed, and will now use JVM defaults. This will make the cluster boot up correctly in IPv6 only environments, where IPv4 preference will break it due to lack of IPv4 addresses. * Improved the MirrorMaker2 example Grafana dashboard to set metric units and include chart descriptions. * The `ContinueReconciliationOnManualRollingUpdateFailure` feature gate moves to GA stage and is permanently enabled without the possibility to disable it. * Update OAuth library to 0.16.2. * Update HTTP bridge to 0.32.0. * Kubernetes events emitted during a Pod restart updated to have the Kafka resource as the `regardingObject` and the Pod in the `related` field. Major 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
Started by Paolo Patierno @
[ANNOUNCE] [RELEASE] Strimzi Kafka Bridge 0.32.0
New version 0.32.0 of Strimzi Kafka Bridge has been released. ### Main Changes since 0.31.1 * Dependency updates (Kafka 4.0.0, Vert.x 4.5.14, Netty 4.1.118.Final, JMX exporter 1.2.0, OAuth 0.16.2) * Dropped support for Java 11 and replaced with Java 17. * Dropped support for OpenAPI v2 Swagger specification. * The `/openapi/v2` endpoint returns HTTP 410 Gone. * Both the `/openapi` and `/openapi/v3` endpoints return the OpenAPI v3 definition of the bridge REST API. * Removed script to build bridge configuration within the container. It is going to be set up by the Strimzi operator within a ConfigMap and mounted as volume on the bridge pod. * Added support for [Strimzi Metrics Reporter](https://github.com/strimzi/metrics-reporter). Set `bridge.metrics=strimziMetricsReporter` to enable it. * Added support for custom Prometheus JMX Exporter configuration. Set `bridge.metrics.exporter.config.path=/path/to/my-exporter-config.yml` to use your custom config. ### Changes, deprecations and removals * `KAFKA_BRIDGE_METRICS_ENABLED` configuration has been deprecated. Set `bridge.metrics=jmxPrometheusExporter` to keep using Prometheus JMX Exporter. For more details, go to https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.32.0 Thanks to everyone who contributed to this release! Strimzi team Paolo Patierno Senior Principal Software Engineer @ Red Hat CNCF Ambassador Microsoft MVP on Azure Twitter : @ppatierno Linkedin : paolopatierno GitHub : ppatierno
Started by Paolo Patierno @
RC1 of Strimzi Kafka Bridge 0.32.0
Release Candidate 1 of Strimzi Kafka Bridge the 0.32.0 is now available for testing. ### Main Changes since 0.31.1 * Dependency updates (Kafka 4.0.0, Vert.x 4.5.14, Netty 4.1.118.Final, JMX exporter 1.2.0, OAuth 0.16.2) * Dropped support for Java 11 and replaced with Java 17. * Dropped support for OpenAPI v2 Swagger specification. * The `/openapi/v2` endpoint returns HTTP 410 Gone. * Both the `/openapi` and `/openapi/v3` endpoints return the OpenAPI v3 definition of the bridge REST API. * Removed script to build bridge configuration within the container. It is going to be set up by the Strimzi operator within a ConfigMap and mounted as volume on the bridge pod. * Added support for [Strimzi Metrics Reporter](https://github.com/strimzi/metrics-reporter). Set `bridge.metrics=strimziMetricsReporter` to enable it. * Added support for custom Prometheus JMX Exporter configuration. Set `bridge.metrics.exporter.config.path=/path/to/my-exporter-config.yml` to use your custom config. ### Changes, deprecations and removals * `KAFKA_BRIDGE_METRICS_ENABLED` configuration has been deprecated. Set `bridge.metrics=jmxPrometheusExporter` to keep using Prometheus JMX Exporter. More details and a full list of changes can be found on the GitHub release page: https://github.com/strimzi/strimzi-kafka-bridge/releases/tag/0.32.0-rc1 Any feedback can be provided on the mailing list, on Slack or as a GitHub issue. Thanks & Regards Strimzi team Paolo Patierno Senior Principal Software Engineer @ Red Hat CNCF Ambassador Microsoft MVP on Azure Twitter : @ppatierno Linkedin : paolopatierno GitHub : ppatierno
Started by Paolo Patierno @
[ANNOUNCE] [RELEASE] Strimzi Test Container 0.110.0
We’re happy to announce that Strimzi Test Container 0.110.0 has been released! Important: This version supports KRaft mode only — ZooKeeper is no longer supported. Highlights since 0.109.1: • Kafka 4.0.0 support and ZK removal • Kafka Connect support • Stdout logging toggle via env var • Improved coverage and PIT mutation testing • Quorum formation fix in KRaft mode • Kafka version alignment with Strimzi Operator • More robust test cleanup via @AfterEach For more details, a full list of changes, go to: https://github.com/strimzi/test-container/releases/tag/0.110.0 https://github.com/strimzi/test-container-images/releases/tag/0.110.0 Thanks for testing and feedback! -- Maroš Orsák Senior Software Quality Engineer - AMQ Streams Red Hat morsak@...
Started by Maros Orsak @
[ANNOUNCE] [RELEASE] Strimzi Metrics Reporter 0.2.0
Strimzi Metrics Reporter 0.2.0 has been released. The main changes in this release are: Dependency updates Fixes to configuration and metrics Additional integration tests and other changes For more details about this release and installation files, go to https://github.com/strimzi/metrics-reporter/releases/tag/0.2.0 Thanks to everyone who contributed to this release! Thanks & Regards Strimzi team
Started by Lukas Kral @
RC1 of Strimzi Test Container 0.110.0 is available for testing
We’re happy to announce that Release Candidate 1 of Strimzi Test Container 0.110.0 is now available for testing! Important: This version supports KRaft mode only — ZooKeeper is no longer supported. Highlights since 0.109.1: • Kafka 4.0.0 support and ZK removal • Kafka Connect support • Stdout logging toggle via env var • Improved coverage and PIT mutation testing • Quorum formation fix in KRaft mode • Kafka version alignment with Strimzi Operator • More robust test cleanup via @AfterEach Maven artefacts: To test the Maven artefacts which are part of this release, use the staging repository by including the following in your pom.xml: <repositories> <repository> <id>staging</id> <url>https://oss.sonatype.org/content/repositories/iostrimzi-1255/</url> </repository> </repositories> For more details, a full list of changes, and installation files, go to: https://github.com/strimzi/test-container/releases/tag/0.110.0-rc1 https://github.com/strimzi/test-container-images/releases/tag/0.110.0-rc1 Thanks for testing and feedback! -- Maroš Orsák Senior Software Quality Engineer - AMQ Streams Red Hat morsak@...
Started by Maros Orsak @
RC1 of Strimzi Metrics Reporter 0.2.0 is available for testing
Release candidate 1 of Strimzi Metrics Reporter 0.2.0 is now available for testing. The main changes include: Dependency updates Fixes to configuration and metrics Additional integration tests and other changes For more details, a full list of changes, and installation files, go to https://github.com/strimzi/metrics-reporter/releases/tag/0.2.0-rc1 Any feedback can be provided on the Strimzi mailing list, on the #strimzi channel on CNCF Slack, or as a GitHub issue or discussion. Thanks & Regards Strimzi team
Started by Lukas Kral @
StrimziCon 2025 CFP going to close on March 16th
Hi all! Didn't you get the chance to submit your talk for StrimziCon 2025 yet! The CFP is going to close at the end of next week —don’t miss your opportunity to share your expertise on ApacheKafka on Kubernetes. Submit now: http://sessionize.com/strimzicon-2025 StrimziCon 2025: Call for Speakers Welcome to StrimziCon!StrimziCon is an event for developers, DevOps engineers, and solution architects who want to learn about Strimzi and event strea... sessionize.com The Strimzi Team Paolo Patierno Senior Principal Software Engineer @ Red Hat CNCF Ambassador Microsoft MVP on Azure Twitter : @ppatierno Linkedin : paolopatierno GitHub : ppatierno
Started by Paolo Patierno @
[ANNOUNCE] [RELEASE] Strimzi Drain Cleaner 1.3.0
Strimzi Drain Cleaner 1.3.0 has been released. The main changes in this release are: Helm Chart improvements and bugfixes Dependency updates For more details about this release and installation files, go to https://github.com/strimzi/drain-cleaner/releases/tag/1.3.0 Thanks to everyone who contributed to this release! Thanks & Regards Strimzi team
Started by Lukas Kral @
RC2 of Strimzi Drain Cleaner 1.3.0 is available for testing
Release candidate 2 of Strimzi Drain Cleaner 1.3.0 is now available for testing. The main changes since RC1 include: - Update of Quarkus to 3.15.3.1 - Improvement to Helm's Chart.yaml For more details, a full list of changes, and installation files, go to https://github.com/strimzi/drain-cleaner/releases/tag/1.3.0-rc2 Any feedback can be provided on the Strimzi mailing list, on the #strimzi channel on CNCF Slack, or as a GitHub issue or discussion. Thanks & Regards Strimzi team
Started by Lukas Kral @
RC1 of Strimzi Drain Cleaner 1.3.0 is available for testing
Release candidate 1 of Strimzi Drain Cleaner 1.3.0 is now available for testing. The main changes include: - Helm Chart improvements and bugfixes - Dependency updates For more details, a full list of changes, and installation files, go to https://github.com/strimzi/drain-cleaner/releases/tag/1.3.0-rc1 Any feedback can be provided on the Strimzi mailing list, on the #strimzi channel on CNCF Slack, or as a GitHub issue or discussion. Thanks & Regards Strimzi team
Started by Lukas Kral @
Current Image
Image Name
Sat 8:39am