We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c298d commit d0110e9Copy full SHA for d0110e9
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgresorioledb-17: "17.0.1.095-orioledb-ia-5"
13
- postgres17: "17.4.1.046-ia-5"
14
- postgres15: "15.8.1.103-ia-5"
+ postgresorioledb-17: "17.0.1.095-orioledb-ia-6"
+ postgres17: "17.4.1.046-ia-6"
+ postgres15: "15.8.1.103-ia-6"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
nix/ext/versions.json
@@ -15,7 +15,8 @@
"0.2.0": {
"postgresql": [
"15",
18
- "17"
+ "17",
19
+ "orioledb-17"
20
],
21
"hash": "sha256-G0eQk2bY5CNPMeokN/nb05g03CuiplRf902YXFVQFbs="
22
}
0 commit comments