-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Prod deploy #3159
Open
github-actions
wants to merge
50
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Prod deploy #3159
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
Feb 18, 2025
- feat: support deploying functions without docker (feat: support deploying functions without docker #3123)
- fix: bump edge-runtime to 1.67.1 (fix: bump edge-runtime to 1.67.1 #3137)
- fix: include export statements when resolving imports (fix: include export statements when resolving imports #3140)
- chore(deps): bump github.com/golangci/golangci-lint from 1.64.2 to 1.64.4 (chore(deps): bump github.com/golangci/golangci-lint from 1.64.2 to 1.64.4 #3141)
- fix: mount correct socket on unix (fix: mount correct socket on unix #3139)
- chore(deps): bump github.com/golangci/golangci-lint from 1.64.4 to 1.64.5 (chore(deps): bump github.com/golangci/golangci-lint from 1.64.4 to 1.64.5 #3144)
- fix: handle failure modes when restoring from backup (fix: handle failure modes when restoring from backup #3149)
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #3151)
- fix: bump edge-runtime to 1.67.2 (fix: bump edge-runtime to 1.67.2 #3143)
- fix: disable label separation when binding socket (fix: disable label separation when binding socket #3150)
- chore: refactor test utils
- chore: shorten startup log
- fix: verify jwt by default when deploying without config
- fix: convert deploy metadata to unix path
- fix: remove duplicate from static files pattern
- fix: wrong spec for password requirement
- feat: deploy functions in parallel over api (feat: deploy functions in parallel over api #3154)
* feat: support deploying functions without docker * chore: add unit tests * fix: use bulk update endpoint when deploying multiple slugs * fix: cancel goroutine with cause * chore: test form writer * chore: update unit tests * fix: fail on static directories
…64.4 (#3141) chore(deps): bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.64.2 to 1.64.4. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.64.2...v1.64.4) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint 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>
…64.5 (#3144) chore(deps): bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.64.4 to 1.64.5. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.64.4...v1.64.5) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint 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>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra 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: disable label separation when binding socket This change ensures that when mounting unix sockets for enabling dind access, security opt `label=disable` is set for the container. * Apply suggestions from code review --------- Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* Bump studio version * fix: update studio health check * Update constants.go --------- Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…g/templates (#3171) chore(deps): bump inbucket/inbucket in /pkg/config/templates Bumps inbucket/inbucket from 3.0.3 to 3.0.4. --- updated-dependencies: - dependency-name: inbucket/inbucket 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>
…onfig/templates (#3170) chore(deps): bump supabase/gotrue in /pkg/config/templates Bumps supabase/gotrue from v2.167.0 to v2.169.0. --- updated-dependencies: - dependency-name: supabase/gotrue 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 (#3169) chore(deps): bump supabase/realtime in /pkg/config/templates Bumps supabase/realtime from v2.34.7 to v2.34.25. --- updated-dependencies: - dependency-name: supabase/realtime 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 (#3172) chore(deps): bump supabase/postgres-meta in /pkg/config/templates Bumps supabase/postgres-meta from v0.84.2 to v0.86.0. --- updated-dependencies: - dependency-name: supabase/postgres-meta dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nfig/templates (#3176) chore(deps): bump darthsim/imgproxy in /pkg/config/templates Bumps darthsim/imgproxy from v3.8.0 to v3.27.2. --- updated-dependencies: - dependency-name: darthsim/imgproxy 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 (#3180) chore(deps): bump supabase/storage-api in /pkg/config/templates Bumps supabase/storage-api from v1.14.5 to v1.19.1. --- updated-dependencies: - dependency-name: supabase/storage-api 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 (#3179) chore(deps): bump supabase/postgres-meta in /pkg/config/templates Bumps supabase/postgres-meta from v0.84.2 to v0.86.0. --- updated-dependencies: - dependency-name: supabase/postgres-meta 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 (#3181)
…onfig/templates (#3183) chore(deps): bump supabase/gotrue in /pkg/config/templates Bumps supabase/gotrue from v2.167.0 to v2.169.0. --- updated-dependencies: - dependency-name: supabase/gotrue 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 (#3177) chore(deps): bump postgrest/postgrest in /pkg/config/templates Bumps postgrest/postgrest from v12.2.0 to v12.2.8. --- updated-dependencies: - dependency-name: postgrest/postgrest 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 (#3184) chore(deps): bump supabase/realtime in /pkg/config/templates Bumps supabase/realtime from v2.34.7 to v2.34.27. --- updated-dependencies: - dependency-name: supabase/realtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ig/templates (#3182) chore(deps): bump supabase/logflare in /pkg/config/templates Bumps supabase/logflare from 1.4.0 to 1.11.0. --- updated-dependencies: - dependency-name: supabase/logflare 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>
…fig/templates (#3173) chore(deps): bump supabase/supavisor in /pkg/config/templates Bumps supabase/supavisor from 1.1.56 to 2.3.5. --- updated-dependencies: - dependency-name: supabase/supavisor 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: update oapi codegen package * chore: update indirect dependencies
…ig/templates (#3187) chore(deps): bump supabase/supavisor in /pkg/config/templates Bumps supabase/supavisor from 2.3.5 to 2.3.6. --- updated-dependencies: - dependency-name: supabase/supavisor 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 (#3189) chore(deps): bump supabase/postgres in /pkg/config/templates Bumps supabase/postgres from 15.8.1.041 to 15.8.1.042. --- updated-dependencies: - dependency-name: supabase/postgres 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 (#3188) chore(deps): bump supabase/realtime in /pkg/config/templates Bumps supabase/realtime from v2.34.27 to v2.34.29. --- updated-dependencies: - dependency-name: supabase/realtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# 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.