Releases: komlenic/drubs
0.3.3
0.3.2
0.3.1
This release patches some issues related to installing in non-editable mode, and the packaging of additional files. See #17
Also includes documentation updates, particularly in installation.md.
*This release contains a critical bug that has been fixed in later releases. You should use the latest release instead.
0.3.0
This is a more feature-complete release, and is being used internally on a number of projects.
Important changes to project.yml format in this release include the addition of 4 new node settings:
- destructive_action_protection (accepts values "on" or "off", when "on" will prevent actions such as install or destroy. Useful for production environments)
- backup_directory (an absolute path to a directory used for storing backups of a site/project per node)
- backup_minimum_count (the minimum number of backups to retain at all times)
- backup_lifetime_days (the number of days before a backup will be removed/purged)
0.2.0
This is the first minimally-working development release, which should enable users to perform the basic actions of init, install, update, disable, enable, and destroy.
Like all major version 0 releases, anything may change at any time, and the available command interface and file formats should not be considered stable.