|
2 | 2 | "oci.stackable.tech" = { namespace = "sdp" } |
3 | 3 |
|
4 | 4 | [versions."4.1.4".local-images] |
5 | | -"shared/statsd-exporter" = "0.28.0" |
| 5 | +"shared/statsd-exporter" = "0.29.0" |
6 | 6 | stackable-devel = "1.0.0" |
7 | 7 | vector = "0.55.0" |
8 | 8 |
|
9 | 9 | [versions."4.1.4".build-arguments] |
10 | 10 | cyclonedx-bom-version = "6.0.0" |
11 | | -# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version. |
12 | | -# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7 |
| 11 | +# flask-appbuilder==4.5.0 is pinned in https://github.com/apache/superset/blob/4.1.4/requirements/base.txt (search for `flask-appbuilder==`), |
| 12 | +# which in turn pins authlib in https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt (search for `authlib==`) |
13 | 13 | authlib-version = "1.2.1" |
14 | | -python-version = "3.9" |
15 | | -uv-version = "0.7.3" |
16 | | -nodejs-version = "20.20.2" |
| 14 | +# The default upstream image is built on Python 3.11 (`ARG PY_VER` in https://github.com/apache/superset/blob/4.1.4/Dockerfile) |
| 15 | +# and upstream CI tests 3.10 and 3.11 (https://github.com/apache/superset/blob/4.1.4/.github/actions/setup-backend/action.yml) |
| 16 | +python-version = "3.11" |
| 17 | +# Independent of Superset, use the latest release: https://github.com/astral-sh/uv/releases |
| 18 | +uv-version = "0.11.18" |
| 19 | +# https://github.com/apache/superset/blob/4.1.4/superset-frontend/.nvmrc |
| 20 | +nodejs-version = "18.20.1" |
| 21 | +# Independent of Superset, use the latest release: https://github.com/nvm-sh/nvm/releases |
17 | 22 | nvm-version = "v0.40.4" |
18 | 23 |
|
19 | 24 | [versions."6.0.0".local-images] |
20 | | -"shared/statsd-exporter" = "0.28.0" |
| 25 | +"shared/statsd-exporter" = "0.29.0" |
21 | 26 | stackable-devel = "1.0.0" |
22 | 27 | vector = "0.55.0" |
23 | 28 |
|
24 | 29 | [versions."6.0.0".build-arguments] |
25 | 30 | cyclonedx-bom-version = "6.0.0" |
26 | | -# Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version. |
27 | | -# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.0/requirements/extra.txt#L7 |
| 31 | +# flask-appbuilder==5.0.0 is pinned in https://github.com/apache/superset/blob/6.0.0/requirements/base.txt (search for `flask-appbuilder==`), |
| 32 | +# which in turn pins authlib in https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.0/requirements/extra.txt (search for `authlib==`) |
28 | 33 | authlib-version = "1.2.1" |
29 | | -python-version = "3.11" |
30 | | -uv-version = "0.7.3" |
31 | | -nodejs-version = "20.20.2" |
| 34 | +# Upstream CI tests 3.10, 3.11 and 3.12, choosing the newest Python version |
| 35 | +python-version = "3.12" |
| 36 | +# Independent of Superset, use the latest release: https://github.com/astral-sh/uv/releases |
| 37 | +uv-version = "0.11.18" |
| 38 | +# https://github.com/apache/superset/blob/6.0.0/superset-frontend/.nvmrc |
| 39 | +nodejs-version = "20.18.3" |
| 40 | +# Independent of Superset, use the latest release: https://github.com/nvm-sh/nvm/releases |
| 41 | +nvm-version = "v0.40.4" |
| 42 | + |
| 43 | +[versions."6.1.0".local-images] |
| 44 | +"shared/statsd-exporter" = "0.28.0" |
| 45 | +stackable-devel = "1.0.0" |
| 46 | +vector = "0.55.0" |
| 47 | + |
| 48 | +[versions."6.1.0".build-arguments] |
| 49 | +cyclonedx-bom-version = "6.0.0" |
| 50 | +# flask-appbuilder==5.0.2 is pinned in https://github.com/apache/superset/blob/6.1.0/requirements/base.txt (search for `flask-appbuilder==`), |
| 51 | +# which in turn pins authlib in https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.2/requirements/extra.txt (search for `authlib==`) |
| 52 | +authlib-version = "1.2.1" |
| 53 | +# Upstream CI tests 3.10, 3.11 and 3.12 (https://github.com/apache/superset/blob/6.1.0/.github/actions/setup-backend/action.yml) |
| 54 | +# and a py312 image variant is published. We use 3.12 |
| 55 | +python-version = "3.12" |
| 56 | +# Independent of Superset, use the latest release: https://github.com/astral-sh/uv/releases |
| 57 | +uv-version = "0.11.18" |
| 58 | +# https://github.com/apache/superset/blob/6.1.0/superset-frontend/.nvmrc |
| 59 | +nodejs-version = "22.22.0" |
| 60 | +# Independent of Superset, use the latest release: https://github.com/nvm-sh/nvm/releases |
32 | 61 | nvm-version = "v0.40.4" |
0 commit comments