Skip to content

Commit 0659927

Browse files
committed
chore advance to pg 17.4
1 parent 2422d7c commit 0659927

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.34-orioledb-pg17-2"
13-
postgres17: "17.2.1.001-pg17-2"
14-
postgres15: "15.8.1.038-pg-17-2"
12+
postgresorioledb-17: "17.0.1.34-orioledb-pg174-rc1"
13+
postgres17: "17.4.1.002-pg174-rc1"
14+
postgres15: "15.8.1.038-pg-174-rc1"
1515
# Non Postgres Extensions
1616
pgbouncer_release: "1.19.0"
1717
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682

Diff for: nix/postgresql/17.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./generic.nix {
2-
version = "17.2";
3-
hash = "sha256-gu8nwK83UWldf2Ti2WNYMAX7tqDD32PQ5LQiEdcCEWQ=";
2+
version = "17.4";
3+
hash = "sha256-xGBbc/6hGWNAZpn5Sblm5dFzp+4Myu+JON7AyoqZX+c=";
44
}

0 commit comments

Comments
 (0)