10000 fix: just a small typo in file name (#1330) · senal88/postgres@1bc4749 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bc4749

Browse files
authored
fix: just a small typo in file name (supabase#1330)
* fix: just a small typo in file name * chore: bump version
1 parent dd307fb commit 1bc4749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/tasks/setup-supabase-internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@
115115
tags:
116116
- aws-only
117117

118-
- name: Envoy - use lds.supabase.yml for /etc/envoy/lds.yaml
119-
command: mv /etc/envoy/lds.supabase.yml /etc/envoy/lds.yaml
118+
- name: Envoy - use lds.supabase.yaml for /etc/envoy/lds.yaml
119+
command: mv /etc/envoy/lds.supabase.yaml /etc/envoy/lds.yaml

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.011"
15-
postgres16: "16.3.1.017"
14+
postgres15: "15.8.1.012"
15+
postgres16: "16.3.1.018"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)
0