Fill out this form to receive updates about CircleCI through email.
What’s Fixed in Release 2.16.1
- Bug Fix: This release includes a new flag to disable GitHub cache warming. Note: Only add this flag if a high thread count is impacting the API service. To disable cache warming after completing the upgrade, complete the following steps:
-
Add the
export DOMAIN_SERVICE_REFRESH_USERS=false
flag to the/etc/circleconfig/api-service/customizations
file on the Services machine. -
Restart CircleCI by going to the Administrative console and clicking Stop Now, waiting for it to stop, then clicking Start.
-
Bug Fix: Fixed issue preventing metrics from domain service from being forwarded.
-
Security Fix: The SMTP password field in the dashboard was set to plain text. The password field will now be hidden.