Skip to content

Commit 5b7150a

Browse files
committed
1 parent defc662 commit 5b7150a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
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.5.1.017-orioledb"
13-
postgres17: "17.4.1.074"
14-
postgres15: "15.8.1.131"
12+
postgresorioledb-17: "17.5.1.018-orioledb-rc-1"
13+
postgres17: "17.6.1.000-rc-1"
14+
postgres15: "15.14.1.000-rc-1"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/config.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ in
4242
supportedPostgresVersions = {
4343
postgres = {
4444
"15" = {
45-
version = "15.8";
46-
hash = "sha256-RANRX5pp7rPv68mPMLjGlhIr/fiV6Ss7I/W452nty2o=";
45+
version = "15.14";
46+
hash = "";
4747
};
4848
"17" = {
49-
version = "17.4";
50-
hash = "sha256-xGBbc/6hGWNAZpn5Sblm5dFzp+4Myu+JON7AyoqZX+c=";
49+
version = "17.6";
50+
hash = "";
5151
};
5252
};
5353
orioledb = {

0 commit comments

Comments
 (0)