Skip to content

Releases: cmmorrow/build-magic

v0.5.1

31 Mar 03:50

Choose a tag to compare

What's New

  • Fixed a cleanup action bug that prevented existing empty directories from being deleted.
  • Updated paramiko to 2.10.1.

v0.5.1rc1

30 Mar 02:37

Choose a tag to compare

v0.5.1rc1 Pre-release
Pre-release

What's New

  • Fixed a cleanup action bug that prevented existing empty directories from being deleted.
  • Updated paramiko to 2.10.1.

v0.5.1rc0

23 Mar 02:23
16e68c6

Choose a tag to compare

v0.5.1rc0 Pre-release
Pre-release

What's New

  • Fixed a cleanup action bug that prevented existing empty directories from being deleted.

v0.5.0

16 Mar 06:32

Choose a tag to compare

What's New

  • Added the --skip switch to manually skip named stages.
  • Added the current working directory to stdout.
  • Fixed a regression bug that caused the bind and hostwd parameters to fail validation.
  • Fixed a bug introduced in 0.4.1 that would delete existing directories when the cleanup action was used.

v0.5.0rc0

16 Mar 05:38

Choose a tag to compare

v0.5.0rc0 Pre-release
Pre-release

What's New

  • Added the --skip switch to manually skip named stages.
  • Added the current working directory to stdout.
  • Fixed a regression bug that caused the bind and hostwd parameters to fail validation.
  • Fixed a bug introduced in 0.4.1 that would delete existing directories when the cleanup action was used.

v0.4.1

16 Feb 05:44

Choose a tag to compare

What's New

  • Updated python packages.
  • Fixed a cleanup action bug on Windows that prevented directories mis-identified as files from preventing cleanup.
  • Fixed a cleanup action bug that prevented files in an empty working directory from being cleaned up.
  • Fixed a cleanup action bug that prevented an empty directory from being deleted.
  • Fixed a bug that would raise an unhandled exception if a Windows path was provided as a runtime variable.
  • Fixed a cleanup action bug on Windows with the remote command runner.

v0.4.1rc1

15 Feb 06:22

Choose a tag to compare

v0.4.1rc1 Pre-release
Pre-release

What's New

  • Updated python packages.
  • Fixed a cleanup action bug on Windows that prevented directories mis-identified as files from preventing cleanup.
  • Fixed a cleanup action bug that prevented files in an empty working directory from being cleaned up.
  • Fixed a cleanup action bug that prevented an empty directory from being deleted.
  • Fixed a bug that would raise an unhandled exception if a Windows path was provided as a runtime variable.
  • Fixed a cleanup action bug on Windows with the remote command runner.

v0.4.1rc0

14 Feb 04:50

Choose a tag to compare

v0.4.1rc0 Pre-release
Pre-release

What's New

  • Updated python package version.
  • Fixed a cleanup action bug on Windows that prevented directories mis-identified as files from preventing cleanup.
  • Fixed a cleanup action bug that prevented files in an empty working directory from being cleaned up.
  • Fixed a cleanup action bug that prevented an empty directory from being deleted.
  • Fixed a bug that would raise an unhandled exception if a Windows path was provided as a runtime variable.
  • Fixed a cleanup action bug on Windows with the remote command runner.

v0.4.0

31 Dec 06:12

Choose a tag to compare

What's New

  • Added a prep section to config files.
  • Added author, maintainer, version, created, and modified sections to config files.
  • Added the --info option to the CLI for viewing config file meta data.
  • Added dotenv file support.
  • Added support for environment variables.
  • Added support for command labels to optionally display instead of the command itself.
  • Added support for job and stage descriptions.
  • An environment can now be specified for the Local command runner and the stage will be skipped if the environment doesn't match the current OS or distribution.
  • Build-magic creates and uses a custom Vagrantfile when using the Vagrant command runner and setting bind directory or envvars.
  • Bugfixes

v0.4.0rc1

30 Dec 06:39
557a736

Choose a tag to compare

v0.4.0rc1 Pre-release
Pre-release

What's New

  • Added a prep section to config files.
  • Added author, maintainer, version, created, and modified sections to config files.
  • Added the --info option to the CLI for viewing config file meta data.
  • Added dotenv file support.
  • Added support for environment variables.
  • Added support for command labels to optionally display instead of the command itself.
  • Added support for job and stage descriptions.
  • An environment can now be specified for the Local command runner and the stage will be skipped if the environment doesn't match the current OS or distribution.
  • Build-magic creates and uses a custom Vagrantfile when using the Vagrant command runner and setting bind directory or envvars.