diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9c912f8..7a85148e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]). @@ -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 diff --git a/superset/boil-config.toml b/superset/boil-config.toml index f6d694b4d..b3635002f 100644 --- a/superset/boil-config.toml +++ b/superset/boil-config.toml @@ -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 diff --git a/superset/stackable/constraints/6.0.0-rc2/build-constraints.txt b/superset/stackable/constraints/6.0.0/build-constraints.txt similarity index 100% rename from superset/stackable/constraints/6.0.0-rc2/build-constraints.txt rename to superset/stackable/constraints/6.0.0/build-constraints.txt diff --git a/superset/stackable/constraints/6.0.0-rc2/constraints.txt b/superset/stackable/constraints/6.0.0/constraints.txt similarity index 97% rename from superset/stackable/constraints/6.0.0-rc2/constraints.txt rename to superset/stackable/constraints/6.0.0/constraints.txt index 54a278d02..13acee762 100644 --- a/superset/stackable/constraints/6.0.0-rc2/constraints.txt +++ b/superset/stackable/constraints/6.0.0/constraints.txt @@ -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 @@ -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) @@ -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 @@ -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) @@ -373,6 +371,7 @@ sqlalchemy==1.4.54 # via # apache-superset (pyproject.toml) # alembic + # apache-superset-core # flask-appbuilder # flask-sqlalchemy # marshmallow-sqlalchemy @@ -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 @@ -398,6 +400,7 @@ typing-extensions==4.14.0 # via # apache-superset (pyproject.toml) # alembic + # apache-superset-core # cattrs # limits # pyopenssl diff --git a/superset/stackable/patches/6.0.0-rc2/patchable.toml b/superset/stackable/patches/6.0.0/patchable.toml similarity index 53% rename from superset/stackable/patches/6.0.0-rc2/patchable.toml rename to superset/stackable/patches/6.0.0/patchable.toml index 9827f86e7..8d36bd495 100644 --- a/superset/stackable/patches/6.0.0-rc2/patchable.toml +++ b/superset/stackable/patches/6.0.0/patchable.toml @@ -1,2 +1,2 @@ mirror = "https://github.com/stackabletech/superset.git" -base = "886f52554539318521858fbcf493123c8c4199ef" +base = "6a1c30e5e7c3e28d0549c9c2ac0ff61607f26a2f" diff --git a/vector/boil-config.toml b/vector/boil-config.toml index 3a6ef6653..0d00443c4 100644 --- a/vector/boil-config.toml +++ b/vector/boil-config.toml @@ -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"