Skip to content
Open
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 @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- hbase: Add an SBOM for the web UI (npm) dependencies, which are unpacked from webjars and therefore not covered by the CycloneDX Maven plugin ([#1620]).
- trino: Add SBOMs for the web UI, both for the two npm projects behind it and for the pre-built JavaScript vendored into the source tree ([#1620]).
- hadoop, spark: Add SBOMs for the pre-built JavaScript that is vendored into the source tree for the HDFS and Spark web UIs ([#1620]).
- kafka: Add `4.3.1` ([#1659]).
- stats-exporter: Add `0.31.0` ([#1664]).

### Changed
Expand Down Expand Up @@ -57,6 +58,7 @@ All notable changes to this project will be documented in this file.

- omid: remove 1.1.2 ([#1593]).
- ci: Remove SLSA build provenance generation for published image indexes ([#1596]).
- kafka: Removed `3.9.1`, `4.1.1` ([#1659]).

[#1593]: https://github.com/stackabletech/docker-images/pull/1593
[#1595]: https://github.com/stackabletech/docker-images/pull/1595
Expand All @@ -69,6 +71,7 @@ All notable changes to this project will be documented in this file.
[#1630]: https://github.com/stackabletech/docker-images/pull/1630
[#1635]: https://github.com/stackabletech/docker-images/pull/1635
[#1638]: https://github.com/stackabletech/docker-images/pull/1638
[#1659]: https://github.com/stackabletech/docker-images/pull/1659
[#1641]: https://github.com/stackabletech/docker-images/pull/1641
[#1664]: https://github.com/stackabletech/docker-images/pull/1664

Expand Down
24 changes: 7 additions & 17 deletions kafka/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
[metadata.registries]
"oci.stackable.tech" = { namespace = "sdp" }

[versions."3.9.1".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.9.1".build-arguments]
scala-version = "2.13"
jmx-exporter-version = "1.3.0"

[versions."3.9.2".local-images]
java-base = "21"
java-devel = "21"
Expand All @@ -23,21 +12,22 @@ java-devel = "21"
scala-version = "2.13"
jmx-exporter-version = "1.3.0"

[versions."4.1.1".local-images]
java-base = "24"
java-devel = "24"
[versions."4.2.1".local-images]
# For JVM compatibility see README.md and docs/getting-started/compatibility.md in the Kafka repository
java-base = "25"
java-devel = "25"
"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.1".build-arguments]
[versions."4.2.1".build-arguments]
scala-version = "2.13"
jmx-exporter-version = "1.3.0"

[versions."4.2.1".local-images]
[versions."4.3.1".local-images]
# For JVM compatibility see README.md and docs/getting-started/compatibility.md in the Kafka repository
java-base = "25"
java-devel = "25"
Expand All @@ -48,6 +38,6 @@ java-devel = "25"
# Building this image is quick and in CI should not even be noticed.
"shared/reload4j" = "1.2.25"

[versions."4.2.1".build-arguments]
[versions."4.3.1".build-arguments]
scala-version = "2.13"
jmx-exporter-version = "1.3.0"
71 changes: 0 additions & 71 deletions kafka/stackable/patches/3.9.1/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.9.1/patchable.toml

This file was deleted.

1 change: 1 addition & 0 deletions kafka/stackable/patches/3.9.2/patchable.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mirror = "https://github.com/stackabletech/kafka.git"
base = "5e9866f43ab8e7e41ef39e5584ac50019381328d"
80 changes: 0 additions & 80 deletions kafka/stackable/patches/4.1.1/0001-Add-CycloneDX-plugin.patch

This file was deleted.

1 change: 1 addition & 0 deletions kafka/stackable/patches/4.2.1/patchable.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mirror = "https://github.com/stackabletech/kafka.git"
base = "18d5ecd939c8d510fdd72d0abb1f7099659dcd58"
Loading