Releases: DtxdF/director
Releases · DtxdF/director
v0.2.1
Changes between 0.2.0 and 0.2.1
- Only successfully created projects are taken into account (A dummy file is used to check whether a project has been created correctly, in order to avoid the use of projects that are possibly broken due to failures or interrupted operations.).
Fixed
: up and down when checking if the project is locked.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes between 0.1.0 and 0.2.0
Added
: lock feature to not execute up and down at the same time.Added
: more checks to recreate a jail:- Recreate a jail when its Makejail fails.
- Recreate a jail when it fails starting.
- Use the Director file to check if the project exists instead of the project directory (Assuming only the project directory maybe wrong since in a previous run the directory did successfully created, but the Director file did not.).
Fixed
: error when changing the path to a different volume than the old one (When changing the path to a different volume than the old one for the nullfs types, thenot a directory or does not exist.
error is displayed as Director is checking both volumes for the new and old YAML file.).
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Start development.
Full Changelog: https://github.com/DtxdF/director/commits/v0.1.0