Skip to content

Commit d9dbc54

Browse files
Merge branch 'main' into opensearch-3.4.0
2 parents e3c90a7 + 66d2191 commit d9dbc54

14 files changed

Lines changed: 18 additions & 892 deletions

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- superset: Add 6.0.0-rc2 ([#1337]).
9+
- superset: Add 6.0.0 ([#1337], [#1393]).
1010
- hive: Build [hive-metastore-opa-authorizer](https://github.com/boschglobal/hive-metastore-opa-authorizer) from source and add to image ([#1340]).
1111
- hive: Add `4.2.0` ([#1356]).
1212
- nifi: Add patches to replace process group root ID placeholder ([#1358]).
@@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
2727
### Removed
2828

2929
- opensearch: Remove the `performance-analyzer` plugin from the OpenSearch image ([#1357]).
30+
- superset: Remove 4.0.2 and 4.1.2 ([#1394]).
3031

3132
### Fixed
3233

@@ -49,6 +50,8 @@ All notable changes to this project will be documented in this file.
4950
[#1388]: https://github.com/stackabletech/docker-images/pull/1388
5051
[#1389]: https://github.com/stackabletech/docker-images/pull/1389
5152
[#1391]: https://github.com/stackabletech/docker-images/pull/1391
53+
[#1393]: https://github.com/stackabletech/docker-images/pull/1393
54+
[#1394]: https://github.com/stackabletech/docker-images/pull/1394
5255

5356
## [25.11.0] - 2025-11-07
5457

superset/boil-config.toml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
[versions."4.0.2".local-images]
2-
"shared/statsd-exporter" = "0.28.0"
3-
stackable-devel = "1.0.0"
4-
vector = "0.52.0"
5-
6-
[versions."4.0.2".build-arguments]
7-
cyclonedx-bom-version = "6.0.0"
8-
# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
9-
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
10-
authlib-version = "1.2.1"
11-
python-version = "3.9"
12-
uv-version = "0.7.3"
13-
nodejs-version = "20"
14-
15-
[versions."4.1.2".local-images]
16-
"shared/statsd-exporter" = "0.28.0"
17-
stackable-devel = "1.0.0"
18-
vector = "0.52.0"
19-
20-
[versions."4.1.2".build-arguments]
21-
cyclonedx-bom-version = "6.0.0"
22-
# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
23-
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
24-
authlib-version = "1.2.1"
25-
python-version = "3.9"
26-
uv-version = "0.7.3"
27-
nodejs-version = "20"
28-
291
[versions."4.1.4".local-images]
302
"shared/statsd-exporter" = "0.28.0"
313
stackable-devel = "1.0.0"
@@ -40,12 +12,12 @@ python-version = "3.9"
4012
uv-version = "0.7.3"
4113
nodejs-version = "20"
4214

43-
[versions."6.0.0-rc2".local-images]
15+
[versions."6.0.0".local-images]
4416
"shared/statsd-exporter" = "0.28.0"
4517
stackable-devel = "1.0.0"
4618
vector = "0.52.0"
4719

48-
[versions."6.0.0-rc2".build-arguments]
20+
[versions."6.0.0".build-arguments]
4921
cyclonedx-bom-version = "6.0.0"
5022
# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
5123
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.0/requirements/extra.txt#L7

superset/stackable/constraints/4.0.2/build-constraints.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)