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.
- We've upgraded to the new DatoCMS TypeScript client. This change should not impact the usage of the image.
- Dependencies were updated to patch a number of CVE's.
- .trivyignore was added to whitelist CVEs that do not affect the project.
- Dependencies were updated to patch a number of CVE's.
- The version has been removed from
package.json
as it has no relevance. The version is set as an environment variable on the image.
- A new
dump
command has been added to enable uploading a full DatoCMS data dump (including assets) to a storage service. At this moment, we only support uploads to AWS S3.
- A confirm option (
--confirm|-y
) has been added to thecleanup older-than
command, which can be used to bypass any confirmation prompts.
- Failed attempts to retrieve primary environment when creating a backup are now handled to provide better output.
First alpha release for the initial release.