-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Prod deploy #2689
Merged
Merged
Prod deploy #2689
Conversation
This file contains 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
Sep 17, 2024
- fix: bump edge-runtime to 1.58.3 (fix: bump edge-runtime to 1.58.3 #2668)
- feat: allow Cognito configuration from env var (feat: allow Cognito configuration from env var #2660)
- fix: Health Check issue on Podman/Windows (fix: Health Check issue on Podman/Windows #2656)
- feat: add db lint fail-on flag (feat: add db lint fail-on flag #2664)
- feat: support delete all credentials from keyring
- chore: add linux tests dependency
- feat: db reset skip seed flag (feat: db reset skip seed flag #2665)
- chore(deps): bump github.com/docker/cli from 26.1.5+incompatible to 27.2.1+incompatible (chore(deps): bump github.com/docker/cli from 26.1.5+incompatible to 27.2.1+incompatible #2667)
- chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 #2675)
- chore(deps): bump golang.org/x/term from 0.22.0 to 0.24.0 (chore(deps): bump golang.org/x/term from 0.22.0 to 0.24.0 #2676)
- chore(deps): bump github.com/containers/common from 0.59.2 to 0.60.2 (chore(deps): bump github.com/containers/common from 0.59.2 to 0.60.2 #2624)
- chore(deps): bump go.opentelemetry.io/otel from 1.28.0 to 1.30.0 (chore(deps): bump go.opentelemetry.io/otel from 1.28.0 to 1.30.0 #2678)
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.2 (chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.2 #2680)
- chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 #2679)
- feat: add support for multiple output formats (feat: add support for multiple output formats #2674)
- feat: add --all flag to stop command (feat: add --all flag to stop command #2672)
- fix: logout credentials cleanup (fix: logout credentials cleanup #2670)
Allow Cognito configuration from Env
* Fixed Health Check issue on Podman/Windows This solves the issue where the `supabase start` command exits with an error because the health check isnt performed properly. * chore: reformat code * Update start.go --------- Co-authored-by: Han Qiao <[email protected]>
* wip * feat: db reset --skip-seed flag Add a flag option to the command Closes #2534 * chore: apply suggestions from code review Co-authored-by: Han Qiao <[email protected]> * feat: add db.seed enabled config params * chore: remove unused type * Update db.go * Apply suggestions from code review --------- Co-authored-by: Han Qiao <[email protected]>
…7.2.1+incompatible (#2667) * chore(deps): bump github.com/docker/cli Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.5+incompatible to 27.2.1+incompatible. - [Commits](docker/cli@v26.1.5...v27.2.1) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update docker library version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qiao Han <[email protected]>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.23.0. - [Commits](golang/oauth2@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.24.0. - [Commits](golang/term@v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2624) Bumps [github.com/containers/common](https://github.com/containers/common) from 0.59.2 to 0.60.2. - [Release notes](https://github.com/containers/common/releases) - [Commits](containers/common@v0.59.2...v0.60.2) --- updated-dependencies: - dependency-name: github.com/containers/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.28.0 to 1.30.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.30.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> 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.65.0 to 1.66.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.66.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add --all flag to stop command Add a --all flag to stop command to stop all services/volumes of all projects on the machine * chore: add docs for --all stop flag * chore: rename functions * chore: mark project-id and all flags mutually exclusive * chore: fix lint * chore: refactor use utils.DockerRemoveAll * chore: use projectId instead of config in ProjectFilter * Update internal/stop/stop.go --------- Co-authored-by: Han Qiao <[email protected]>
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0. - [Commits](golang/mod@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2684) Update the "deno.unstable" settings in .vscode/settings.json to replace the deprecated boolean flag option. Refactor the settings to include the following flags: - bare-node-builtins - byonm - sloppy-imports - unsafe-proto - webgpu - broadcast-channel - worker-options - cron - kv - ffi - fs - http - net
Change NoDeploy to Enabled Include the filtering logic into GetFunctionsSlugs
Co-authored-by: Han Qiao <[email protected]>
When providing --exclude flags, check the arguments match actuals images names show a warning otherwise. Also fix a bug where stack couldnt start if storage was enabled in config but excluded in the arguments Related: https://www.notion.so/supabase/exclude-doesnt-seem-to-work-f38b8444b62f4308aef657a52d51692b
realtime: Add longpoll route
Co-authored-by: Han Qiao <[email protected]>
* fix: set the container Ressource Ulimits according to env variables * chore: refactor extract logic in it's own function * chore: fix invalid condition * fix: remove RLIMIT for dev container * fix: use undefined RLIMIT_NOFILE
sweatybridge
approved these changes
Sep 24, 2024
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.