Skip to content

Releases: komlenic/drubs

0.3.3

02 Dec 14:17
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

This patch release eliminates some critical issues in how backup files are checked and removed.

0.3.2

16 Nov 21:05
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Fixes an oversight from 0.3.1.

*This release contains a critical bug that has been fixed in later releases. You should use the latest release instead.

0.3.1

16 Nov 17:08
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

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

14 Oct 19:46
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

30 Mar 20:08
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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.

0.1.0

20 Jan 18:49
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First development release. Mostly just testing process.