Changelog

Stay current with the latest fixes and improvements.

Mar 26th 2019

v2.2.15 (26-03-2019)

New features

Improvements

  • [HTTP action] The log now contains the URL address and the payload
  • [Run next pipeline in YAML] From now on you don't need to know the ID of the pipeline that you want to run. Instead, you can define next_project_name and next_pipeline_name
  • [Copy files in YAML] From now on you don't need to know the ID of the pipeline from which you want to copy files. Instead, you can define source_project_name and source_pipeline_name instead
  • [Build/Run Docker Container in YAML] If you want to use the previously built image, just enter the name of the action in which it was built: docker_build_action_name

Bugfixes

  • Authorized apps in my-ID are now loading faster
  • Fixed a bug with the Elastic search microservice in versions lower than 3.0.0 not starting properly
  • The remote_path in the Google CDN action couldn't be set in the REST API and in YAML. Fixed
  • If the payload of the 'HTTP' action or the attachment in the 'Slack' action contained a variable with newline characters, the JSON sent was incorrect. Fixed
  • Fixed a bug with parallel actions using different images causing errors in the executions
  • Fixed a bug with recovery codes not working for turning off 2FA. Thanks for pointing that out, Aubrey!
  • New features
  • Improvements
  • Bugfixes