Releases: factorial-io/phabalicious
Releases · factorial-io/phabalicious
3.5.24
3.5.24 / 2020-11-06
Fixed:
- Provide default value for
alterSettingsFile
property
3.5.23
3.5.23 / 2020-11-06
Fixed:
- Fix file copying for kubectl shells
- Enhance docs for git based artifact deployment
- Apply shellProviderOptions also to other ssh commands
- Fix shell creation for ssh when executed as a sub process, typos
New:
- Add new artifact actions
log
and message
(Fixes #109)
3.5.22
Fixed:
- Fix error in scaffolder which prevented to ask for the project name
- Try to prevent timeouts when using k8s
- Set tty flag for new shells
Changed:
- Refactor how scripts and scaffolders handle callbacks
- Enhance argument parsing, updated test-coverage
- Allow
inheritsFrom
with absolute file names
- Update vuepress
- Refactor how options are passed to the shell-provider.
3.5.21
3.5.21 / 2020-10-11
Fixed:
- Fix regression with
get:file
, put:file
and copy-from
3.5.20
3.5.20 / 2020-10-11
New:
- Add new option
alterSettingsFile
which defaults to true
Changed:
- Allow inheritance to merge arrays if one of them is associative
3.5.19
3.5.19 / 2020-10-09
Fixed:
- Reset auto-discovered docker name after docker-tasks to prevent outdated information
- Show proper error-message if a remote asset cant be loaded
3.5.18
3.5.18 / 2020-10-07
Fixes:
- Provide sensible defaults for
podSelector
, fix a warning
- Add test-coverage for most shell-providers, fixes #104
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 a fabfile.local.override.yaml
in your multibasebox folder and
change its content to sth like this
hosts:
mbb:
adminPass: admin
3.5.16
3.5.16 / 2020-09-27
Fixes:
- Fix kubernetes get-file and put-file task.
- Update readme and document how to create a release and publish the docs
- Update vuepress
3.5.15
3.5.15 / 2020-09-18
Fixes:
- Remove
-q
option from ssh command as this prevents sshs error reporting
New:
- Provide computed property
kubectlOptionsCombined
for use in scripts to use the same cli-options as phab does