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 845208f commit 9490f95Copy full SHA for 9490f95
ansible/files/postgresql_config/pg_hba.conf_15.j2
@@ -91,4 +91,5 @@ host all all 192.168.0.0/16 scram-sha-256
91
host all all 0.0.0.0/0 scram-sha-256
92
93
# IPv6 external connections
94
-host all all ::0/0 scram-sha-256
+host all all ::0/0 scram-sha-256
95
+
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.5.1.024-orioledb"
13
- postgres17: "17.6.1.003"
14
- postgres15: "15.14.1.003"
+ postgresorioledb-17: "17.5.1.025-orioledb"
+ postgres17: "17.6.1.004"
+ postgres15: "15.14.1.004"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments