Changelog
Changelog
February 2026
- Added domain verification check before issuing certificates
- Added certificate status information
- Added a duplicate action in app service menus that copies service settings and opens the new service editor
- Fixed service duplication to copy all configured service fields and show a confirmation message
- Fixed service delete and port unpublish dashboard actions
- Replaced git service SSH key fingerprint with SSH key selection and preserved existing service key links
- Added REST API endpoints for managing SSH keys
- Prevented deleting SSH keys that are used by app services
January 2026
December 2025
- More eager update of certificates for domains
November 2025
- Add automatic currency conversion to AUD for Australian payment cards
- Add callout section on wwwizer landing page explaining original free service is still active
- Include PDFs of all outstanding invoices in invoice outstanding reminder email
- Add weekly email notifications for outstanding invoices
- Display total outstanding balance in billing section header
- Fix 404 error when Kubernetes nodes change hostnames
- Fix payment creation and add tests
October 2025
- Stop IpWorkflow on IP deletion instead of infinite retry loop
- Make IpWorkflow interruptible
- Fix AutoCert HTTP challenge retries with exponential backoff
- Simplify docker-test.sh interface to use environment variables
- Add Region model and admin interface with validation
- Add trigger to disable delete for Region model
- Remove AWS regions map
- Disable triggers on queryset delete
- Allow deletion of usages from admin
- Add filters and search to usages
- Add rotation of fluent-bit logs
- Slow down creating new order when cert provisioning fails
- Add rate limiting for email verification
- Show project inactive status
- Switch to venv and pyproject.toml for dependency management
- Add Django tests to GitHub workflows
- Fix CI workflow configuration