Skip to content

Releases: factorial-io/phabalicious

3.8.31

30 Aug 14:29
3.8.31
8b000ed
Compare
Choose a tag to compare

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

07 May 16:21
3.8.30
69c7fd2
Compare
Choose a tag to compare

3.8.30 (2024-05-07)

Features

  • Expose settings and host-config when executing scaffold from a script (b58efb4)

3.8.29

07 May 12:22
3.8.29
2594624
Compare
Choose a tag to compare

3.8.29 (2024-05-07)

Bug Fixes

  • Delete container after run when using script execution context docker-compose-run (882df1e)

3.8.28

08 Nov 09:56
3.8.28
808db25
Compare
Choose a tag to compare

3.8.28 (2023-11-08)

Features

  • new docker-copy action for artifact based deployments (a036353)

3.8.27

10 Sep 14:54
3.8.27
cd6fb34
Compare
Choose a tag to compare

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

23 Aug 15:00
3.8.26
da90f0c
Compare
Choose a tag to compare

3.8.26 (2023-08-23)

Bug Fixes

  • phpstan fixes, composer updates (4c2dc00)

3.8.25

19 Jul 07:57
3.8.25
921bdd3
Compare
Choose a tag to compare

3.8.25 (2023-07-19)

Bug Fixes

  • Validate ssh config properly, even when not using a SshShellProvider (2995bf5)

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)