Skip to content

Commit ee59264

Browse files
committed
chore: version bump for test
1 parent 82cf25a commit ee59264

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ansible/vars.yml

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

1010
# Full version strings for each major version
1111
postgres_release:
12+
<<<<<<< HEAD
1213
postgresorioledb-17: "17.0.1.106-orioledb"
1314
postgres17: "17.4.1.056"
1415
postgres15: "15.8.1.113"
16+
=======
17+
postgresorioledb-17: "17.0.1.088-orioledb"
18+
postgres17: "17.4.1.038"
19+
postgres15: "15.8.1.094"
20+
postgres14: "14.18.1.001-test-1"
21+
22+
# Note, postgres14 is not built on every release, but is available in the nix cache.
23+
# postgres14 is included here to support upgrading from postgres14 to newer versions.
24+
# an image can be created with a special workflow that builds postgres14 image.
25+
# Supabase will not create and release postgres14 images other than as a utility for internal use.
26+
>>>>>>> 316bfef5 (chore: version bump for test)
1527

1628
# Non Postgres Extensions
1729
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)