Skip to content

Releases: supabase/postgres

15.1.0.39-rc2

10 Feb 07:32
5100bfe
Compare
Choose a tag to compare
chore: enable ccache for plv8 ami build (#535)

15.1.0.39-rc1

08 Feb 11:12
Compare
Choose a tag to compare
chore: fix plv8 version reference

15.1.0.38

07 Feb 16:48
Compare
Choose a tag to compare
upgrade to pg_net 0.7.1

15.1.0.37

03 Feb 03:18
d6042e9
Compare
Choose a tag to compare
chore: test release process (#524)

15.1.0.36

03 Feb 01:51
Compare
Choose a tag to compare
chore: test release process

15.1.0.34-rc1

02 Feb 05:31
Compare
Choose a tag to compare

15.1.0.34-rc0

02 Feb 05:24
Compare
Choose a tag to compare
chore: create tags and GH releases when we build an AMI

Adding tags makes it easier to diff the changes that have been made
between releases. At the moment, this information only lives in the
contents of the repository (and we haven't really maintained a
changelog).

v13.3.0

26 Jul 15:49
Compare
Choose a tag to compare

Changes

Reference.

Server

  • Base image is now Ubuntu 20.04.
  • fail2ban filters for both ports 5432 (PostgreSQL) and 6543 (PgBouncer). (ref)
  • There is now the option of building PostgREST on the image.

Postgres

Others

Versioning

  • Major and minor versions of Supabase Postgres will now follow that of PostgreSQL.
  • In the situation wherein there are no updates to PostgreSQL in between releases, the patch version will be bumped up.

Docker

  • supabase/postgres 13.3.0.
  • Building new docker images would now use the same Ansible task files as when building cloud images. (ref)
  • An updated guide on building your own docker image can be found here.

v0.13.0

24 Jul 09:07
Compare
Choose a tag to compare

Changes

Reference.

Server

Postgres

Others

Docker

supabase/postgres:0.13.0

v0.12.0

15 May 12:41
6a87d00
Compare
Choose a tag to compare

Added

Reference.

Server

  • Install Fail2ban.
  • Install Unattended Upgrades.
  • Removal of common passwords. Users would now need to set up the password for the db superuser postgres before being able to fully use it.

Postgres

Others

Docker

supabase/postgres:0.12.0

Misc.

  • Following semantic versioning from now on. Moved release from patch (v0.0.11) to minor (v0.12.0).