Releases: supabase/postgres
Releases · supabase/postgres
15.8.1.121
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
fix: missing whitespace after jinja condition (#1718)
15.8.1.112-etl-1
test
17.5.1.007-orioledb-rc-4
fix: correct url here too
17.5.1.005-orioledb
fix(ci): supabase-admin-agent naming (#1715)
17.4.1.067-rc-4
fix: correct url here too
17.4.1.062
fix(ci): supabase-admin-agent naming (#1715)
15.8.1.127-rc-4
fix: correct url here too
15.8.1.119
fix(ci): supabase-admin-agent naming (#1715)
17.5.1.002-orioledb
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.