Skip to content

Commit

Permalink
fix: upgrade auth version to v2.157.1 and add slack oidc config (#2583)
Browse files Browse the repository at this point in the history
* fix: upgrade auth version to v2.157.1

* fix: add slack_oidc

* fix: add comment
  • Loading branch information
J0 authored Aug 2, 2024
1 parent 5f19d85 commit 88f78c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@ func NewConfig(editors ...ConfigEditor) config {
"notion": {},
"twitch": {},
"twitter": {},
"slack": {},
"slack": {}, // TODO: remove this field in v2
"slack_oidc": {},
"spotify": {},
"workos": {},
"zoom": {},
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
edgeRuntimeImage = "supabase/edge-runtime:v1.55.2"
vectorImage = "timberio/vector:0.28.1-alpine"
supavisorImage = "supabase/supavisor:1.1.56"
gotrueImage = "supabase/gotrue:v2.151.0"
gotrueImage = "supabase/gotrue:v2.157.1"
realtimeImage = "supabase/realtime:v2.29.15"
storageImage = "supabase/storage-api:v1.0.6"
logflareImage = "supabase/logflare:1.4.0"
Expand Down

0 comments on commit 88f78c0

Please sign in to comment.