Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
4.0.0-alpha.7
Bug Fixes
- Fix app:destroy for scotty-method (9ffcefe)
- Modernize code base (30b81c1)
- Refactor Shellprovider::run to better control the output (03268c5)
3.8.35
3.8.35 (2024-12-03)
Bug Fixes
- Fix for npm-method for not picking up the build command setting (Fixes #351) (52c7250)
4.0.0-alpha.6
Features
- Print all shell output to the console (43ab8e9)
Bug Fixes
- deps: update dependency symfony/process to v5.4.46 [security] (befaf1d)
4.0.0-alpha.5
Bug Fixes
- Fix crashing error with inheritOnly (67c1510)
4.0.0-alpha.2
Bug Fixes
- Fix crash doing blueprint resolution (35b02ce)
4.0.0-alpha.1
Breaking changes
- Requires 8.1 or higher
- Uses Symfony 5.x
- Upgrade dependencies
- Remove deprecated code
3.8.33
3.8.33 (2024-10-25)
Bug Fixes
- temp dir is different per user now to prevent permission issues (5f44bfe)
3.8.32
3.8.32 (2024-10-25)
Features
- Add option
output
to command get:sql-dump
to set output file (9414624)
- Add support for custom propnames to retrieve secrets from other props than
password
(7e9b4be)
Bug Fixes
- Delete db backups from local, when restic backup is finished. Fixes #332 (04c9617)
- Fix shell execution for commands which do not print a final EOL (58f81ba)
- Fix shell execution for commands which do not print a final EOL (25578a1)