Skip to content

Commit a0cb5da

Browse files
authored
fix: superset 4.1.2 build (#1309)
* fix: superset 4.1.2 build * chore: changelog
1 parent b4297ad commit a0cb5da

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
4848
- testing-tools: Update keycloak dependency to `26.3.5` and `python:3.12-slim-bullseye` base image ([#1289]).
4949
- hbase: move hbck2.env to hbase-operator-tools image and add log4j2 properties for this tool ([#1300]).
5050
- hbase: replace `sed` calls with `config-utils template` where possible ([#1301]).
51+
- superset: Fix the 4.1.2 build when building from source ([#1309])
5152

5253
### Removed
5354

@@ -98,6 +99,7 @@ All notable changes to this project will be documented in this file.
9899
[#1300]: https://github.com/stackabletech/docker-images/pull/1300
99100
[#1301]: https://github.com/stackabletech/docker-images/pull/1301
100101
[#1304]: https://github.com/stackabletech/docker-images/pull/1304
102+
[#1309]: https://github.com/stackabletech/docker-images/pull/1309
101103
[#1308]: https://github.com/stackabletech/docker-images/pull/1308
102104

103105
## [25.7.0] - 2025-07-23
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
From a80b4577d184f92680676cd021199838a6a84fc2 Mon Sep 17 00:00:00 2001
2+
From: dervoeti <lukas.krug@stackable.tech>
3+
Date: Tue, 14 Oct 2025 18:49:00 +0200
4+
Subject: fix
5+
6+
---
7+
superset-frontend/package-lock.json | 17 +++++++++--------
8+
1 file changed, 9 insertions(+), 8 deletions(-)
9+
10+
diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
11+
index 3130369143..879991195a 100644
12+
--- a/superset-frontend/package-lock.json
13+
+++ b/superset-frontend/package-lock.json
14+
@@ -1,12 +1,12 @@
15+
{
16+
"name": "superset",
17+
- "version": "4.1.1",
18+
+ "version": "4.1.2",
19+
"lockfileVersion": 2,
20+
"requires": true,
21+
"packages": {
22+
"": {
23+
"name": "superset",
24+
- "version": "4.1.1",
25+
+ "version": "4.1.2",
26+
"license": "Apache-2.0",
27+
"workspaces": [
28+
"packages/*",
29+
@@ -41663,9 +41663,10 @@
30+
}
31+
},
32+
"node_modules/luxon": {
33+
- "version": "3.5.0",
34+
- "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
35+
- "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
36+
+ "version": "3.6.1",
37+
+ "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
38+
+ "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
39+
+ "license": "MIT",
40+
"engines": {
41+
"node": ">=12"
42+
}
43+
@@ -99672,9 +99673,9 @@
44+
}
45+
},
46+
"luxon": {
47+
- "version": "3.5.0",
48+
- "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
49+
- "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ=="
50+
+ "version": "3.6.1",
51+
+ "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
52+
+ "integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ=="
53+
},
54+
"lz-string": {
55+
"version": "1.5.0",

0 commit comments

Comments
 (0)