From 85bc04e19b6633e6c783d90ef8a50bcc9965add2 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Sat, 26 Oct 2024 07:23:45 -0500 Subject: [PATCH] bump 15.8 and 16.3 images w/o pgmq and pg_partman --- ansible/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 129e1a238..fbc9bf6ba 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.004" - postgres16: "16.3.1.010" + postgres15: "15.8.1.005" + postgres16: "16.3.1.011" # Non Postgres Extensions pgbouncer_release: "1.19.0"