Skip to content

Conversation

@github-actions
Copy link

dependabot bot and others added 19 commits November 11, 2025 16:01
…g/config/templates in the docker-minor group (#4431)

fix(docker): bump supabase/storage-api

Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/storage-api.


Updates `supabase/storage-api` from v1.29.0 to v1.29.1

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.29.1
  dependency-type: direct:production
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v8...v9)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/pkg/config/templates (#4434)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.043 to 17.6.1.044.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.044
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes (#4435)

Bumps the go-minor group with 2 updates in the / directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/net](https://github.com/golang/net).
Bumps the go-minor group with 1 update in the /pkg directory: [golang.org/x/mod](https://github.com/golang/mod).


Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](golang/mod@v0.29.0...v0.30.0)

Updates `golang.org/x/net` from 0.46.0 to 0.47.0
- [Commits](golang/net@v0.46.0...v0.47.0)

Updates `golang.org/x/term` from 0.36.0 to 0.37.0
- [Commits](golang/term@v0.36.0...v0.37.0)

Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](golang/mod@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/term
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: mark database linking error as non-fatal

* fix: skip pooler if db host is resolvable

* chore: update unit tests

* chore: unban all ip on failure to connect
…dates (#4441)

Bumps the docker-minor group with 3 updates in the /pkg/config/templates directory: supabase/realtime, supabase/storage-api and supabase/logflare.


Updates `supabase/realtime` from v2.63.0 to v2.63.3

Updates `supabase/storage-api` from v1.29.1 to v1.29.3

Updates `supabase/logflare` from 1.25.3 to 1.26.3

---
updated-dependencies:
- dependency-name: supabase/realtime
  dependency-version: v2.63.3
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.29.3
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: toggle `DENO_NO_PACKAGE_JSON` conditionally

* stamp: meowmeow

* stamp: meow!

* chore: update `main.ts`

* chore: update `main.ts`

* chore: move package json check to bundler

* fix: handle custom import map path

* chore: respect global default

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
* feat: enable serverside unbundling

* chore: use a single flag for api deploy

* chore: hide use docker flags

* chore: remove unnecessary calls

* test: ensure ""./../.." fails to joinWithinDir

* wip: server-side unbundle: entrypoint-based directory structuring

* test: better --use-docker coverage

* refactor: improve coverage of "supabase functions download --use-api"

* test: better coverage for abs paths from getBaseDir

* fix: lintfix cleanup tmp files

* refactor: limit changes to existing tests

* test: rename TestRun and delete bad comment

* docs: remove big comment

* refactor: remove extraneous const

* test: unify test implementations across api, docker, legacy

* refactor: improve cleanup func name and comment

* fix: account for deno2 entrypoint path

* chore: cleanup unit tests

* chore: address linter warnings

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: avallete <8771783+avallete@users.noreply.github.com>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…/pkg/config/templates (#4445)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.044 to 17.6.1.049.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.049
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h 3 updates (#4444)

fix(docker): bump the docker-minor group

Bumps the docker-minor group in /pkg/config/templates with 3 updates: supabase/edge-runtime, supabase/storage-api and supabase/logflare.


Updates `supabase/edge-runtime` from v1.69.23 to v1.69.24

Updates `supabase/storage-api` from v1.29.3 to v1.30.0

Updates `supabase/logflare` from 1.26.3 to 1.26.4

---
updated-dependencies:
- dependency-name: supabase/edge-runtime
  dependency-version: v1.69.24
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.30.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: use cron schedule to run on weekends
…/pkg/config/templates (#4457)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.049 to 17.6.1.052.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.052
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….11.17-sha-6a18e49 in /pkg/config/templates in the docker-minor group (#4456)

fix(docker): bump supabase/studio

Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/studio.


Updates `supabase/studio` from 2025.11.10-sha-5291fe3 to 2025.11.17-sha-6a18e49

---
updated-dependencies:
- dependency-name: supabase/studio
  dependency-version: 2025.11.17-sha-6a18e49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 5 to 6.
- [Release notes](https://github.com/cycjimmy/semantic-release-action/releases)
- [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md)
- [Commits](cycjimmy/semantic-release-action@v5...v6)

---
updated-dependencies:
- dependency-name: cycjimmy/semantic-release-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…0 in the go-minor group across 1 directory (#4446)

chore(deps): bump github.com/getsentry/sentry-go

Bumps the go-minor group with 1 update in the / directory: [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go).


Updates `github.com/getsentry/sentry-go` from 0.36.2 to 0.37.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.36.2...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update use-api help text
@github-actions github-actions bot requested a review from a team as a code owner November 18, 2025 02:34
kiwicopple and others added 10 commits November 19, 2025 16:36
* chore: sync API types from infrastructure

* chore: use org slug instead of org id

---------

Co-authored-by: avallete <8771783+avallete@users.noreply.github.com>
Co-authored-by: Qiao Han <qiao@supabase.io>
…h 2 updates (#4465)

fix(docker): bump the docker-minor group

Bumps the docker-minor group in /pkg/config/templates with 2 updates: supabase/realtime and supabase/logflare.


Updates `supabase/realtime` from v2.63.3 to v2.64.0

Updates `supabase/logflare` from 1.26.4 to 1.26.6

---
updated-dependencies:
- dependency-name: supabase/realtime
  dependency-version: v2.64.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes (#4463)

Bumps the go-minor group with 2 updates in the / directory: [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).
Bumps the go-minor group with 1 update in the /pkg directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/getsentry/sentry-go` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.37.0...v0.38.0)

Updates `google.golang.org/grpc` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.76.0...v1.77.0)

Updates `google.golang.org/grpc` from 1.76.0 to 1.77.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.76.0...v1.77.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* Disable Mailpit Rdns To Fix Smtp Delays (#40343)

* Apply suggestions from code review

* Apply suggestion from @sweatybridge

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* remove confusing log from restrictions get

* improve update logic

* update test

* move append logic behind flag

* remove trailing whitespace

* fix lint

* try another lint fix

* update to use PATCH endpoint

* fix lint

* chore: minor refactor

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
…fig/templates in the docker-minor group (#4473)

fix(docker): bump supabase/logflare

Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/logflare.


Updates `supabase/logflare` from 1.26.6 to 1.26.9

---
updated-dependencies:
- dependency-name: supabase/logflare
  dependency-version: 1.26.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/pkg/config/templates (#4474)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.052 to 17.6.1.053.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.053
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 15 commits November 21, 2025 00:30
…h 3 updates (#4480)

fix(docker): bump the docker-minor group

Bumps the docker-minor group in /pkg/config/templates with 3 updates: supabase/realtime, supabase/storage-api and supabase/logflare.


Updates `supabase/realtime` from v2.64.0 to v2.65.0

Updates `supabase/storage-api` from v1.31.1 to v1.32.0

Updates `supabase/logflare` from 1.26.9 to 1.26.12

---
updated-dependencies:
- dependency-name: supabase/realtime
  dependency-version: v2.65.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.32.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/pkg/config/templates (#4486)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.053 to 17.6.1.054.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.054
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n the go-minor group across 1 directory (#4490)

chore(deps): bump github.com/go-git/go-git/v5

Bumps the go-minor group with 1 update in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git).


Updates `github.com/go-git/go-git/v5` from 5.16.3 to 5.16.4
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.16.3...v5.16.4)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: avallete <8771783+avallete@users.noreply.github.com>
* feat: add `--name-id-format` flag to `sso add` and `sso update`

* chore: use type constants

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
…4491)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](golang/crypto@v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: enable es256 jwt signing algorithm support for gotrue

* Apply suggestion from @sweatybridge

* Refactor JWT valid methods assignment

* Add comment on signing key validation process

Added comment about signing key validation and reading key file.

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* feat(cli): add concurrent images pulling

* perf: add image order priority

* perf: do not start wait for cache instant response

* feat: add docker-compose style pulling

* fix: lints

* fix: use uint for lint conversoin

* fix: lints really this time

* fix: only retry retryable errors

* feat: use docker-compose pull

* fix: mock tests

* fix: tests

* fix: revert test update

* chore: fallback to custom image pull on error

* chore: update go deps

* chore: update go deps

* chore: update unit tests

* chore: retry only rate limited error

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…h 4 updates (#4497)

fix(docker): bump the docker-minor group

Bumps the docker-minor group in /pkg/config/templates with 4 updates: supabase/studio, supabase/edge-runtime, supabase/gotrue and supabase/realtime.


Updates `supabase/studio` from 2025.11.17-sha-6a18e49 to 2025.11.24-sha-d990ae8

Updates `supabase/edge-runtime` from v1.69.24 to v1.69.25

Updates `supabase/gotrue` from v2.182.1 to v2.183.0

Updates `supabase/realtime` from v2.65.0 to v2.65.2

---
updated-dependencies:
- dependency-name: supabase/studio
  dependency-version: 2025.11.24-sha-d990ae8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
- dependency-name: supabase/edge-runtime
  dependency-version: v1.69.25
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/gotrue
  dependency-version: v2.183.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/realtime
  dependency-version: v2.65.2
  dependency-type: direct:production
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot merged commit 2eaf2c8 into main Nov 25, 2025
35 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.