Skip to content

Commit 70a37ff

Browse files
committed
chore: include pg 14 in versions
1 parent 3bfc384 commit 70a37ff

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/ami-release-nix-single.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,5 @@ jobs:
148148
- name: Cleanup resources on build cancellation
149149
if: ${{ cancelled() }}
150150
run: |
151-
<<<<<<< HEAD
152151
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
153152
154-
=======
155-
aws ec2 describe-instances --filters "Name=tag:packerExecutionId,Values=${GITHUB_RUN_ID}" --query "Reservations[].Instances[].InstanceId" --output text | xargs -r aws ec2 terminate-instances --instance-ids
156-
>>>>>>> 0bbd35ab (feat: workflow_dispatch release of single version of postgres)

ansible/vars.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.105-orioledb"
13-
postgres17: "17.4.1.055"
14-
postgres15: "15.8.1.112"
12+
postgresorioledb-17: "17.0.1.088-orioledb"
13+
postgres17: "17.4.1.038"
14+
postgres15: "15.8.1.094"
15+
postgres14: "14.18.1.001"
16+
17+
# Note, postgres14 is not built on every release, but is available in the nix cache.
18+
# postgres14 is included here to support upgrading from postgres14 to newer versions.
19+
# an image can be created with a special workflow that builds postgres14 image.
20+
# Supabase will not create and release postgres14 images other than as a utility for internal use.
1521

1622
# Non Postgres Extensions
1723
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)