Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.
### Removed

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

### Fixed

Expand All @@ -48,6 +49,7 @@ All notable changes to this project will be documented in this file.
[#1388]: https://github.com/stackabletech/docker-images/pull/1388
[#1389]: https://github.com/stackabletech/docker-images/pull/1389
[#1393]: https://github.com/stackabletech/docker-images/pull/1393
[#1394]: https://github.com/stackabletech/docker-images/pull/1394

## [25.11.0] - 2025-11-07

Expand Down
28 changes: 0 additions & 28 deletions superset/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
[versions."4.0.2".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-devel = "1.0.0"
vector = "0.52.0"

[versions."4.0.2".build-arguments]
cyclonedx-bom-version = "6.0.0"
# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
authlib-version = "1.2.1"
python-version = "3.9"
uv-version = "0.7.3"
nodejs-version = "20"

[versions."4.1.2".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-devel = "1.0.0"
vector = "0.52.0"

[versions."4.1.2".build-arguments]
cyclonedx-bom-version = "6.0.0"
# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
authlib-version = "1.2.1"
python-version = "3.9"
uv-version = "0.7.3"
nodejs-version = "20"

[versions."4.1.4".local-images]
"shared/statsd-exporter" = "0.28.0"
stackable-devel = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion superset/stackable/constraints/4.0.2/build-constraints.txt

This file was deleted.

Loading