Changelog

Keep up to date with our latest
releases and enhancements.

Automatic collection of Fastlane logs for macOS projects    

The logs produced by the Fastlane tools are now being stored as build artifacts so that you can easily access them later.

Fetch CocoaPods from S3 instead of Git in iOS projects    

A few weeks ago we started downloading CocoaPods specs from S3 instead of Git in projects that use our iOS inference. It is now also possible to download the specs from S3 in projects with manual configuration.

Keep reading

Granular control over fork PR builds    

It is now possible to control whether to run builds for pull requests coming from forks and whether to pass the secrets from the main project to the fork on such builds, via two separate settings. Check out the Advanced Settings tab for your project for more details.

Update to address CVE-2016-8655    

We have released patches to our AMIs and other infrastructure to address CVE-2016-8655. We recommend all CircleCI Enterprise installations follow the instructions below to update both their Services box and their Builder fleet.

Keep reading

Server Images

Improved code signing flow for OS X builds    

It is now possible to upload provisioning profiles under the ‘Permissions’ section of your OS X project settings. Once uploaded, we will automatically import the profiles during your OS X builds. Profiles are encrypted at rest on the CircleCI side.

This update removes the need to keep the provisioning profiles checked into your repository and simplifies the setup of code signing for new OS X projects.

Emails now link you to your 'Failing Command'    

Release 1.46.5    

  • Fix for a bug causing builders to not honor CIRCLE_CONTAINERS_SUBNET when passed in the initialization.
  • Builds with high parallelism were experiencing slow performance on the build detail page in the web UI – this should now be improved.
  • Some emails generated by CircleCI had hard-coded links to circleci.com. These should now point at your installation host.
  • A handful of minor UI fixes.
Server

Update to address CVE-2016-5195    

We have released patches to our AMIs and other infrastructure to address CVE-2016-5195. We recommend all CircleCI Enterprise installations follow the instructions below to update both their Services box and their Builder fleet.

Keep reading

Server Images

Release 1.46.4    

  • Fix for a bug that stopped certain CloudWatch metrics from working.
Server

Release 1.46.3    

  • Fix for a bug that caused UI problems for certain Pull Requests
Server