From 8142c5c5154aee3c220116bd37eb46b82f676e4b Mon Sep 17 00:00:00 2001 From: lepton-maps-team <133842069+lepton-maps-team@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:59:01 +0530 Subject: [PATCH 1/2] Update 15.nix --- nix/postgresql/15.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/postgresql/15.nix b/nix/postgresql/15.nix index 63f492840..6b102449f 100644 --- a/nix/postgresql/15.nix +++ b/nix/postgresql/15.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "15.8"; + version = "15.10"; hash = "sha256-RANRX5pp7rPv68mPMLjGlhIr/fiV6Ss7I/W452nty2o="; } From 8653ccdf9768c0474a95604bd26a1b0de45f2d71 Mon Sep 17 00:00:00 2001 From: lepton-maps-team <133842069+lepton-maps-team@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:02:49 +0530 Subject: [PATCH 2/2] Update vars.yml --- ansible/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index 52ae41e72..6d39b7d12 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,7 +10,7 @@ postgres_major: # Full version strings for each major version postgres_release: postgresorioledb-17: "17.0.1.012-orioledb" - postgres15: "15.8.1.022" + postgres15: "15.10.1.001" postgres16: "16.3.1.028" # Non Postgres Extensions