File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,5 @@ jobs:
136
136
- name : Cleanup resources on build cancellation
137
137
if : ${{ cancelled() }}
138
138
run : |
139
- <<<<<<< HEAD
140
139
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
141
140
142
- =======
143
- 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
144
- >>>>>>> 0bbd35ab (feat: workflow_dispatch release of single version of postgres)
Original file line number Diff line number Diff line change @@ -9,9 +9,15 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.087 -orioledb"
13
- postgres17 : " 17.4.1.037 "
12
+ postgresorioledb-17 : " 17.0.1.088 -orioledb"
13
+ postgres17 : " 17.4.1.038 "
14
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.
15
21
16
22
# Non Postgres Extensions
17
23
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments