Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
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)
3.8.21
3.8.21 (2023-06-21)
Bug Fixes
- Add support for kubectl --retries flag to circumvent failing filetransfers (a0d1ee1)
- Do not add command line args for yarn and npm to increase compatibility (1c5821a)
3.8.20
3.8.20 (2023-05-12)
Bug Fixes
- Better error message if local scaffold file can't be resolved (87f5b38)
3.8.19
3.8.19 (2023-04-13)
Features
- Allow an about section for scaffolding files (8db3f69)
Bug Fixes
- Do not validate empty values for questions (77f5190)
3.8.18
3.8.18 (2023-04-12)
Bug Fixes
- Allow to disable configuration management for drupal based projects (36b18c7)
- alter_yaml_file respects empty arrays in yaml (10d8540)
- use shell-piping to get rid of temporary files when getting a dump (9abb2d1)
3.8.17
3.8.17 (2023-03-14)
Bug Fixes
- put/getFile will resolve relative paths before copying the actual file (98a7be2)
- Run docker-compose in quiet mode for script execution context (ab76c83)
- allow checkout of repo into existing folder
3.8.16
3.8.16 (2023-02-17)
Bug Fixes
- config autocomplete won't autocomplete hidden configs anymore (9d2dc2b)
- Fix some deprecation warnings for PHP 8.2 (0419a0e)
- Remove local docker images for script-execution-context docker-compose-run (49fc651)
3.8.15
3.8.15 (2022-11-11)
Bug Fixes
- Apply environment correctly when using script execution context (3890447)