Skip to content

Commit 513c48a

Browse files
committed
chore: Merge branch 'main' into fix/boil-default-registry
2 parents 9a2a9cc + 9dc9b95 commit 513c48a

File tree

9 files changed

+32
-19
lines changed

9 files changed

+32
-19
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ All notable changes to this project will be documented in this file.
2020
- opa: Add `1.8.0` ([#1279]).
2121
- spark: Add `3.5.7` ([#1280]).
2222
- spark-connect-client: Add `3.5.7` ([#1280]).
23+
- superset: Add `4.1.4` ([#1284]).
24+
- spark: Add `4.0.1` ([#1286]).
25+
- spark-connect-client: Add `4.0.1` ([#1286]).
2326

2427
### Changed
2528

@@ -42,7 +45,9 @@ All notable changes to this project will be documented in this file.
4245
- opa: Remove `1.0.1` ([#1279]).
4346
- spark: Remove `3.5.5` ([#1280]).
4447
- spark-connect-client: Remove unused example script from the image ([#1280]).
45-
- kafka: Remove `3.9.0` ([#1283]).
48+
- kafka: Remove `3.9.0` ([#1283]).
49+
- spark: Remove `4.0.0` ([#1286]).
50+
- spark-connect-client: Remove `4.0.0` ([#1286]).
4651

4752
[#1207]: https://github.com/stackabletech/docker-images/pull/1207
4853
[#1215]: https://github.com/stackabletech/docker-images/pull/1215
@@ -63,6 +68,9 @@ All notable changes to this project will be documented in this file.
6368
[#1278]: https://github.com/stackabletech/docker-images/pull/1278
6469
[#1279]: https://github.com/stackabletech/docker-images/pull/1279
6570
[#1283]: https://github.com/stackabletech/docker-images/pull/1283
71+
[#1280]: https://github.com/stackabletech/docker-images/pull/1280
72+
[#1284]: https://github.com/stackabletech/docker-images/pull/1284
73+
[#1286]: https://github.com/stackabletech/docker-images/pull/1286
6674

6775
## [25.7.0] - 2025-07-23
6876

spark-connect-client/boil-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ java-base = "17"
1212
[versions."3.5.7".build-arguments]
1313
python-version = "3.11"
1414

15-
[versions."4.0.0".local-images]
16-
spark-k8s = "4.0.0"
15+
[versions."4.0.1".local-images]
16+
spark-k8s = "4.0.1"
1717
java-base = "17"
1818

19-
[versions."4.0.0".build-arguments]
19+
[versions."4.0.1".build-arguments]
2020
python-version = "3.11"

spark-k8s/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jmx-exporter-version = "1.3.0"
3636
tini-version = "0.19.0"
3737
hbase-connector-version = "1.0.1"
3838

39-
[versions."4.0.0".local-images]
39+
[versions."4.0.1".local-images]
4040
"hadoop/hadoop" = "3.4.1"
4141
java-base = "17"
4242
java-devel = "17"
4343
hbase = "2.6.2"
4444
vector = "0.49.0"
4545

46-
[versions."4.0.0".build-arguments]
46+
[versions."4.0.1".build-arguments]
4747
python-version = "3.11"
4848
aws-java-sdk-bundle-version = "2.24.6"
4949
azure-storage-version = "7.0.1" # https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-azure/3.3.4

spark-k8s/stackable/patches/4.0.0/0001-Update-CycloneDX-plugin.patch renamed to spark-k8s/stackable/patches/4.0.1/0001-Update-CycloneDX-plugin.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 2da5608928018dd017c91b904eb8f84a4f6df78a Mon Sep 17 00:00:00 2001
1+
From b5de94e20aff25a394c6095c0649b4fcbaa941aa Mon Sep 17 00:00:00 2001
22
From: Razvan-Daniel Mihai <[email protected]>
33
Date: Fri, 4 Jul 2025 15:54:55 +0200
44
Subject: Update CycloneDX plugin
@@ -9,7 +9,7 @@ Subject: Update CycloneDX plugin
99
2 files changed, 5 insertions(+), 1 deletion(-)
1010

1111
diff --git a/dev/make-distribution.sh b/dev/make-distribution.sh
12-
index 16607e45ae..44e345a245 100755
12+
index 16607e45ae6..44e345a245d 100755
1313
--- a/dev/make-distribution.sh
1414
+++ b/dev/make-distribution.sh
1515
@@ -176,7 +176,6 @@ BUILD_COMMAND=("$MVN" clean package \
@@ -21,7 +21,7 @@ index 16607e45ae..44e345a245 100755
2121

2222
# Actually build the jar
2323
diff --git a/pom.xml b/pom.xml
24-
index 443d46a430..632920f100 100644
24+
index 22922143fc3..59c3747c625 100644
2525
--- a/pom.xml
2626
+++ b/pom.xml
2727
@@ -3327,6 +3327,11 @@
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
base = "fa33ea000a0bda9e5a3fa1af98e8e85b8cc5e4d4"
1+
base = "29434ea766b0fc3c3bf6eaadb43a8f931133649e"
22
mirror = "https://github.com/stackabletech/spark.git"

superset/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Constraints
44

5-
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/2.0.1/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/2.0.1/requirements/docker.txt>. This differs from version to version (2.0.1 shown here).
5+
The `constraints-<version>.txt` files come from e.g. <https://github.com/apache/superset/blob/x.y.z/requirements/base.txt> and are concatenated with the dependencies provided in <https://github.com/apache/superset/blob/x.y.z/requirements/docker.txt>, where that file exists (i.e. <4.1.0). This differs from version to version (4.1.4 shown here):
66

7-
In some cases `apispec[yaml]==3.3.2` needed to be adjusted to `apispec==3.3.2` due to `ERROR: Constraints cannot have extras`.
7+
In some cases `apispec[yaml]==6.3.0` needed to be adjusted to `apispec==6.3.0` due to `ERROR: Constraints cannot have extras`.
8+
9+
If the constraints file contains an `-e file:.` directive, this can be commented out as we are install Superset using uv from PyPI and do not need to edit it subsequently.

superset/boil-config.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,24 @@ authlib-version = "1.2.1"
1010
python-version = "3.9"
1111
uv-version = "0.7.3"
1212

13-
[versions."4.1.1".local-images]
13+
[versions."4.1.2".local-images]
1414
"shared/statsd-exporter" = "0.28.0"
1515
stackable-base = "1.0.0"
1616
vector = "0.49.0"
1717

18-
[versions."4.1.1".build-arguments]
18+
[versions."4.1.2".build-arguments]
1919
cyclonedx-bom-version = "6.0.0"
2020
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
2121
authlib-version = "1.2.1"
22-
# 3.11 support was merged in January 2025 (two months after 4.1.1 release), 3.10 is not available in our UBI image, so we need to stay on 3.9 for now
2322
python-version = "3.9"
2423
uv-version = "0.7.3"
2524

26-
[versions."4.1.2".local-images]
25+
[versions."4.1.4".local-images]
2726
"shared/statsd-exporter" = "0.28.0"
2827
stackable-base = "1.0.0"
2928
vector = "0.49.0"
3029

31-
[versions."4.1.2".build-arguments]
30+
[versions."4.1.4".build-arguments]
3231
cyclonedx-bom-version = "6.0.0"
3332
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
3433
authlib-version = "1.2.1"

superset/stackable/constraints/4.1.1/constraints.txt renamed to superset/stackable/constraints/4.1.4/constraints.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# from https://raw.githubusercontent.com/apache/superset/refs/tags/4.1.1/requirements/base.txt
1+
# from https://raw.githubusercontent.com/apache/superset/refs/tags/4.1.4/requirements/base.txt
2+
#-e file:.
3+
# # via -r requirements/base.in
24
alembic==1.13.1
35
# via flask-migrate
46
amqp==5.2.0
@@ -139,6 +141,8 @@ greenlet==3.0.3
139141
# via shillelagh
140142
gunicorn==22.0.0
141143
# via apache-superset
144+
h11==0.16.0
145+
# via wsproto
142146
hashids==1.3.1
143147
# via apache-superset
144148
holidays==0.25
@@ -338,7 +342,7 @@ sqlalchemy-utils==0.38.3
338342
# via
339343
# apache-superset
340344
# flask-appbuilder
341-
sqlglot==25.24.0
345+
sqlglot==26.11.1
342346
# via apache-superset
343347
sqlparse==0.5.0
344348
# via apache-superset

0 commit comments

Comments
 (0)