Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.8.31
3.8.31 (2024-08-30)
Features
- Add option
output
to command get:sql-dump
to set output file (9414624)
Bug Fixes
- Delete db backups from local, when restic backup is finished. Fixes #332 (04c9617)
3.8.30
3.8.30 (2024-05-07)
Features
- Expose settings and host-config when executing scaffold from a script (b58efb4)
3.8.29
3.8.29 (2024-05-07)
Bug Fixes
- Delete container after run when using script execution context docker-compose-run (882df1e)
3.8.28
3.8.28 (2023-11-08)
Features
- new
docker-copy
action for artifact based deployments (a036353)
3.8.27
3.8.27 (2023-09-10)
Features
- add option --json to save the output of parallel runs into a json file (7bf1610)
3.8.26
3.8.26 (2023-08-23)
Bug Fixes
- phpstan fixes, composer updates (4c2dc00)
3.8.25
3.8.25 (2023-07-19)
Bug Fixes
- Validate ssh config properly, even when not using a SshShellProvider (2995bf5)
3.8.24
3.8.24 (2023-07-17)
Bug Fixes
- Fix faulty test for additionalNeeds (2892675)
- Merge
additional_needs
properly with needs
(fixes #311) (606202e)
3.8.23
3.8.23 (2023-07-14)
Bug fixes
- Throw an exception, when runCommand (npm, yarn or php artisan) returns an error. Fixes #309
3.8.22
3.8.22 (2023-06-30)
Bug Fixes
- Remove double validation for inheritFromBlueprint (f767d2a)
- Terminate host shell after a docker command to fix some edge cases (6ec2247)
- Wait up to 2 secs until docker container is available (a16fcfd)