We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67436b3 commit d2b8649Copy full SHA for d2b8649
ansible/tasks/setup-supabase-internal.yml
@@ -115,5 +115,5 @@
115
tags:
116
- aws-only
117
118
-- name: Envoy - use lds.supabase.yml for /etc/envoy/lds.yaml
119
- command: mv /etc/envoy/lds.supabase.yml /etc/envoy/lds.yaml
+- name: Envoy - use lds.supabase.yaml for /etc/envoy/lds.yaml
+ command: mv /etc/envoy/lds.supabase.yaml /etc/envoy/lds.yaml
ansible/vars.yml
@@ -11,8 +11,8 @@ postgres_major:
11
12
# Full version strings for each major version
13
postgres_release:
14
- postgres15: "15.8.1.011"
15
- postgres16: "16.3.1.017"
+ postgres15: "15.8.1.012"
+ postgres16: "16.3.1.018"
16
17
# Non Postgres Extensions
18
pgbouncer_release: "1.19.0"
0 commit comments