Changelog

Keep up to date with our latest
releases and enhancements.

Pricing Plan Change    

A fix to the pricing plan has been implemented which limits Linux plan capacity to the published maximum. As a result of this change, you may see builds queuing until the requisite containers are available.

Xcode 8.3.3    

For mobile, we have just released a build image that allows you to use the latest stable version of Xcode, 8.3.3. To start using it, add the following to your circle.yml:

  xcode:
    version: "8.3.3"
Images

Xcode 9 Beta 2    

Today we updated our Xcode 9.0 beta image to Xcode 9.0 beta 2 with the latest 10.2 simulators. To start using it, add the following to your circle.yml:

Keep reading

Images

Xcode 9 Beta 1 Availability    

This update makes Xcode 9 Beta available for all macOS builds. Specify version 9.0 in your circle.yml file to override the default.

Release 1.47.1    

A minor maintenance release, primarily to improve the single-box installation process for new trials of CircleCI Enterprise. Also, we have now follow advice from GitHub to not check if emails in GitHub Enterprise are “verified” — we will continue to check verified status if you are using github.com. If you have reason to change “verified” checks on your users’ emails let us know.

Server

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

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

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

Confirmation modal for stop building projects on CircleCI    

We have added a confirmation message to prevent users from accidentally stopping the builds on CircleCI.