All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Daeploy goes Open Source and free to use for any purpose!
- It is no longer necessary to activate Daeploy with a license to get indefinite access
- New admin only API functionality to manage users. Users no longer tied to the license
- CLI commands for user management
- Improved logging for s2i errors
- Daeploy now uses a custom s2i builder image which makes daeploy images much smaller.
- Fixed bug where sometimes the image tag would not be saved in the image tar file when deploying local images
- Added the option to deploy from a local docker image with the CLI.
- Added the option to keep the docker image when killing services
- Added links to service paths to the dashboard
- Improved redirecting of urls after logging in
- Added
disable_http_logs
argument toservice.add_parameter
- Solved critical authentication bug when restarting manager with new settings
- Changed database cleaning to be made periodically to keep database writes fast
- Added
DAEPLOY_SERVICE_DB_CLEAN_INTERVAL
service environment variable to control clean interval - Added manager notification if
service.call_every
call takes longer than period - Cleaned up the
daeploy init
service
- Updated dashboard with new logo
- Updated documentation with new logo
- Fixed a bug with mail notifications when timer is active
- Fixed a bug when service table names contain special characters
- Fixed a bug when streaming logs on firefox
Official release. The product is deemed ready for use in a production setting.