Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.7.0-beta.13
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
3.7.0-beta.12
Fixed
- allow script with scriptContext
docker-image
to override theentryPoint
3.7.0-beta.11
3.7.0-beta.11
Fixes:
- Require a valid
workingDir
forrequestCredentialsAndWorkingDir
- Update
isRunningAppRequired
list for DatabaseMethod
3.7.0-beta.10
3.7.0-beta.10
New:
- Update docs
- New blog post about what is new in phab 3.7
3.7.0-beta.9
3.7.0-beta.9
New
- new
db
-command with subcommandsinstall
anddrop
, allows you to create or drop a database. - option
--skip-drop-db
forcopy-from
andrestore:sql-from-file
to not drop the table before running the import - option
--skip-reset
forcopy-from
which will not run the reset-task after the import.
3.7.0-beta.8
- Fixes to the new script context
3.7.0-beta.7
- Fixes to new scriptcontext
3.7.0-beta.6
- Add
docker-compose-run
script-context - Fix issues in script-contexts
3.7.0-beta.5
- 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
3.6.16 / 2021-09-23
Fixed:
- Fix stuck drush deploy:hook