-
Notifications
You must be signed in to change notification settings - Fork 243
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
Prod deploy #3439
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
commented
Apr 15, 2025
- feat(cli): setup postgres17 for local development (feat(cli): setup postgres17 for local development #3387)
- fix: convert all paths to relative for deploy (fix: convert all paths to relative for deploy #3403)
- chore(deps): bump supabase/storage-api from v1.20.1 to v1.21.1 in /pkg/config/templates (chore(deps): bump supabase/storage-api from v1.20.1 to v1.21.1 in /pkg/config/templates #3407)
- chore(deps): bump supabase/postgres from 17.4.1.012 to 17.4.1.013 in /pkg/config/templates (chore(deps): bump supabase/postgres from 17.4.1.012 to 17.4.1.013 in /pkg/config/templates #3408)
- chore(deps): bump supabase/storage-api from v1.21.1 to v1.22.1 in /pkg/config/templates (chore(deps): bump supabase/storage-api from v1.21.1 to v1.22.1 in /pkg/config/templates #3413)
- chore(deps): bump supabase/postgres-meta from v0.88.2 to v0.88.4 in /pkg/config/templates (chore(deps): bump supabase/postgres-meta from v0.88.2 to v0.88.4 in /pkg/config/templates #3414)
- chore(deps): bump supabase/postgres-meta from v0.88.4 to v0.88.7 in /pkg/config/templates (chore(deps): bump supabase/postgres-meta from v0.88.4 to v0.88.7 in /pkg/config/templates #3419)
- chore(deps): bump supabase/storage-api from v1.22.1 to v1.22.2 in /pkg/config/templates (chore(deps): bump supabase/storage-api from v1.22.1 to v1.22.2 in /pkg/config/templates #3422)
- chore(deps): bump supabase/supavisor from 2.4.14 to 2.5.0 in /pkg/config/templates (chore(deps): bump supabase/supavisor from 2.4.14 to 2.5.0 in /pkg/config/templates #3421)
- chore(deps): bump supabase/postgres from 17.4.1.013 to 17.4.1.014 in /pkg/config/templates (chore(deps): bump supabase/postgres from 17.4.1.013 to 17.4.1.014 in /pkg/config/templates #3420)
- fix: outside import with relative module graph (fix: outside import with relative module graph #3417)
- chore(deps): bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0 (chore(deps): bump github.com/getsentry/sentry-go from 0.31.1 to 0.32.0 #3418)
- chore(deps): bump supabase/postgres from 17.4.1.014 to 17.4.1.015 in /pkg/config/templates (chore(deps): bump supabase/postgres from 17.4.1.014 to 17.4.1.015 in /pkg/config/templates #3434)
- chore(deps): bump supabase/storage-api from v1.22.2 to v1.22.3 in /pkg/config/templates (chore(deps): bump supabase/storage-api from v1.22.2 to v1.22.3 in /pkg/config/templates #3435)
- chore(deps): bump supabase/postgres-meta from v0.88.7 to v0.88.8 in /pkg/config/templates (chore(deps): bump supabase/postgres-meta from v0.88.7 to v0.88.8 in /pkg/config/templates #3433)
- fix: bump studio version and add version flag (fix: bump studio version and add version flag #3423)
- chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.0.2 to 2.1.1 (chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.0.2 to 2.1.1 #3436)
- chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 (chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 #3437)
- chore: refactor import map constructor
- feat: load import map reference in deno config
- chore: add unit tests
- chore: correct typo
- fix: log url only for debugging http requests (fix: log url only for debugging http requests #3200)
* 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
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>
…/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>
sweatybridge
approved these changes
Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.