This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+12 more
Affected surfaces
Summary
AI summaryFixed endpoint and certificate creation failures caused by a missing deleted_at column in the query.
Full changelog
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.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]