From de079a7b1996dd432a7374f5aaf0563c81bd1182 Mon Sep 17 00:00:00 2001 From: RealGreenDragon <14246920+RealGreenDragon@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:12:48 +0100 Subject: [PATCH] feat(deps)!: bump postgresql from 16 to 17 (#37782) --- .github/workflows/superset-app-cli.yml | 2 +- .github/workflows/superset-e2e.yml | 4 ++-- .github/workflows/superset-playwright.yml | 2 +- .github/workflows/superset-python-integrationtest.yml | 2 +- .github/workflows/superset-python-presto-hive.yml | 4 ++-- docker-compose-image-tag.yml | 2 +- docker-compose-light.yml | 2 +- docker-compose-non-dev.yml | 2 +- docker-compose.yml | 2 +- docs/docs/configuration/configuring-superset.mdx | 8 ++++---- helm/superset/Chart.lock | 6 +++--- helm/superset/Chart.yaml | 4 ++-- helm/superset/README.md | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/superset-app-cli.yml b/.github/workflows/superset-app-cli.yml index ea41e5da412..3cc839eb285 100644 --- a/.github/workflows/superset-app-cli.yml +++ b/.github/workflows/superset-app-cli.yml @@ -23,7 +23,7 @@ jobs: SUPERSET__SQLALCHEMY_DATABASE_URI: postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index 655a3da7e27..e3046a973d2 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -54,7 +54,7 @@ jobs: USE_DASHBOARD: ${{ github.event.inputs.use_dashboard == 'true' || 'false' }} services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset @@ -171,7 +171,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-playwright.yml b/.github/workflows/superset-playwright.yml index b2e2dbf6a9b..910b61c9c20 100644 --- a/.github/workflows/superset-playwright.yml +++ b/.github/workflows/superset-playwright.yml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-python-integrationtest.yml b/.github/workflows/superset-python-integrationtest.yml index d8e73d066ae..bb0dce85bba 100644 --- a/.github/workflows/superset-python-integrationtest.yml +++ b/.github/workflows/superset-python-integrationtest.yml @@ -115,7 +115,7 @@ jobs: SUPERSET__SQLALCHEMY_DATABASE_URI: postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index b4bb9d5432b..762c1a19d45 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -25,7 +25,7 @@ jobs: SUPERSET__SQLALCHEMY_EXAMPLES_URI: presto://localhost:15433/memory/default services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset @@ -94,7 +94,7 @@ jobs: UPLOAD_FOLDER: /tmp/.superset/uploads/ services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/docker-compose-image-tag.yml b/docker-compose-image-tag.yml index f9c486869a6..fd76e68abcd 100644 --- a/docker-compose-image-tag.yml +++ b/docker-compose-image-tag.yml @@ -45,7 +45,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:16 + image: postgres:17 container_name: superset_db restart: unless-stopped volumes: diff --git a/docker-compose-light.yml b/docker-compose-light.yml index b3b6f41fdd1..1d0a4a90be7 100644 --- a/docker-compose-light.yml +++ b/docker-compose-light.yml @@ -85,7 +85,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:16 + image: postgres:17 restart: unless-stopped volumes: - db_home_light:/var/lib/postgresql/data diff --git a/docker-compose-non-dev.yml b/docker-compose-non-dev.yml index 5d221ab602c..cc80aea9d19 100644 --- a/docker-compose-non-dev.yml +++ b/docker-compose-non-dev.yml @@ -49,7 +49,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:16 + image: postgres:17 container_name: superset_db restart: unless-stopped volumes: diff --git a/docker-compose.yml b/docker-compose.yml index 8ab4b117f23..bd474a83ef4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,7 +76,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:16 + image: postgres:17 restart: unless-stopped ports: - "127.0.0.1:${DATABASE_PORT:-5432}:5432" diff --git a/docs/docs/configuration/configuring-superset.mdx b/docs/docs/configuration/configuring-superset.mdx index e44b533fa99..c0032f1727f 100644 --- a/docs/docs/configuration/configuring-superset.mdx +++ b/docs/docs/configuration/configuring-superset.mdx @@ -141,10 +141,10 @@ database engine on a separate host or container. Superset supports the following database engines/versions: -| Database Engine | Supported Versions | -| ----------------------------------------- | ---------------------------------------- | -| [PostgreSQL](https://www.postgresql.org/) | 10.X, 11.X, 12.X, 13.X, 14.X, 15.X, 16.X | -| [MySQL](https://www.mysql.com/) | 5.7, 8.X | +| Database Engine | Supported Versions | +| ----------------------------------------- | ---------------------------------------------- | +| [PostgreSQL](https://www.postgresql.org/) | 10.X, 11.X, 12.X, 13.X, 14.X, 15.X, 16.X, 17.X | +| [MySQL](https://www.mysql.com/) | 5.7, 8.X | Use the following database drivers and connection strings: diff --git a/helm/superset/Chart.lock b/helm/superset/Chart.lock index cb82f4cd84b..3b59d04183d 100644 --- a/helm/superset/Chart.lock +++ b/helm/superset/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 13.4.4 + version: 16.7.27 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.9.4 -digest: sha256:c6290bb7e8ce9c694c06b3f5e9b9d01401943b0943c515d3a7a3a8dc1e6492ea -generated: "2025-03-16T00:52:41.47139769+09:00" +digest: sha256:fcae507ca24a20b9cc08b8bf0fcb0eba8ffa33126ab6f71cc3a6e1d5e997e9e3 +generated: "2026-02-08T14:11:58.8058368+01:00" diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 0cab38e8fc8..5ef4fb2e00f 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -29,10 +29,10 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.15.3 # See [README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning) for version details. +version: 0.15.4 # See [README](https://github.com/apache/superset/blob/master/helm/superset/README.md#versioning) for version details. dependencies: - name: postgresql - version: 13.4.4 + version: 16.7.27 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis diff --git a/helm/superset/README.md b/helm/superset/README.md index e9b372c72c0..29dbdeea8a6 100644 --- a/helm/superset/README.md +++ b/helm/superset/README.md @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs # superset -![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.3-informational?style=flat-square) +![Version: 0.15.4](https://img.shields.io/badge/Version-0.15.4-informational?style=flat-square) Apache Superset is a modern, enterprise-ready business intelligence web application @@ -50,7 +50,7 @@ On helm this can be set on `extraSecretEnv.SUPERSET_SECRET_KEY` or `configOverri | Repository | Name | Version | |------------|------|---------| -| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.4.4 | +| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.27 | | oci://registry-1.docker.io/bitnamicharts | redis | 17.9.4 | ## Values