Skip to content

Commit

Permalink
chore: bump releases (#1339)
Browse files Browse the repository at this point in the history
* chore: bump releases

* chore: somehow -- migrate:up was missing

* fix: update to use current version in dbmate test

* chore: missing env.

* chore: cleanup
  • Loading branch information
samrose authored Nov 26, 2024
1 parent 897d9f3 commit 1013796
Show file tree
Hide file tree
Showing 4 changed files with 1,096 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
- name: verify schema.sql is committed
run: |
GIT_SHA=${{github.sha}}
nix run github:supabase/postgres/develop#dbmate-tool -- --version ${{ env.PGMAJOR }}
nix run github:supabase/postgres/${{ github.sha }}#dbmate-tool -- --version ${{ env.PGMAJOR }}
if ! git diff --exit-code --quiet migrations/schema-${{ env.PGMAJOR }}.sql; then
echo "Detected changes in schema.sql:"
git diff migrations/schema-${{ env.PGMAJOR }}.sql
Expand Down
6 changes: 3 additions & 3 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "orioledb-17.0.1.000"
postgres15: "15.8.1.005"
postgres16: "16.3.1.011"
postgresorioledb-17: "orioledb-17.0.1.001"
postgres15: "15.8.1.013"
postgres16: "16.3.1.019"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- migrate:up
do $$
begin
if exists (select 1 from pg_available_extensions where name = 'orioledb') then
Expand Down
Loading

0 comments on commit 1013796

Please sign in to comment.