Skip to content

Releases: factorial-io/phabalicious

3.5.4

17 Aug 15:32
Compare
Choose a tag to compare

3.5.4 / 2020-08-17

New:

  • Allow optional script context definition of a script, this will allow to execute the script in a different context, eg in the context of the kubectl shell

3.5.3

11 Aug 07:06
Compare
Choose a tag to compare

3.5.3 / 2020-08-11

Fixed:

  • Fix broken workspace:create and workspace:update commands due to recent refactoring. Add test coverage for both commands

3.5.2

07 Aug 14:29
Compare
Choose a tag to compare

3.5.2 / 2020-08-07

Fixed:

  • Chunk regex patterns to prevent warning and failing replacements
  • Provide default command result

3.5.1

04 Aug 19:46
Compare
Choose a tag to compare

3.5.1 / 2020-08-04

Fixed:

  • Fix a warning when running scaffold without scripts
  • Force-include twig dependencies when building phar

3.5.0

04 Aug 14:31
Compare
Choose a tag to compare

3.5.0 / 2020-08-04

Fixed:

  • Fix error in fallback version check, fixes #93

New:

  • Support for kubernetes, see documentation for more details. Some features still missing.
  • Add describe subcommand for k8s
  • Add logs subcommand for k8s
  • Implement copy operation for k8s
  • Add docs for kubernetes, fix test
  • Allow the passing of a shellprovider to the scaffolder, reorganize code a little bit
  • Add new k8s subcommand rollout, wait for deployments to finish before continuing
  • Apply kubernetes config on deploy, even when scaffolder is not used, smaller code enhancements
  • Rename deployCommand to applyCommand, add delete subcommand to k8s method
  • Add new option set which allows to set a certain value in the configuration
  • Provide host data and timestamp for scaffolder
  • Add kubectl shellprovider, fix some bugs in K8sMethod
  • Add k8s subcommands
  • Implement initial deploy command for k8s
  • Fix replacements in k8s
  • Start working on k8s method, refactoring scaffold functionality into dedicated class with dedicated options class
  • Bump elliptic from 6.5.2 to 6.5.3
  • Bump lodash from 4.17.15 to 4.17.19
  • Disable symfony recipes
  • Show available update even on linux

3.4.9

24 Jul 11:08
Compare
Choose a tag to compare

3.4.9 / 2020-07-24

Fixed:

  • Harden the extraction of return codes for executed commands

3.4.8

16 Jul 10:36
Compare
Choose a tag to compare

3.4.8 / 2020-07-16

Fixed:

  • Clean up any cached docker container name after a task got executed. Fixes #89
  • Add php codesniffer as dev dependency
  • Show available update even on linux

3.4.7

29 Jun 19:16
Compare
Choose a tag to compare

3.4.7 / 2020-06-29

Fixed:

  • Fix ensureKnownHosts

3.4.6

29 Jun 16:54
Compare
Choose a tag to compare

3.4.6 / 2020-06-29

Fixed:

  • Ensure known hosts for ssh shells, some refactoring
  • Fix smaller bugs in scaffolder
  • Bump websocket-extensions from 0.1.3 to 0.1.4
  • Throw an exception with the filename if transform plugin throws an exception, improve logging

New:

  • Refactor Scaffoldbase to use a QuestionFactory with new types of questions
  • Enhance validation service
  • Pass files parameter directly to transformer

3.4.5

18 May 18:42
Compare
Choose a tag to compare

3.4.5 / 2020-05-18

Fixed:

  • Fix docker-exec-over-ssh