Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- opensearch: Add `3.4.0` ([#1391]).
- opensearch-dashboards: Add `3.4.0` ([#1392]).
- testing-tools: build testing tools subimages in workflow ([#1366]).
- kafka: Add `4.1.1` ([#1395]).

### Changed

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

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

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

## [25.11.0] - 2025-11-07
Expand Down
19 changes: 4 additions & 15 deletions kafka/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[versions."3.7.2".local-images]
java-base = "21"
java-devel = "21"
"kafka/kcat" = "1.7.0"
"kafka/kafka-opa-plugin" = "1.5.1"
"shared/reload4j" = "1.2.25"

[versions."3.7.2".build-arguments]
scala-version = "2.13"
jmx-exporter-version = "1.3.0"

[versions."3.9.1".local-images]
java-base = "21"
java-devel = "21"
Expand All @@ -20,16 +9,16 @@ java-devel = "21"
scala-version = "2.13"
jmx-exporter-version = "1.3.0"

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

[versions."4.1.0".build-arguments]
[versions."4.1.1".build-arguments]
scala-version = "2.13"
jmx-exporter-version = "1.3.0"
71 changes: 0 additions & 71 deletions kafka/stackable/patches/3.7.2/0001-Add-CycloneDX-plugin.patch

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions kafka/stackable/patches/3.7.2/patchable.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 670402877c002de8df0e3a8d67b735c326174cca Mon Sep 17 00:00:00 2001
From c995ae95e5f725b19a7f4abdc28a86738aa59bf3 Mon Sep 17 00:00:00 2001
From: Malte Sander <malte.sander.it@gmail.com>
Date: Thu, 25 Sep 2025 10:47:57 +0200
Subject: Add CycloneDX plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 77163d8d3143358aa7cc71aaac8bc07029c90570 Mon Sep 17 00:00:00 2001
From 69d2bc1b5d6ab5232fcd93307426bb254b139d6e Mon Sep 17 00:00:00 2001
From: Malte Sander <malte.sander.it@gmail.com>
Date: Thu, 25 Sep 2025 10:50:07 +0200
Subject: Change Gradle to use the Nexus Build Repo
Expand Down
Loading