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

### Added

- superset: Add 6.0.0-rc2 ([#1337]).
- superset: Add 6.0.0 ([#1337], [#1393]).
- hive: Build [hive-metastore-opa-authorizer](https://github.com/boschglobal/hive-metastore-opa-authorizer) from source and add to image ([#1340]).
- hive: Add `4.2.0` ([#1356]).
- nifi: Add patches to replace process group root ID placeholder ([#1358]).
Expand Down Expand Up @@ -47,6 +47,7 @@ All notable changes to this project will be documented in this file.
[#1387]: https://github.com/stackabletech/docker-images/pull/1387
[#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

## [25.11.0] - 2025-11-07

Expand Down
4 changes: 2 additions & 2 deletions superset/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ python-version = "3.9"
uv-version = "0.7.3"
nodejs-version = "20"

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

[versions."6.0.0-rc2".build-arguments]
[versions."6.0.0".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/5.0.0/requirements/extra.txt#L7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From: https://raw.githubusercontent.com/apache/superset/refs/tags/6.0.0rc2/requirements/base.txt
# From: https://raw.githubusercontent.com/apache/superset/refs/tags/6.0.0/requirements/base.txt
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml requirements/base.in -o requirements/base.txt
alembic==1.15.2
Expand Down Expand Up @@ -162,7 +162,7 @@ h11==0.16.0
# via wsproto
hashids==1.3.1
# via apache-superset (pyproject.toml)
holidays==0.25
holidays==0.82
# via apache-superset (pyproject.toml)
humanize==4.12.3
# via apache-superset (pyproject.toml)
Expand Down Expand Up @@ -194,8 +194,6 @@ jsonschema-specifications==2025.4.1
# openapi-schema-validator
kombu==5.5.3
# via celery
korean-lunar-calendar==0.3.1
# via holidays
limits==5.1.0
# via flask-limiter
mako==1.3.10
Expand Down Expand Up @@ -353,7 +351,7 @@ rsa==4.9.1
# via google-auth
selenium==4.32.0
# via apache-superset (pyproject.toml)
shillelagh==1.3.5
shillelagh==1.4.3
# via apache-superset (pyproject.toml)
simplejson==3.20.1
# via apache-superset (pyproject.toml)
Expand All @@ -373,6 +371,7 @@ sqlalchemy==1.4.54
# via
# apache-superset (pyproject.toml)
# alembic
# apache-superset-core
# flask-appbuilder
# flask-sqlalchemy
# marshmallow-sqlalchemy
Expand All @@ -381,9 +380,12 @@ sqlalchemy==1.4.54
sqlalchemy-utils==0.38.3
# via
# apache-superset (pyproject.toml)
# apache-superset-core
# flask-appbuilder
sqlglot==27.15.2
# via apache-superset (pyproject.toml)
# via
# apache-superset (pyproject.toml)
# apache-superset-core
sshtunnel==0.4.0
# via apache-superset (pyproject.toml)
tabulate==0.9.0
Expand All @@ -398,6 +400,7 @@ typing-extensions==4.14.0
# via
# apache-superset (pyproject.toml)
# alembic
# apache-superset-core
# cattrs
# limits
# pyopenssl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mirror = "https://github.com/stackabletech/superset.git"
base = "886f52554539318521858fbcf493123c8c4199ef"
base = "6a1c30e5e7c3e28d0549c9c2ac0ff61607f26a2f"
2 changes: 2 additions & 0 deletions vector/boil-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ stackable-base = "1.0.0"
# See .scripts/upload_new_protoc_version.sh
# Unsure which version is used by vector. They seem to install `buf` in workflows.
protoc-version = "31.1"
# See here: https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/i/
# Note: In UBI10, this should change to 4.23.9.0-4.el10
inotify-tools = "3.22.1.0-1.el9"
rpm-release = "1"