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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file.

- opensearch-dashboards: Bump cdxgen to 13.0.1 and pin the CycloneDX spec version to 1.6 ([#1600]).
- opa, statsd-exporter: Bump cyclonedx-gomod to 1.12.0 ([#1639]).
- superset: change statsd-exporter to `0.31.0` ([#1673]).

### Fixed

Expand Down Expand Up @@ -72,6 +73,7 @@ All notable changes to this project will be documented in this file.
- ci: Remove SLSA build provenance generation for published image indexes ([#1596]).
- kafka: Removed `3.9.1`, `4.1.1` ([#1659]).
- airflow: Remove `3.1.6` ([#1665]).
- superset: Remove `6.0.0` ([#1673]).

[#1593]: https://github.com/stackabletech/docker-images/pull/1593
[#1595]: https://github.com/stackabletech/docker-images/pull/1595
Expand All @@ -93,6 +95,7 @@ All notable changes to this project will be documented in this file.
[#1664]: https://github.com/stackabletech/docker-images/pull/1664
[#1665]: https://github.com/stackabletech/docker-images/pull/1665
[#1670]: https://github.com/stackabletech/docker-images/pull/1670
[#1673]: https://github.com/stackabletech/docker-images/pull/1673

## [26.7.0] - 2026-07-21

Expand Down
33 changes: 2 additions & 31 deletions superset/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"oci.stackable.tech" = { namespace = "sdp" }

[versions."4.1.4".local-images]
"shared/statsd-exporter" = "0.30.0"
"shared/statsd-exporter" = "0.31.0"
stackable-devel = "1.0.0"
vector = "0.55.0"

Expand Down Expand Up @@ -31,37 +31,8 @@ nodejs-version = "18.20.1"
# Independent of Superset, use the latest release: https://github.com/nvm-sh/nvm/releases
nvm-version = "v0.40.4"

[versions."6.0.0".local-images]
"shared/statsd-exporter" = "0.30.0"
stackable-devel = "1.0.0"
vector = "0.55.0"

[versions."6.0.0".build-arguments]
cyclonedx-bom-version = "6.0.0"
# Used to create the SBOM of the frontend (npm) dependencies.
# Note: 13.x and later are published as @cdxgen/cdxgen, 12.x and earlier as @cyclonedx/cdxgen.
# Find the latest version here: https://www.npmjs.com/package/@cdxgen/cdxgen
# renovate: datasource=npm packageName=@cdxgen/cdxgen
cdxgen-version = "13.0.1"
# cdxgen requires Node >= 24, independent of the Node version used to build the frontend
# assets, so it gets its own Node installation.
# Find the latest release here: https://github.com/nodejs/node/releases
# renovate: datasource=node-version packageName=node
cdxgen-nodejs-version = "24.19.0"
# flask-appbuilder==5.0.0 is pinned in https://github.com/apache/superset/blob/6.0.0/requirements/base.txt (search for `flask-appbuilder==`),
# which in turn pins authlib in https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.0/requirements/extra.txt (search for `authlib==`)
authlib-version = "1.2.1"
# Upstream CI tests 3.10, 3.11 and 3.12, choosing the newest Python version
python-version = "3.12"
# Independent of Superset, use the latest release: https://github.com/astral-sh/uv/releases
uv-version = "0.11.18"
# https://github.com/apache/superset/blob/6.0.0/superset-frontend/.nvmrc
nodejs-version = "20.18.3"
# Independent of Superset, use the latest release: https://github.com/nvm-sh/nvm/releases
nvm-version = "v0.40.4"

[versions."6.1.0".local-images]
"shared/statsd-exporter" = "0.30.0"
"shared/statsd-exporter" = "0.31.0"
stackable-devel = "1.0.0"
vector = "0.55.0"

Expand Down
3 changes: 0 additions & 3 deletions superset/stackable/constraints/6.0.0/build-constraints.txt

This file was deleted.

Loading
Loading