Releases: supabase/postgres
Releases · supabase/postgres
17.4.1.46-mw-3
chore: bump testing version after revert
17.0.1.096-orioledb-mw-3
chore: bump testing version after revert
15.8.1.103-mw-3
chore: bump testing version after revert
17.4.1.46-mw-1
chore: bump version with suffix for testing
17.4.1.45
chore: strip out unnecessary dependencies from QEMU builds Also upgrades to Alpine 3.22.
17.0.1.096-orioledb-mw-1
chore: bump version with suffix for testing
17.0.1.095-orioledb
chore: strip out unnecessary dependencies from QEMU builds Also upgrades to Alpine 3.22.
15.8.1.103-mw-1
chore: bump version with suffix for testing
15.8.1.102
chore: strip out unnecessary dependencies from QEMU builds Also upgrades to Alpine 3.22.
17.4.1.044
fix: pin version of libpq to 17.x (#1649) * fix: pin version of libpq to the major version installed * fix: the variable is postgresql_major_version * fix: using the correct var * fix: default to postgres 15 major version * fix: default to 15 * fix: supposedly main contains all releases for libpq5 * fix: syntax * fix: different syntax * fix: rely on ppa * fix: ppa removal * fix: change to trigger workflow * fix: adding a test to see postgres version * fix: testing for failure related to libpq5 version issue * test: include read-only test for postgrest * test: reduce log access time * test: make sure to fail if version wrong * chore: bump vars