fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates - #5982
Conversation
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates: postgrest/postgrest, supabase/realtime and supabase/logflare. Updates `postgrest/postgrest` from v14.15 to v14.16 Updates `supabase/realtime` from v2.120.3 to v2.121.1 Updates `supabase/logflare` from 1.47.1 to 1.49.1 --- updated-dependencies: - dependency-name: postgrest/postgrest dependency-version: v14.16 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/realtime dependency-version: v2.121.1 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/logflare dependency-version: 1.49.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1830c73d1d
ℹ️ 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.15 AS postgrest | ||
| FROM postgrest/postgrest:v14.16 AS postgrest |
There was a problem hiding this comment.
Sync the stack version manifest with this bump
This Dockerfile is consumed as a version manifest, but this commit updates only the Go template while packages/stack/src/versions.ts still pins postgrest: "14.15", realtime: "2.120.3", and analytics: "1.47.1". The TypeScript stack path falls back to DEFAULT_VERSIONS when no explicit version is provided, so users of that stack will keep pulling the old images while the Dockerfile/shared manifest reports the bumped versions; please include the generated packages/stack version sync with this Dockerfile change.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@54d7eb9c5c85043a4bed4f229abdb430147aa051Preview package for commit |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates: postgrest/postgrest, supabase/realtime and supabase/logflare.
Updates
postgrest/postgrestfrom v14.15 to v14.16Updates
supabase/realtimefrom v2.120.3 to v2.121.1Updates
supabase/logflarefrom 1.47.1 to 1.49.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions