Skip to content

Commit 6576c7a

Browse files
authored
chore(kafka): bump versions for 26.3 (#1395)
* chore(kafka): update versions for 26.3 * kafka: remove 3.7.2 and 4.1.0 * update changelog * bump java version * fix markdown lint
1 parent 6cc658a commit 6576c7a

11 files changed

+45
-276
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
1414
- opensearch: Add `3.4.0` ([#1391]).
1515
- opensearch-dashboards: Add `3.4.0` ([#1392]).
1616
- testing-tools: build testing tools subimages in workflow ([#1366]).
17+
- kafka: Add `4.1.1` ([#1395]).
1718

1819
### Changed
1920

@@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file.
3031

3132
- opensearch: Remove the `performance-analyzer` plugin from the OpenSearch image ([#1357]).
3233
- superset: Remove 4.0.2 and 4.1.2 ([#1394]).
34+
- kafka: Remove `3.7.2` and `4.1.0` ([#1395]).
3335
- opa: remove 1.4.2 ([#1396]).
3436

3537
### Fixed
@@ -56,6 +58,7 @@ All notable changes to this project will be documented in this file.
5658
[#1392]: https://github.com/stackabletech/docker-images/pull/1392
5759
[#1393]: https://github.com/stackabletech/docker-images/pull/1393
5860
[#1394]: https://github.com/stackabletech/docker-images/pull/1394
61+
[#1395]: https://github.com/stackabletech/docker-images/pull/1395
5962
[#1396]: https://github.com/stackabletech/docker-images/pull/1396
6063

6164
## [25.11.0] - 2025-11-07

kafka/boil-config.toml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
[versions."3.7.2".local-images]
2-
java-base = "21"
3-
java-devel = "21"
4-
"kafka/kcat" = "1.7.0"
5-
"kafka/kafka-opa-plugin" = "1.5.1"
6-
"shared/reload4j" = "1.2.25"
7-
8-
[versions."3.7.2".build-arguments]
9-
scala-version = "2.13"
10-
jmx-exporter-version = "1.3.0"
11-
121
[versions."3.9.1".local-images]
132
java-base = "21"
143
java-devel = "21"
@@ -20,16 +9,16 @@ java-devel = "21"
209
scala-version = "2.13"
2110
jmx-exporter-version = "1.3.0"
2211

23-
[versions."4.1.0".local-images]
24-
java-base = "23"
25-
java-devel = "23"
12+
[versions."4.1.1".local-images]
13+
java-base = "24"
14+
java-devel = "24"
2615
"kafka/kcat" = "1.7.0"
2716
"kafka/kafka-opa-plugin" = "1.5.1"
2817
# TODO: this is not used in this version but it's added
2918
# to avoid major changes to the Kafka image build on short notice.
3019
# Building this image is quick and in CI should not even be noticed.
3120
"shared/reload4j" = "1.2.25"
3221

33-
[versions."4.1.0".build-arguments]
22+
[versions."4.1.1".build-arguments]
3423
scala-version = "2.13"
3524
jmx-exporter-version = "1.3.0"

kafka/stackable/patches/3.7.2/0001-Add-CycloneDX-plugin.patch

Lines changed: 0 additions & 71 deletions
This file was deleted.

kafka/stackable/patches/3.7.2/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

kafka/stackable/patches/3.7.2/0003-Build-custom-Stackable-version.patch

Lines changed: 0 additions & 116 deletions
This file was deleted.

kafka/stackable/patches/3.7.2/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

kafka/stackable/patches/4.1.0/0001-Add-CycloneDX-plugin.patch renamed to kafka/stackable/patches/4.1.1/0001-Add-CycloneDX-plugin.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 670402877c002de8df0e3a8d67b735c326174cca Mon Sep 17 00:00:00 2001
1+
From c995ae95e5f725b19a7f4abdc28a86738aa59bf3 Mon Sep 17 00:00:00 2001
22
From: Malte Sander <malte.sander.it@gmail.com>
33
Date: Thu, 25 Sep 2025 10:47:57 +0200
44
Subject: Add CycloneDX plugin

kafka/stackable/patches/4.1.0/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch renamed to kafka/stackable/patches/4.1.1/0002-Change-Gradle-to-use-the-Nexus-Build-Repo.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 77163d8d3143358aa7cc71aaac8bc07029c90570 Mon Sep 17 00:00:00 2001
1+
From 69d2bc1b5d6ab5232fcd93307426bb254b139d6e Mon Sep 17 00:00:00 2001
22
From: Malte Sander <malte.sander.it@gmail.com>
33
Date: Thu, 25 Sep 2025 10:50:07 +0200
44
Subject: Change Gradle to use the Nexus Build Repo

0 commit comments

Comments
 (0)