From 1bc4749b5f2d4c9c52e571604fe6d484157db078 Mon Sep 17 00:00:00 2001 From: samrose Date: Wed, 20 Nov 2024 13:57:37 -0500 Subject: [PATCH] fix: just a small typo in file name (#1330) * fix: just a small typo in file name * chore: bump version --- ansible/tasks/setup-supabase-internal.yml | 4 ++-- ansible/vars.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/tasks/setup-supabase-internal.yml b/ansible/tasks/setup-supabase-internal.yml index 37e97dc59..7aa931763 100644 --- a/ansible/tasks/setup-supabase-internal.yml +++ b/ansible/tasks/setup-supabase-internal.yml @@ -115,5 +115,5 @@ tags: - aws-only -- name: Envoy - use lds.supabase.yml for /etc/envoy/lds.yaml - 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 diff --git a/ansible/vars.yml b/ansible/vars.yml index 26416e8dd..1209c29c7 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -11,8 +11,8 @@ postgres_major: # Full version strings for each major version postgres_release: - postgres15: "15.8.1.011" - postgres16: "16.3.1.017" + postgres15: "15.8.1.012" + postgres16: "16.3.1.018" # Non Postgres Extensions pgbouncer_release: "1.19.0"