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 2d5ebb1 commit cce69d4Copy full SHA for cce69d4
ansible/vars.yml
@@ -4,14 +4,14 @@ async_mode: true
4
5
postgres_major:
6
- "15"
7
- #- "16"
8
- #- "orioledb-17"
+ - "16"
+ - "orioledb-17"
9
10
# Full version strings for each major version
11
postgres_release:
12
- #postgresorioledb-17: "17.0.1.007-orioledb"
13
- postgres15: "15.8.1.017-repack-perms-2"
14
- #postgres16: "16.3.1.023"
+ postgresorioledb-17: "17.0.1.008-orioledb"
+ postgres15: "15.8.1.018"
+ postgres16: "16.3.1.024"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments