Skip to content

Commit 129eb4c

Browse files
authored
chore(spark): update patch versions (#1022)
* update spark versions * update changelog * update spark patches * typo * bump jmx-exporter version
1 parent 4c22ec7 commit 129eb4c

File tree

7 files changed

+15
-52
lines changed

7 files changed

+15
-52
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
3131
- superset: Add version `4.1.1` ([#991]).
3232
- Add Patchable patch management tool ([#1003], [#1005], [#1007]).
3333
- nifi: Add 1.28.1, 2.2.0 ([#1006]).
34+
- spark: Add 3.5.5 ([#1022])
3435

3536
### Changed
3637

@@ -50,6 +51,7 @@ All notable changes to this project will be documented in this file.
5051
- trino-storage-connector: Remove version 469 ([#999]).
5152
- nifi: Remove 2.0.0 ([#1006]).
5253
- druid: Remove 26.0.0 ([#984])
54+
- spark: Remove 3.5.1 ([#1022])
5355

5456
### Fixed
5557

@@ -88,6 +90,7 @@ All notable changes to this project will be documented in this file.
8890
[#1006]: https://github.com/stackabletech/docker-images/pull/1006
8991
[#1007]: https://github.com/stackabletech/docker-images/pull/1007
9092
[#1013]: https://github.com/stackabletech/docker-images/pull/1013
93+
[#1022]: https://github.com/stackabletech/docker-images/pull/1022
9194

9295
## [24.11.1] - 2025-01-14
9396

rust/patchable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more details, run `cargo patchable --help`.
2525
## Notes
2626

2727
- patchable only supports linear patch series (no merges beyond the base commit)
28-
- patchable doesn't support support merging "materialized" trees, merge the .patch files instead, and `checkout`/`export` to update the hashes
28+
- patchable doesn't support merging "materialized" trees, merge the .patch files instead, and `checkout`/`export` to update the hashes
2929
- `patchable checkout` doesn't support resolving patch conflicts, use `git am` instead (and then `patchable export` the resolved patches)
3030
- Always run patchable via `cargo patchable` (rather than `cargo install`ing it), to ensure that you use the correct version for a given checkout of docker-images
3131

spark-k8s/stackable/patches/3.5.1/0002-Fix-CVE-2024-36114.patch

-40
This file was deleted.

spark-k8s/stackable/patches/3.5.1/patchable.toml

-2
This file was deleted.

spark-k8s/stackable/patches/3.5.1/0001-Update-CycloneDX-plugin.patch spark-k8s/stackable/patches/3.5.5/0001-Update-CycloneDX-plugin.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 08b7c02a497b8b3b70616281f810a898b1719a78 Mon Sep 17 00:00:00 2001
2-
From: Lukas Voetmand <[email protected]>
3-
Date: Fri, 6 Sep 2024 17:53:52 +0200
1+
From 37ad7dcbb2a77267bbddafc4f3b3d99fddda0b28 Mon Sep 17 00:00:00 2001
2+
From: Razvan-Daniel Mihai <[email protected]>
3+
Date: Tue, 11 Mar 2025 17:29:39 +0200
44
Subject: Update CycloneDX plugin
55

66
---
@@ -21,10 +21,10 @@ index ef7c010e93..0f4c1c74e4 100755
2121

2222
# Actually build the jar
2323
diff --git a/pom.xml b/pom.xml
24-
index 0f504dbee8..6cca7db7bf 100644
24+
index 9b009c3a42..483dceb8ea 100644
2525
--- a/pom.xml
2626
+++ b/pom.xml
27-
@@ -3482,7 +3482,12 @@
27+
@@ -3534,7 +3534,12 @@
2828
<plugin>
2929
<groupId>org.cyclonedx</groupId>
3030
<artifactId>cyclonedx-maven-plugin</artifactId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/apache/spark.git"
2+
base = "7c29c664cdc9321205a98a14858aaf8daaa19db2"

spark-k8s/versions.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "3.5.1",
3+
"product": "3.5.2",
44
"java-base": "17",
55
"java-devel": "17",
66
"python": "3.11",
@@ -13,12 +13,12 @@
1313
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1414
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
1515
"vector": "0.43.1",
16-
"jmx_exporter": "1.0.1-stackable",
16+
"jmx_exporter": "1.1.0",
1717
"tini": "0.19.0",
1818
"hbase_connector": "1.0.1",
1919
},
2020
{
21-
"product": "3.5.2",
21+
"product": "3.5.5",
2222
"java-base": "17",
2323
"java-devel": "17",
2424
"python": "3.11",
@@ -31,7 +31,7 @@
3131
"stax2_api": "4.2.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3232
"woodstox_core": "6.5.1", # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.2
3333
"vector": "0.43.1",
34-
"jmx_exporter": "1.0.1-stackable",
34+
"jmx_exporter": "1.1.0",
3535
"tini": "0.19.0",
3636
"hbase_connector": "1.0.1",
3737
},

0 commit comments

Comments
 (0)