Skip to content

fix(docker): bump postgrest/postgrest from v14.16 to v16.0 in /apps/cli-go/pkg/config/templates - #6134

Merged
supabase-cli-releaser[bot] merged 1 commit into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/postgrest/postgrest-v16.0
Aug 10, 2026
Merged

fix(docker): bump postgrest/postgrest from v14.16 to v16.0 in /apps/cli-go/pkg/config/templates#6134
supabase-cli-releaser[bot] merged 1 commit into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/postgrest/postgrest-v16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps postgrest/postgrest from v14.16 to v16.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps postgrest/postgrest from v14.16 to v16.0.

---
updated-dependencies:
- dependency-name: postgrest/postgrest
  dependency-version: v16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@fdd8ec9d190713ee8277fd8b7cf88054e1eaded4

Preview package for commit fdd8ec9.

@supabase-cli-releaser
supabase-cli-releaser Bot added this pull request to the merge queue Aug 10, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fdd8ec9d19

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.30.2 AS mailpit
FROM postgrest/postgrest:v14.16 AS postgrest
FROM postgrest/postgrest:v16.0 AS postgrest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Sync the stack default PostgREST version

This bump updates the Dockerfile manifest that legacy start/services reads, but @supabase/stack still has postgrest defaultVersion: "14.16" in packages/stack/src/ServiceCatalog.ts; the next/v3 start path fills omitted postgrest.version from DEFAULT_VERSIONS, so it will keep launching/downloading v14.16 while the Dockerfile-backed CLI paths report/use v16.0. Please run the stack version sync script or update the catalog in the same change so both stack implementations use the same PostgREST baseline.

Useful? React with 👍 / 👎.

FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.30.2 AS mailpit
FROM postgrest/postgrest:v14.16 AS postgrest
FROM postgrest/postgrest:v16.0 AS postgrest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Reject schemas that v16 refuses to start with

With this default image, any local project that has api.schemas (or SUPABASE_API_SCHEMAS) including pg_catalog or information_schema will now create PostgREST v16 with those values passed straight through as PGRST_DB_SCHEMAS, and the v16 migration notes say PostgREST fails at startup for exactly those schemas. Since the config schema/start path still accepts them, existing projects using either schema now fail during supabase start health checks; add a preflight validation/error or avoid the v16 default until this incompatibility is handled.

Useful? React with 👍 / 👎.

FROM library/kong:2.8.1 AS kong
FROM axllent/mailpit:v1.30.2 AS mailpit
FROM postgrest/postgrest:v14.16 AS postgrest
FROM postgrest/postgrest:v16.0 AS postgrest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Sync the stack default PostGREST version

This bump updates the Dockerfile manifest that legacy start/services reads, but @supabase/stack still has postgrest defaultVersion: "14.16" in packages/stack/src/ServiceCatalog.ts; the next/v3 start path fills omitted postgrest.version from DEFAULT_VERSIONS, so it will keep launching/downloading v14.16 while the Dockerfile-backed CLI paths report/use v16.0. Please run the stack version sync script or update the catalog in the same change so both stack implementations use the same PostgREST baseline.

Useful? React with 👍 / 👎.

Merged via the queue into develop with commit f24b722 Aug 10, 2026
42 checks passed
@supabase-cli-releaser
supabase-cli-releaser Bot deleted the dependabot/docker/apps/cli-go/pkg/config/templates/postgrest/postgrest-v16.0 branch August 10, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants