github kOlapsis/maintenant v1.2.3
Maintenant v1.2.3

latest releases: v1.3.9, v1.3.8, v1.3.7...
4 months ago

Fixes

Endpoint and certificate creation failed with no such column: deleted_at

The standalone certificate quota check ran a SELECT COUNT(*) FROM cert_monitors WHERE source='standalone' AND deleted_at IS NULL query, but cert_monitors has no deleted_at column. Every quota check errored out, causing both HTTP/HTTPS endpoint creation and SSL certificate monitor creation to fail with Failed to create endpoint.

The stray deleted_at filter has been removed. Fixes #19.

Thanks to @samymokhtari for the detailed report and logs.


Upgrading from v1.2.2

docker compose pull && docker compose up -d --force-recreate

No database migrations, no configuration changes required.

Don't miss a new maintenant release

NewReleases is sending notifications on new releases.