We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294a017 commit 0d378bbCopy full SHA for 0d378bb
.github/workflows/ami-release-nix.yml
@@ -12,7 +12,7 @@ on:
12
workflow_dispatch:
13
14
permissions:
15
- contents: read
+ contents: write
16
id-token: write
17
18
jobs:
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
- postgresorioledb-17: "17.0.1.60-orioledb"
- postgres17: "17.4.1.010"
- postgres15: "15.8.1.067"
+ postgresorioledb-17: "17.0.1.61-orioledb"
+ postgres17: "17.4.1.011"
+ postgres15: "15.8.1.068"
# Non Postgres Extensions
pgbouncer_release: "1.19.0"
0 commit comments