Skip to content

Prod deploy #3439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Apr 22, 2025
Merged

Prod deploy #3439

merged 44 commits into from
Apr 22, 2025

Conversation

github-actions[bot]
Copy link

avallete and others added 23 commits April 8, 2025 17:18
* feat(cli): setup postgres17 for local development

* chore: use v17 by default

* chore: nitpick

* chore: apply pr comments

* chore: fix lint

* chore: set default image based on major version

* chore: use current db image for dump

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
* fix: convert all paths to relative for deploy

* chore: move log statement to callback
…g/config/templates (#3407)

chore(deps): bump supabase/storage-api in /pkg/config/templates

Bumps supabase/storage-api from v1.20.1 to v1.21.1.

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.21.1
  dependency-type: direct:production
...

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

chore(deps): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.4.1.012 to 17.4.1.013.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.4.1.013
  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>
…g/config/templates (#3413)

chore(deps): bump supabase/storage-api in /pkg/config/templates

Bumps supabase/storage-api from v1.21.1 to v1.22.1.

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.22.1
  dependency-type: direct:production
...

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

chore(deps): bump supabase/postgres-meta in /pkg/config/templates

Bumps supabase/postgres-meta from v0.88.2 to v0.88.4.

---
updated-dependencies:
- dependency-name: supabase/postgres-meta
  dependency-version: v0.88.4
  dependency-type: direct:production
...

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

chore(deps): bump supabase/postgres-meta in /pkg/config/templates

Bumps supabase/postgres-meta from v0.88.4 to v0.88.7.

---
updated-dependencies:
- dependency-name: supabase/postgres-meta
  dependency-version: v0.88.7
  dependency-type: direct:production
...

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

chore(deps): bump supabase/storage-api in /pkg/config/templates

Bumps supabase/storage-api from v1.22.1 to v1.22.2.

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.22.2
  dependency-type: direct:production
...

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

chore(deps): bump supabase/supavisor in /pkg/config/templates

Bumps supabase/supavisor from 2.4.14 to 2.5.0.

---
updated-dependencies:
- dependency-name: supabase/supavisor
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

chore(deps): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.4.1.013 to 17.4.1.014.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.4.1.014
  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>
* refactor: removing duplicated `ImportMap` struct

* fix: resolving relative outside imports

It applies the import map walking to resolve the Module Graph

* refactor: revert some changes from 7a43b81

Moving `ImportMap` struct to `functions/pkg` and importing it inside
internals

* stamp: lint

* stamp: lint & using unix separator

* stamp: copying file buffer directly to writer

- we don't need to tee here, just copy from file to the writer will do.

* stamp: removing duplicated code for `ImportMap.Resolve()`

- using `afero.NewIOFS(fsys)` to cast to `io.FS`

* stamp: use absolute filepath while bundling

- Convert `srcPath` inside `addFile`, since docker mount always expect
an absolute path

* chore: bind relative imports in source files

* chore: refactor bind host modules

* chore: update unit tests

* fix: change import map flag to relative path

* chore: update unit tests

* chore: test for relative entrypoint

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
#3418)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.31.1 to 0.32.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.31.1...v0.32.0)

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

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

chore(deps): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.4.1.014 to 17.4.1.015.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.4.1.015
  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>
…g/config/templates (#3435)

chore(deps): bump supabase/storage-api in /pkg/config/templates

Bumps supabase/storage-api from v1.22.2 to v1.22.3.

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.22.3
  dependency-type: direct:production
...

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

chore(deps): bump supabase/postgres-meta in /pkg/config/templates

Bumps supabase/postgres-meta from v0.88.7 to v0.88.8.

---
updated-dependencies:
- dependency-name: supabase/postgres-meta
  dependency-version: v0.88.8
  dependency-type: direct:production
...

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

chore(deps): bump github.com/golangci/golangci-lint/v2

Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.0.2 to 2.1.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v2.0.2...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-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>
…3437)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.14.0...v5.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: log url only for debugging http
@github-actions github-actions bot requested a review from a team as a code owner April 15, 2025 02:32
dependabot bot added 6 commits April 16, 2025 04:12
Bumps [github.com/ecies/go/v2](https://github.com/ecies/go) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/ecies/go/releases)
- [Commits](ecies/go@v2.0.10...v2.0.11)

---
updated-dependencies:
- dependency-name: github.com/ecies/go/v2
  dependency-version: 2.0.11
  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>
…3442)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.15.0...v5.16.0)

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

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

chore(deps): bump github.com/golangci/golangci-lint/v2

Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint/v2
  dependency-version: 2.1.2
  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>
…pkg/config/templates (#3446)

chore(deps): bump supabase/postgres-meta in /pkg/config/templates

Bumps supabase/postgres-meta from v0.88.8 to v0.88.9.

---
updated-dependencies:
- dependency-name: supabase/postgres-meta
  dependency-version: v0.88.9
  dependency-type: direct:production
...

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

chore(deps): bump supabase/gotrue in /pkg/config/templates

Bumps supabase/gotrue from v2.170.0 to v2.171.0.

---
updated-dependencies:
- dependency-name: supabase/gotrue
  dependency-version: v2.171.0
  dependency-type: direct:production
...

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

chore(deps): bump supabase/realtime in /pkg/config/templates

Bumps supabase/realtime from v2.34.46 to v2.34.47.

---
updated-dependencies:
- dependency-name: supabase/realtime
  dependency-version: v2.34.47
  dependency-type: direct:production
...

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 April 17, 2025 05:24
…/pkg/config/templates (#3449)

chore(deps): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.4.1.015 to 17.4.1.016.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.4.1.016
  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>
…/config/templates (#3448)

chore(deps): bump postgrest/postgrest in /pkg/config/templates

Bumps postgrest/postgrest from v12.2.8 to v12.2.9.

---
updated-dependencies:
- dependency-name: postgrest/postgrest
  dependency-version: v12.2.9
  dependency-type: direct:production
...

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

chore(deps): bump github.com/docker/docker

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.4+incompatible to 28.1.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.0.4...v28.1.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

chore(deps): bump github.com/docker/cli

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.0.4+incompatible to 28.1.0+incompatible.
- [Commits](docker/cli@v28.0.4...v28.1.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

chore(deps): bump supabase/supavisor in /pkg/config/templates

Bumps supabase/supavisor from 2.5.0 to 2.5.1.

---
updated-dependencies:
- dependency-name: supabase/supavisor
  dependency-version: 2.5.1
  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>
…o 28.1.1+incompatible (#3458)

chore(deps): bump github.com/docker/docker

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.1.0+incompatible to 28.1.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.1.0...v28.1.1)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 28.1.1+incompatible
  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>
…8.1.1+incompatible (#3459)

chore(deps): bump github.com/docker/cli

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.1.0+incompatible to 28.1.1+incompatible.
- [Commits](docker/cli@v28.1.0...v28.1.1)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.1+incompatible
  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>
….04.21-sha-173cc56 in /pkg/config/templates (#3462)

chore(deps): bump supabase/studio in /pkg/config/templates

Bumps supabase/studio from 2025.04.17-sha-c0bddbb to 2025.04.21-sha-173cc56.

---
updated-dependencies:
- dependency-name: supabase/studio
  dependency-version: 2025.04.21-sha-173cc56
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.1 to 1.72.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.71.1...v1.72.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

chore(deps): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.4.1.016 to 17.4.1.017.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.4.1.017
  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>
…g/config/templates (#3463)

chore(deps): bump postgrest/postgrest in /pkg/config/templates

Bumps postgrest/postgrest from v12.2.9 to v12.2.10.

---
updated-dependencies:
- dependency-name: postgrest/postgrest
  dependency-version: v12.2.10
  dependency-type: direct:production
...

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

Bumps [github.com/containers/common](https://github.com/containers/common) from 0.62.3 to 0.63.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.62.3...v0.63.0)

---
updated-dependencies:
- dependency-name: github.com/containers/common
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-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>
@github-actions github-actions bot merged commit ed28dfa into main Apr 22, 2025
24 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.

4 participants