View entire changelog

Release 2.19.06

Aug 17, 2020

What’s New in Release 2.19.06

Fixes

  • Fixed a bug that was causing workflow statuses to be displayed on GitHub in the wrong order.
  • Introduced performance improvements to workflows-conductor that dramatically reduce CPU usage and latency.
  • Fixed a bug that was preventing use of an S3 storage region other than us-east-1 via an IAM user.
  • Fixed formatting type of SMTP passwords to ensure they are masked during setup.

Known Issues

  • If any changes have been made to your networking configuration from the default, you should run the following steps to ensure you can use SSH to inspect your builds (for further information on SSH reruns see the SSH Rerun Guide):
    • For customers using AWS, make sure that you have the latest Launch Configuration configured for Nomad clients, and that exiting Nomad clients were spun up using the Launch Configuration.
    • On each Nomad Client machine, create /etc/circleci/public-ipv4
    • This file should contain the public (if aplicable) or private IP of the nomad client

>Previous changes