Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.5.17
3.5.17 / 2020-10-01
Breaking change:
-
Provide a more secure password for dev-instances. This will change the admin
password of your dev-instances as the default passwords got replaced with a more secure variant.You can get the admin-password for a given instance via
phab -c<config> get:property adminPass
.Or you can override the
adminPass
in the fabfile globally or on a per host-basis. Another option
for local development is creating afabfile.local.override.yaml
in your multibasebox folder and
change its content to sth like thishosts: mbb: adminPass: admin
3.5.16
3.5.15
3.5.14
3.5.13
3.5.13 / 2020-09-15
New:
- Allow script question values to be overridden via
--arguments
- Add tests for scaffold command
- Allow questions for scripts
- Allow computedValues for scripts, this will allow the user to eecute external commands and reuse their results.
log_message
supported for scriptsconfirm(message)
supported for scaffolder and scripts.- Enhance parsing of arguments for internal commands when used in the scaffolder or script. This is now possible:
log_message("hello, dear user! Welcome!", "success")
Changed
- HostConfigs with
inheritOnly
wont be listed when runninglist:hosts
- The scaffolder will use/ create a token-cache file only when requested with
--use-cached-tokens
3.5.12
3.5.11
3.5.10
New:
- Add
assert_file
internal command for scaffold-scripts to check if a specific file exists.