fix(docker): bump the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates#5584
Conversation
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates: supabase/studio, supabase/gotrue and supabase/storage-api. Updates `supabase/studio` from 2026.06.08-sha-8af2bb0 to 2026.06.15-sha-a412298 Updates `supabase/gotrue` from v2.189.0 to v2.190.0 Updates `supabase/storage-api` from v1.60.17 to v1.60.18 --- updated-dependencies: - dependency-name: supabase/studio dependency-version: 2026.06.15-sha-a412298 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/gotrue dependency-version: v2.190.0 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/storage-api dependency-version: v1.60.18 dependency-type: direct:production dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@9408dae9a2a300c140c6ea4e66cdbd3b4eeb8d24Preview package for commit |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9408dae9a2
ℹ️ 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 timberio/vector:0.53.0-alpine AS vector | ||
| FROM supabase/supavisor:2.9.7 AS supavisor | ||
| FROM supabase/gotrue:v2.189.0 AS gotrue | ||
| FROM supabase/gotrue:v2.190.0 AS gotrue |
There was a problem hiding this comment.
Wire WebAuthn RP settings for MFA configs
This GoTrue release includes supabase/auth#2490, which validates GOTRUE_WEBAUTHN_RP_ID, GOTRUE_WEBAUTHN_RP_ORIGINS, and GOTRUE_WEBAUTHN_RP_DISPLAY_NAME at startup whenever MFA WebAuthn enroll or verify is enabled. The CLI exposes [auth.mfa.web_authn] independently in apps/cli-go/pkg/config/templates/config.toml, and buildGotrueEnv always emits the GOTRUE_MFA_WEB_AUTHN_* flags, but appendGotruePasskeyEnv only emits the RP vars when [auth.webauthn] exists while validation only requires that section for passkeys. Existing configs that only enable MFA WebAuthn now make the Auth container exit during supabase start; add or validate RP settings for MFA WebAuthn before taking this bump.
Useful? React with 👍 / 👎.
Bumps the docker-minor group in /apps/cli-go/pkg/config/templates with 3 updates: supabase/studio, supabase/gotrue and supabase/storage-api.
Updates
supabase/studiofrom 2026.06.08-sha-8af2bb0 to 2026.06.15-sha-a412298Updates
supabase/gotruefrom v2.189.0 to v2.190.0Updates
supabase/storage-apifrom v1.60.17 to v1.60.18Dependabot 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