chore(deps): bump pg-meta to v0.96.8 - #6103
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c3a96ce5d8
ℹ️ 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 axllent/mailpit:v1.30.2 AS mailpit | ||
| FROM postgrest/postgrest:v14.16 AS postgrest | ||
| FROM supabase/postgres-meta:v0.96.6 AS pgmeta | ||
| FROM supabase/postgres-meta:v0.96.8 AS pgmeta |
There was a problem hiding this comment.
Sync pgmeta default for the stack runtime
This bump only changes the embedded Go Dockerfile manifest, but the TypeScript stack defaults are generated from the same manifest and still have pgmeta: "0.96.6" in packages/stack/src/versions.ts:63; resolvePgmetaConfig uses that default when no override is provided. For users starting the TS/@supabase/stack local runtime without --service-version pgmeta=..., the CLI will continue pulling v0.96.6, so the dependency bump does not take effect there. Please include the packages/stack version sync output with this change.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@c3a96ce5d85fd68947640470f578bb015b2d5ad9Preview package for commit |
Bump pg-meta to get this commit supabase/postgres-meta@9eda207