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 50f3f44 commit 9010161Copy full SHA for 9010161
ansible/vars.yml
@@ -7,12 +7,12 @@ async_mode: true
7
# postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
8
postgres_major:
9
- "15"
10
- # - "16"
+ - "16"
11
12
# Full version strings for each major version
13
postgres_release:
14
- postgres15: "15.8.1.004-pgmq-perms-7"
15
- # postgres16: "16.3.1.010-pgmq-perms"
+ postgres15: "15.8.1.005"
+ postgres16: "16.3.1.011"
16
17
# Non Postgres Extensions
18
pgbouncer_release: "1.19.0"
0 commit comments