Skip to content

Commit 98fbaa9

Browse files
labrenbesbernauer
andauthored
chore: Add Kafka 3.7.1 & 3.6.2 (#745)
* add kafka versions 3.7.1 & 3.6.2, remove 3.5.2 * add hadoop changes to changelog * add changelog entry * fix changelog links * Update CHANGELOG.md Co-authored-by: Sebastian Bernauer <[email protected]> --------- Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 463f966 commit 98fbaa9

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ All notable changes to this project will be documented in this file.
1818
- nifi: Build from source ([#678]).
1919
- omid: Include Apache Omid in all workflows such as building and releasing images ([#635]).
2020
- java-devel: New image to serve as base layer for builder stages ([#665]).
21-
- hdfs: Exclude YARN and Mapreduce projects from build ([#667]).
2221
- stackable-base: Mitigate CVE-2023-37920 by removing e-Tugra root certificates ([#673]).
23-
- hdfs: Exclude unused jars and mitigate snappy-java CVEs by bumping dependency ([#682]).
22+
- hadoop: Exclude YARN and Mapreduce projects from build ([#667]).
23+
- hadoop: Exclude unused jars and mitigate snappy-java CVEs by bumping dependency ([#682]).
24+
- hadoop: Add version `3.4.0` ([#743]).
2425
- druid: Build from source ([#684], [#696]).
2526
- opa: Add log processing script to opa for decision logging ([#695], [#704]).
2627
- stackable-base: Add [config-utils](https://github.com/stackabletech/config-utils) ([#706]).
2728
- omid: Include Apache Omid Examples to simplify testing ([#721]).
29+
- kafka: Add versions `3.6.2` and `3.7.1` ([#745]).
2830

2931
### Changed
3032

@@ -67,6 +69,7 @@ All notable changes to this project will be documented in this file.
6769
- zookeeper: Remove unsupported version 3.8.3 and 3.9.1 ([#628], [#736]).
6870
- java-base: Remove openjdk-devel rpm package again to reduce the vulnerability surface ([#665])
6971
- trino: Remove unsupported version 428 ([#687]).
72+
- kafka: Remove unsupported version `3.5.2` ([#745]).
7073

7174
[#583]: https://github.com/stackabletech/docker-images/pull/583
7275
[#611]: https://github.com/stackabletech/docker-images/pull/611
@@ -108,6 +111,8 @@ All notable changes to this project will be documented in this file.
108111
[#734]: https://github.com/stackabletech/docker-images/pull/734
109112
[#736]: https://github.com/stackabletech/docker-images/pull/736
110113
[#737]: https://github.com/stackabletech/docker-images/pull/737
114+
[#743]: https://github.com/stackabletech/docker-images/pull/743
115+
[#745]: https://github.com/stackabletech/docker-images/pull/745
111116

112117
## [24.3.0] - 2024-03-20
113118

kafka/versions.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"jmx_exporter": "1.0.1",
1010
},
1111
{
12-
"product": "3.5.2",
12+
"product": "3.6.1",
1313
"java-base": "11",
1414
"java-devel": "11",
1515
"scala": "2.13",
@@ -18,12 +18,21 @@
1818
"jmx_exporter": "1.0.1",
1919
},
2020
{
21-
"product": "3.6.1",
21+
"product": "3.6.2",
2222
"java-base": "11",
2323
"java-devel": "11",
2424
"scala": "2.13",
2525
"kcat": "1.7.0",
2626
"opa_authorizer": "1.5.1",
2727
"jmx_exporter": "1.0.1",
2828
},
29+
{
30+
"product": "3.7.1",
31+
"java-base": "21",
32+
"java-devel": "21",
33+
"scala": "2.13",
34+
"kcat": "1.7.0",
35+
"opa_authorizer": "1.5.1",
36+
"jmx_exporter": "1.0.1",
37+
},
2938
]

0 commit comments

Comments
 (0)