Releases: bogdanRada/capistrano_multiconfig_parallel
Releases · bogdanRada/capistrano_multiconfig_parallel
Release 0.6.2
- remove code for checking tags for staging ( didn't actually make sense to have that code)
release 0.6.1
- fix issue with missing file
Release 0.6.0
- added posibility to excute production deploy only after staging was tagged
- some refactorring
Release 0.5.0
added new configuration 'apply_stage_confirmation' to determine for what stages should the confirmations for tasks happen.
Release 0.4.0
- added new configuration 'syncronize_confirmation' to determine if workers should be sincronized when option task_confirmation_active is TRUE, or the confirmations can happen individually for each JOB
Release 0.2.1
- remove confirmation dialog for branch since is not required.
Release 0.2.0
refactor worker and manager and moved some logic from the worker into manager
- fix also issue with "task_confirmation_active" being set to active, but the tasks in the "task_confirmations" were not in the call chain, so they were never being confirmed
- made a workaround to mark them before signalling that the process is completed.
Release 0.1.4
- fix issue with confirmation dialog
Release 0.1.3
- improved logging for forked processes for all workers
Release 0.1.2
- fixed a small issue in the DependencyTracker with a confirmation dialog