File tree Expand file tree Collapse file tree 4 files changed +10
-24
lines changed Expand file tree Collapse file tree 4 files changed +10
-24
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ All notable changes to this project will be documented in this file.
9
9
- opa: Add version ` 0.67.1 ` ([ #797 ] ).
10
10
- vector: Add version ` 0.40.0 ` ([ #802 ] ).
11
11
- airflow: Add version ` 2.9.3 ` ([ #809 ] ).
12
+ - kafka: Add version ` 3.8.0 ` ([ #813 ] ).
12
13
13
14
### Removed
14
15
15
16
- opa: Remove version ` 0.61.0 ` ([ #797 ] ).
16
17
- vector: Remove version ` 0.39.0 ` ([ #802 ] ).
17
18
- 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 ] ).
18
20
19
21
### Fixed
20
22
@@ -24,6 +26,7 @@ All notable changes to this project will be documented in this file.
24
26
[ #802 ] : https://github.com/stackabletech/docker-images/pull/802
25
27
[ #809 ] : https://github.com/stackabletech/docker-images/pull/809
26
28
[ #811 ] : https://github.com/stackabletech/docker-images/pull/811
29
+ [ #813 ] : https://github.com/stackabletech/docker-images/pull/813
27
30
28
31
## [ 24.7.0] - 2024-07-24
29
32
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ RUN curl --fail -L "https://repo.stackable.tech/repository/packages/kafka/kafka-
22
22
rm -rf /stackable/kafka_${SCALA}-${PRODUCT}/site-docs/ && \
23
23
rm -rf /stackable/kafka-${PRODUCT}-src
24
24
25
+ # TODO (@NickLarsenNZ): Compile from source: https://github.com/StyraInc/opa-kafka-plugin
25
26
RUN curl --fail -L https://repo.stackable.tech/repository/packages/kafka-opa-authorizer/opa-authorizer-${OPA_AUTHORIZER}-all.jar \
26
27
-o /stackable/kafka_${SCALA}-${PRODUCT}/libs/opa-authorizer-${OPA_AUTHORIZER}-all.jar
27
28
Original file line number Diff line number Diff line change 1
1
# Copied from https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management
2
2
[kubernetes]
3
3
name=Kubernetes
4
- baseurl=https://pkgs.k8s.io/core:/stable:/v1.29 /rpm/
4
+ baseurl=https://pkgs.k8s.io/core:/stable:/v1.31 /rpm/
5
5
enabled=1
6
6
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
Original file line number Diff line number Diff line change 1
1
versions = [
2
2
{
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" ,
24
6
"scala" : "2.13" ,
25
7
"kcat" : "1.7.0" ,
26
8
"opa_authorizer" : "1.5.1" ,
27
9
"jmx_exporter" : "1.0.1" ,
28
10
},
29
11
{
30
- "product" : "3.7.1 " ,
12
+ "product" : "3.8.0 " ,
31
13
"java-base" : "21" ,
32
14
"java-devel" : "21" ,
33
15
"scala" : "2.13" ,
You can’t perform that action at this time.
0 commit comments