Skip to content

Releases: factorial-io/phabalicious

3.5.24

06 Nov 15:29
Compare
Choose a tag to compare

3.5.24 / 2020-11-06

Fixed:

  • Provide default value for alterSettingsFile property

3.5.23

06 Nov 10:18
Compare
Choose a tag to compare

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

18 Oct 13:37
Compare
Choose a tag to compare

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

11 Oct 16:48
Compare
Choose a tag to compare

3.5.21 / 2020-10-11

Fixed:

  • Fix regression with get:file, put:file and copy-from

3.5.20

11 Oct 15:07
Compare
Choose a tag to compare

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

09 Oct 09:00
Compare
Choose a tag to compare

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

07 Oct 15:56
Compare
Choose a tag to compare

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

01 Oct 07:49
Compare
Choose a tag to compare

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

27 Sep 12:50
Compare
Choose a tag to compare

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

18 Sep 08:56
Compare
Choose a tag to compare

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