Skip to content

Releases: factorial-io/phabalicious

3.8.24

17 Jul 20:01
3.8.24
dfe047c
Compare
Choose a tag to compare

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

14 Jul 09:45
3.8.23
20b40fe
Compare
Choose a tag to compare

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

30 Jun 16:31
3.8.22
86a200c
Compare
Choose a tag to compare

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

21 Jun 07:49
3.8.21
cefde95
Compare
Choose a tag to compare

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

12 May 09:01
3.8.20
e0b260d
Compare
Choose a tag to compare

3.8.20 (2023-05-12)

Bug Fixes

  • Better error message if local scaffold file can't be resolved (87f5b38)

3.8.19

13 Apr 21:18
3.8.19
241cdf6
Compare
Choose a tag to compare

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

12 Apr 14:56
3.8.18
7fdc67c
Compare
Choose a tag to compare

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

14 Mar 11:58
3.8.17
9c1e37e
Compare
Choose a tag to compare

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

17 Feb 09:50
Compare
Choose a tag to compare

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

11 Nov 14:37
Compare
Choose a tag to compare

3.8.15 (2022-11-11)

Bug Fixes

  • Apply environment correctly when using script execution context (3890447)