Skip to content

Releases: factorial-io/phabalicious

3.7.0-beta.13

22 Oct 21:44
Compare
Choose a tag to compare
3.7.0-beta.13 Pre-release
Pre-release

3.7.0-beta.13

Changed

  • Rework how list:hosts present its data
  • Introduce the possibility to group hosts via categories

Fixed:

  • Fixed a problem with kubectl execution context
  • Smaller fixes in the documentation

3.7.0-beta.12

19 Oct 14:42
Compare
Choose a tag to compare
3.7.0-beta.12 Pre-release
Pre-release

3.7.0-beta.12

Fixed

  • allow script with scriptContext docker-image to override the entryPoint

3.7.0-beta.11

19 Oct 10:45
e2f12c2
Compare
Choose a tag to compare
3.7.0-beta.11 Pre-release
Pre-release

3.7.0-beta.11

Fixes:

  • Require a valid workingDir for requestCredentialsAndWorkingDir
  • Update isRunningAppRequired list for DatabaseMethod

3.7.0-beta.10

11 Oct 12:05
Compare
Choose a tag to compare
3.7.0-beta.10 Pre-release
Pre-release

3.7.0-beta.10

New:

  • Update docs
  • New blog post about what is new in phab 3.7

3.7.0-beta.9

29 Sep 19:48
Compare
Choose a tag to compare
3.7.0-beta.9 Pre-release
Pre-release

3.7.0-beta.9

New

  • new db-command with subcommands install and drop, allows you to create or drop a database.
  • option --skip-drop-db for copy-from and restore:sql-from-file to not drop the table before running the import
  • option --skip-reset for copy-from which will not run the reset-task after the import.

3.7.0-beta.8

29 Sep 13:58
Compare
Choose a tag to compare
3.7.0-beta.8 Pre-release
Pre-release
  • Fixes to the new script context

3.7.0-beta.7

29 Sep 13:35
Compare
Choose a tag to compare
3.7.0-beta.7 Pre-release
Pre-release
  • Fixes to new scriptcontext

3.7.0-beta.6

29 Sep 13:02
Compare
Choose a tag to compare
3.7.0-beta.6 Pre-release
Pre-release
  • Add docker-compose-run script-context
  • Fix issues in script-contexts

3.7.0-beta.5

28 Sep 09:17
Compare
Choose a tag to compare
3.7.0-beta.5 Pre-release
Pre-release
  • Refactor script execution to allow lazy validated replacements
  • Fix unresolved replacement patterns in DockerMethod
  • Allow artisan tasks to be configured
  • Allow webhooks in scaffold-scripts

3.6.16

23 Sep 13:59
Compare
Choose a tag to compare

3.6.16 / 2021-09-23

Fixed:

  • Fix stuck drush deploy:hook