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 cb61258 commit b2cce87Copy full SHA for b2cce87
.gitignore
@@ -30,3 +30,4 @@ common-nix.vars.pkr.hcl
30
31
# pre-commit config is managed in nix
32
.pre-commit-config.yaml
33
+nixos.qcow2
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.018-orioledb"
13
- postgres17: "17.4.1.075"
14
- postgres15: "15.8.1.132"
+ postgresorioledb-17: "17.5.1.018-orioledb-rc-1"
+ postgres17: "17.4.1.075-rc-1"
+ postgres15: "15.8.1.132-rc-1"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments