Skip to content

Releases: supabase/postgres

15.8.1.121

23 Jul 17:16
0147180
Compare
Choose a tag to compare
fix: admin-agent timer file is a template (#1717)

* fix: admin-agent timer file is a template

* fix: create a template and issue variable

* chore: version bump AMIs

15.8.1.120

23 Jul 16:01
e2a13f6
Compare
Choose a tag to compare
fix: missing whitespace after jinja condition (#1718)

15.8.1.112-etl-1

23 Jul 06:50
Compare
Choose a tag to compare

17.5.1.007-orioledb-rc-4

22 Jul 21:55
Compare
Choose a tag to compare
fix: correct url here too

17.5.1.005-orioledb

22 Jul 07:35
cb61848
Compare
Choose a tag to compare
fix(ci): supabase-admin-agent naming (#1715)

17.4.1.067-rc-4

22 Jul 21:56
Compare
Choose a tag to compare
fix: correct url here too

17.4.1.062

22 Jul 07:36
cb61848
Compare
Choose a tag to compare
fix(ci): supabase-admin-agent naming (#1715)

15.8.1.127-rc-4

22 Jul 21:54
Compare
Choose a tag to compare
fix: correct url here too

15.8.1.119

22 Jul 07:37
cb61848
Compare
Choose a tag to compare
fix(ci): supabase-admin-agent naming (#1715)

17.5.1.002-orioledb

17 Jul 13:11
Compare
Choose a tag to compare
feat: disable default database collector for postgres_exporter

The database collector emits a metric for the size of each database by
default. We emit a metric that represents the sum of all database,
which suffices for our purposes. This change removes the redundant
per-database metric.

In order to avoid a change in the AMI metrics, the change is only made
for the QEMU artifact.