Skip to content

Commit 2d188c5

Browse files
committed
chore(spark): update container images for 25.7.0
1 parent cc57146 commit 2d188c5

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ All notable changes to this project will be documented in this file.
5757

5858
- ci: Remove Nexus steps from build, mirror and release workflows ([#1056]).
5959
Also remove the old release workflow.
60+
- spark: remove 3.5.2 and update dependencies for 3.5.5 ([#1094])
6061

6162
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
6263
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
@@ -76,6 +77,7 @@ All notable changes to this project will be documented in this file.
7677
[#1054]: https://github.com/stackabletech/docker-images/pull/1054
7778
[#1055]: https://github.com/stackabletech/docker-images/pull/1055
7879
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
80+
[#1094]: https://github.com/stackabletech/docker-images/pull/1094
7981

8082
## [25.3.0] - 2025-03-21
8183

spark-k8s/versions.py

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,19 @@
11
versions = [
2-
{
3-
"product": "3.5.2",
4-
"java-base": "17",
5-
"java-devel": "17",
6-
"python": "3.11",
7-
"hadoop": "3.3.6", # Hadoop version defined in ../hbase/versions.py to reduce build time and disk requirements
8-
"hbase": "2.6.1", # current Stackable LTS version
9-
"aws_java_sdk_bundle": "1.12.367", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.6
10-
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.6
11-
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
12-
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.1
13-
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
14-
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
15-
"vector": "0.43.1",
16-
"jmx_exporter": "1.1.0",
17-
"tini": "0.19.0",
18-
"hbase_connector": "1.0.1",
19-
},
202
{
213
"product": "3.5.5",
224
"java-base": "17",
235
"java-devel": "17",
246
"python": "3.11",
25-
"hadoop": "3.3.6", # Hadoop version defined in ../hbase/versions.py to reduce build time and disk requirements
26-
"hbase": "2.6.1", # current Stackable LTS version
27-
"aws_java_sdk_bundle": "1.12.367", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.3.6
28-
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.6
7+
"hadoop": "3.4.1", # Hadoop version defined in ../hbase/versions.py to reduce build time and disk requirements
8+
"hbase": "2.6.2", # current Stackable LTS version
9+
"aws_java_sdk_bundle": "1.12.720", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aws/3.4.1
10+
"azure_storage": "7.0.1", # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.4.1
2911
"azure_keyvault_core": "1.0.0", # https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage/7.0.1
3012
"jackson_dataformat_xml": "2.15.2", # https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.5.2
3113
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3214
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
33-
"vector": "0.43.1",
34-
"jmx_exporter": "1.1.0",
15+
"vector": "0.46.1",
16+
"jmx_exporter": "1.2.0",
3517
"tini": "0.19.0",
3618
"hbase_connector": "1.0.1",
3719
},

0 commit comments

Comments
 (0)