Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

v0.8.2

Compare
Choose a tag to compare
@JustinTervala JustinTervala released this 03 May 14:32
· 1505 commits to master since this release

Added

  • Arguments can now reference branches. This will resolve to the number of
    times that branch has been executed.
  • Log messages are more comprehensive and useful.
  • More error checking on the worker processes to harden them.

Fixed

  • Bug where databases couldn't be used with a password.
  • Bug where app instances would receive an Argument rather than the necessary
    integer ID.
  • Compatibility issue with pip 10 and the install_dependencies.py script.
  • Bug in the validation of execution elements where, once an error was found, it
    wouldn't be removed.
  • Fixed bug where exporting playbooks with Python 3 would cause an error.
  • Bug where argument ids were not stripped on exporting of playbooks, causing
    errors when importing them into a different instance of Walkoff.