Releases: Lftobs/dequel
Releases · Lftobs/dequel
v0.1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2026-06-08
Added
- Initial deployment platform with Git, ZIP, and Docker Compose source deploy
- Automatic build detection via Railpack
- Managed PostgreSQL and MySQL database provisioning
- Custom domain attachment with automatic SSL via Caddy/Let's Encrypt
- CPU-threshold based horizontal auto-scaling with configurable cooldown
- Per-project environment variable management with redeploy hooks
- Persistent Docker volume attachments
- Full observability stack: Prometheus, Loki, Grafana, cAdvisor
- CPU/memory threshold alerts via email or webhook
- API key management for programmatic access
- Job queue via Redis for async operations
- Deployment rollback support
- Boot-time reconciliation of container state
- Unified project versioning via root
VERSIONfile andsync-versionsscript CHANGELOG.mdfor tracking releases- One-command install script (
install.sh) for quick setup - Automated release pipeline via GitHub Actions (builds Docker images, publishes to GitHub Container Registry, creates GitHub Releases)
- Changelog page in documentation site
- Vercel deployment configuration for documentation site
Changed
docker-compose.ymlnow references versioned images fromghcr.io/dequel/*with local build as fallback- README updated with new install flow
Fixed
- Railpack build timeout handling and log scrolling
Full Changelog: https://github.com/Lftobs/dequel/commits/v0.1.0