diff --git a/.github/workflows/superset-applitool-cypress.yml b/.github/workflows/superset-applitool-cypress.yml index 44e8def8a85..42b5d49a349 100644 --- a/.github/workflows/superset-applitool-cypress.yml +++ b/.github/workflows/superset-applitool-cypress.yml @@ -39,7 +39,7 @@ jobs: APPLITOOLS_BATCH_NAME: Superset Cypress services: postgres: - image: postgres:15-alpine + image: postgres:16-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-cli.yml b/.github/workflows/superset-cli.yml index a2d1d54279e..1fe02f30e94 100644 --- a/.github/workflows/superset-cli.yml +++ b/.github/workflows/superset-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:15-alpine + image: postgres:16-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index 8e970209560..302ba63efc5 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -53,7 +53,7 @@ jobs: USE_DASHBOARD: ${{ github.event.inputs.use_dashboard == 'true'|| (github.ref == 'refs/heads/master' && 'true') || 'false' }} services: postgres: - image: postgres:15-alpine + image: postgres:16-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 3a7488966b1..cd19ecb64c7 100644 --- a/.github/workflows/superset-python-integrationtest.yml +++ b/.github/workflows/superset-python-integrationtest.yml @@ -85,7 +85,7 @@ jobs: SUPERSET__SQLALCHEMY_DATABASE_URI: postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset services: postgres: - image: postgres:15-alpine + image: postgres:16-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 ba17dd41d1c..36e2bb581b5 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:15-alpine + image: postgres:16-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset @@ -94,7 +94,7 @@ jobs: UPLOAD_FOLDER: /tmp/.superset/uploads/ services: postgres: - image: postgres:15-alpine + image: postgres:16-alpine env: POSTGRES_USER: superset POSTGRES_PASSWORD: superset diff --git a/docker-compose-image-tag.yml b/docker-compose-image-tag.yml index 15dc6d3e751..e4da8f39e15 100644 --- a/docker-compose-image-tag.yml +++ b/docker-compose-image-tag.yml @@ -41,7 +41,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:15 + image: postgres:16 container_name: superset_db restart: unless-stopped volumes: diff --git a/docker-compose-non-dev.yml b/docker-compose-non-dev.yml index 5dc3bf2bc77..4f7a2e446bb 100644 --- a/docker-compose-non-dev.yml +++ b/docker-compose-non-dev.yml @@ -46,7 +46,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:15 + image: postgres:16 container_name: superset_db restart: unless-stopped volumes: diff --git a/docker-compose.yml b/docker-compose.yml index bb5ee6c07f1..cb5953bee35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,7 +67,7 @@ services: required: true - path: docker/.env-local # optional override required: false - image: postgres:15 + image: postgres:16 container_name: superset_db restart: unless-stopped ports: diff --git a/docs/docs/configuration/configuring-superset.mdx b/docs/docs/configuration/configuring-superset.mdx index 950f0d5748e..c718880d808 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 | -| [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 | +| [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 a1cb635eb51..a29bcf3fbf9 100644 --- a/helm/superset/Chart.lock +++ b/helm/superset/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.1.6 + version: 13.4.4 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.9.4 diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 89ca0a42d7d..66556d2470c 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -32,7 +32,7 @@ maintainers: version: 0.14.0 dependencies: - name: postgresql - version: 12.1.6 + version: 13.4.4 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 d23d5354770..5caf2fb46e3 100644 --- a/helm/superset/README.md +++ b/helm/superset/README.md @@ -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 | 12.1.6 | +| oci://registry-1.docker.io/bitnamicharts | postgresql | 13.4.4 | | oci://registry-1.docker.io/bitnamicharts | redis | 17.9.4 | ## Values