Skip to content

Commit d72d8ab

Browse files
authored
chore(kafka): Add 3.8.0 (#813)
* chore(kafka): remove 2.4.x, 3.6.x * chore(kafka): add todo for compling the opa-authorizer from source * chore(kafka): update kubernetes repo url * chore(kafka): add 3.8.0 * chore(kafka): update changelog
1 parent d0fc936 commit d72d8ab

File tree

4 files changed

+10
-24
lines changed

4 files changed

+10
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ All notable changes to this project will be documented in this file.
99
- opa: Add version `0.67.1` ([#797]).
1010
- vector: Add version `0.40.0` ([#802]).
1111
- airflow: Add version `2.9.3` ([#809]).
12+
- kafka: Add version `3.8.0` ([#813]).
1213

1314
### Removed
1415

1516
- opa: Remove version `0.61.0` ([#797]).
1617
- vector: Remove version `0.39.0` ([#802]).
1718
- airflow: Remove versions `2.6.3`, `2.8.1`, `2.8.4` ([#809]).
19+
- kafka: Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#813]).
1820

1921
### Fixed
2022

@@ -24,6 +26,7 @@ All notable changes to this project will be documented in this file.
2426
[#802]: https://github.com/stackabletech/docker-images/pull/802
2527
[#809]: https://github.com/stackabletech/docker-images/pull/809
2628
[#811]: https://github.com/stackabletech/docker-images/pull/811
29+
[#813]: https://github.com/stackabletech/docker-images/pull/813
2730

2831
## [24.7.0] - 2024-07-24
2932

kafka/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN curl --fail -L "https://repo.stackable.tech/repository/packages/kafka/kafka-
2222
rm -rf /stackable/kafka_${SCALA}-${PRODUCT}/site-docs/ && \
2323
rm -rf /stackable/kafka-${PRODUCT}-src
2424

25+
# TODO (@NickLarsenNZ): Compile from source: https://github.com/StyraInc/opa-kafka-plugin
2526
RUN curl --fail -L https://repo.stackable.tech/repository/packages/kafka-opa-authorizer/opa-authorizer-${OPA_AUTHORIZER}-all.jar \
2627
-o /stackable/kafka_${SCALA}-${PRODUCT}/libs/opa-authorizer-${OPA_AUTHORIZER}-all.jar
2728

kafka/kubernetes.repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copied from https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management
22
[kubernetes]
33
name=Kubernetes
4-
baseurl=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/
4+
baseurl=https://pkgs.k8s.io/core:/stable:/v1.31/rpm/
55
enabled=1
66
gpgcheck=1
7-
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
7+
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.31/rpm/repodata/repomd.xml.key

kafka/versions.py

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,15 @@
11
versions = [
22
{
3-
"product": "3.4.1",
4-
"java-base": "11",
5-
"java-devel": "11",
6-
"scala": "2.13",
7-
"kcat": "1.7.0",
8-
"opa_authorizer": "1.5.1",
9-
"jmx_exporter": "1.0.1",
10-
},
11-
{
12-
"product": "3.6.1",
13-
"java-base": "11",
14-
"java-devel": "11",
15-
"scala": "2.13",
16-
"kcat": "1.7.0",
17-
"opa_authorizer": "1.5.1",
18-
"jmx_exporter": "1.0.1",
19-
},
20-
{
21-
"product": "3.6.2",
22-
"java-base": "11",
23-
"java-devel": "11",
3+
"product": "3.7.1",
4+
"java-base": "21",
5+
"java-devel": "21",
246
"scala": "2.13",
257
"kcat": "1.7.0",
268
"opa_authorizer": "1.5.1",
279
"jmx_exporter": "1.0.1",
2810
},
2911
{
30-
"product": "3.7.1",
12+
"product": "3.8.0",
3113
"java-base": "21",
3214
"java-devel": "21",
3315
"scala": "2.13",

0 commit comments

Comments
 (0)