From 2f92c5e12b0c02a2203be609966aff6848a85bdf Mon Sep 17 00:00:00 2001 From: Paul Cioanca Date: Mon, 2 Dec 2024 18:11:27 +0200 Subject: [PATCH] chore: bump AMI versions --- ansible/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 758829130..7c28d7c2d 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,8 +10,8 @@ postgres_major: # Full version strings for each major version postgres_release: postgresorioledb-17: "orioledb-17.0.1.005" - postgres15: "15.8.1.014" - postgres16: "16.3.1.020" + postgres15: "15.8.1.015" + postgres16: "16.3.1.021" # Non Postgres Extensions pgbouncer_release: "1.19.0"