Skip to content

Commit 8bc2e36

Browse files
committed
chore: name oriole ami with conventions used through the rest of supabase systems
1 parent 891e458 commit 8bc2e36

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- develop
77
- release/*
8+
#TODO PR remove this prior to merge
9+
- oriole-ami-rename
810
paths:
911
- '.github/workflows/ami-release-nix.yml'
1012
- 'common-nix.vars.pkr.hcl'

ansible/vars.yml

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

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "orioledb-17.0.1.005"
13-
postgres15: "15.8.1.015"
14-
postgres16: "16.3.1.021"
12+
postgresorioledb-17: "17.0.1.006-orioledb-stage"
13+
postgres15: "15.8.1.016-stage"
14+
postgres16: "16.3.1.021-stage"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)