Skip to content
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 #2767

Merged
merged 28 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5794fd9
chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (…
dependabot[bot] Oct 10, 2024
8e51891
chore(deps): bump github.com/Netflix/go-env from 0.0.0-20220526054621…
dependabot[bot] Oct 10, 2024
87116d5
chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#2757)
dependabot[bot] Oct 10, 2024
4d8e3e6
chore: update openapi client
sweatybridge Oct 10, 2024
3c5c827
feat: support postgres config update without restart
sweatybridge Oct 10, 2024
54c9d20
chore(deps): bump github.com/danieljoos/wincred from 1.2.1 to 1.2.2 (…
dependabot[bot] Oct 11, 2024
1392333
read env in auth.additional_redirect_urls values
jgoux Oct 11, 2024
d69776f
fix failing test
jgoux Oct 11, 2024
e51bc6c
feat: read env in auth.additional_redirect_urls values (#2760)
jgoux Oct 11, 2024
b40723b
chore(deps): bump github.com/getsentry/sentry-go from 0.28.1 to 0.29.…
dependabot[bot] Oct 11, 2024
e544494
chore(deps): bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 (#2764)
dependabot[bot] Oct 14, 2024
5c58ef7
fix: bump edge-runtime to 1.58.13 (#2762)
nyannyacha Oct 14, 2024
67274d7
fix(studio): upgrade studio image to latest (#2765)
avallete Oct 14, 2024
4431fb6
fix: Bump studio to the latest image version 20241014 (#2766)
ivasilov Oct 14, 2024
d4ceeda
chore(deps): bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.…
dependabot[bot] Oct 15, 2024
a64e8d0
chore(deps): bump github.com/slack-go/slack from 0.14.0 to 0.15.0 (#2…
dependabot[bot] Oct 15, 2024
fe0097e
fix: skip upserting disabled function (#2770)
sweatybridge Oct 16, 2024
c7bdbc2
feat(config): add api config for branching override (#2761)
avallete Oct 16, 2024
eb5a512
chore(docs): correct CLI linking to /usr/bin/supabase (#2776)
n0tank3sh Oct 17, 2024
9d30b96
fix: bump edge-runtime to 1.59.0 (#2775)
nyannyacha Oct 17, 2024
adda496
fix: squash base config with mapstructure (#2777)
sweatybridge Oct 17, 2024
5f8587b
fix(config): use SUPABASE env prefix (#2778)
avallete Oct 17, 2024
8d4d6db
fix: pg-meta v0.84.1
soedirgo Oct 18, 2024
2da3861
chore(deps): bump github.com/jackc/pgtype from 1.14.3 to 1.14.4 (#2785)
dependabot[bot] Oct 21, 2024
ce904a1
fix: empty array is valid api config (#2788)
sweatybridge Oct 21, 2024
68e3663
fix: pg-meta v0.84.2 (#2783)
soedirgo Oct 21, 2024
47b7e9a
fix: prune volumes without all flag for pre-Docker v1.42 (#2781)
aloisklink Oct 21, 2024
1a1e908
fix: drop user created publications during reset (#2789)
sweatybridge Oct 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
Add a symlink to the binary in `$PATH` for easier access:

```sh
ln -s "$(go env GOPATH)/cli" /usr/bin/supabase
ln -s "$(go env GOPATH)/bin/cli" /usr/bin/supabase
```

This works on other non-standard Linux distros.
Expand Down
Loading
Loading