Skip to content

Commit 49a7e02

Browse files
authored
Merge branch 'develop' into TheOtherBrian1-patch-2
2 parents 20775db + 2043276 commit 49a7e02

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ansible/files/postgresql_config/supautils.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ supautils.privileged_extensions_custom_scripts_path = '/etc/postgresql-custom/ex
99
supautils.privileged_extensions_superuser = 'supabase_admin'
1010
supautils.privileged_role = 'postgres'
1111
supautils.privileged_role_allowed_configs = 'auto_explain.log_min_duration, auto_explain.log_nested_statements, log_lock_waits, log_min_duration_statement, log_min_messages, log_statement, log_temp_files, pg_net.batch_size, pg_net.ttl, pgaudit.log, pgaudit.log_catalog, pgaudit.log_client, pgaudit.log_level, pgaudit.log_relation, pgaudit.log_rows, pgaudit.log_statement, pgaudit.log_statement_once, pgaudit.role, pgrst.*, pg_stat_statements.*, plan_filter.*, safeupdate.enabled, session_replication_role, track_io_timing, wal_compression'
12-
supautils.privileged_role_allowed_configs = 'auto_explain.log_min_duration, auto_explain.log_nested_statements, log_lock_waits, log_min_messages, pg_net.batch_size, pg_net.ttl, pgaudit.log, pgaudit.log_catalog, pgaudit.log_client, pgaudit.log_level, pgaudit.log_relation, pgaudit.log_rows, pgaudit.log_statement, pgaudit.log_statement_once, pgaudit.role, pgrst.*, plan_filter.*, safeupdate.enabled, session_replication_role, track_io_timing'
1312
supautils.reserved_memberships = 'pg_read_server_files, pg_write_server_files, pg_execute_server_program, supabase_admin, supabase_auth_admin, supabase_storage_admin, supabase_read_only_user, supabase_realtime_admin, supabase_replication_admin, dashboard_user, pgbouncer, authenticator'
1413
supautils.reserved_roles = 'supabase_admin, supabase_auth_admin, supabase_storage_admin, supabase_read_only_user, supabase_realtime_admin, supabase_replication_admin, dashboard_user, pgbouncer, service_role*, authenticator*, authenticated*, anon*'

ansible/vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.010-orioledb"
13-
postgres15: "15.8.1.020"
14-
postgres16: "16.3.1.026"
12+
postgresorioledb-17: "17.0.1.011-orioledb"
13+
postgres15: "15.8.1.021"
14+
postgres16: "16.3.1.027"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"
@@ -24,8 +24,8 @@ postgrest_release: "12.2.3"
2424
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
2525
postgrest_x86_release_checksum: sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
2626

27-
gotrue_release: 2.165.1
28-
gotrue_release_checksum: sha1:bbd62327d8612ac756177dde81d5368b660ca4c8
27+
gotrue_release: 2.167.0
28+
gotrue_release_checksum: sha1:087553ffd442a050e716f3aae5f12ae716f44ae5
2929

3030
aws_cli_release: "2.2.7"
3131

0 commit comments

Comments
 (0)