New features
- Secure sensitive data in YAML/API. All passwords, private keys and other sensitive data can now be sent in an encrypted form. Generating a YAML from our helper returns encrypted values as well
Improvements
- Added information with the amount of RAM in the current plan to errors where memory was exceeded
- It is now possible to export a part of the container’s filesystem in the Docker build and run actions
Bugfixes
- Fixed a bug with the progress bar exceeding 100% in deployment actions in cases where the deployment had a lot of files and folders
- If the Postgres service started incorrectly, there was an error with fetching the log from this service — now you can properly review the logs
- Sometimes listing elements in the AWS actions didn’t return the whole list. We have improved pagination and all elements should now be returned correctly
- Multiple improvements in Rest API responses