Changelog

Keep up to date with our latest
releases and enhancements.

Jul 12, 2018

Jul 12, 2018

Improved Config Schema Error Transparency    

What’s New

With 2.0 you can do a lot more with the config.yml file. However, there are those times when edits result in schema errors. The CircleCI config processor now creates and returns a specialized Job that references the specific schema error(s) in the Job list.

Apr 05, 2018

Apr 05, 2018

Xcode 9.3 available on CircleCI 2.0 for macOS    

We have released the Xcode 9.3 image on CircleCI 2.0. Add the following to your .circleci/config.yml file to select that version of Xcode in your jobs:

macos:
  xcode: "9.3.0"

Dec 07, 2017

Dec 07, 2017

Xcode 9.2 available on CircleCI 2.0 for macOS    

We have released the Xcode 9.2 image on CircleCI 2.0. Add the following to your .circleci/config.yml file to select that version of Xcode in your jobs:

macos:
  xcode: "9.2.0"

Aug 31, 2017

Aug 31, 2017

Xcode 9 available on CircleCI for macOS    

Today we updated our Xcode 9.0 image with the just released Xcode 9.0 GM Seed (build version 9A235). Please check out this post on our Discuss site for more details on how to use the latest Xcode in your macOS builds.

Aug 31, 2017

Aug 31, 2017

Minutes Used in Your Plan    

This feature adds the used minutes to your Org Settings > Plan Settings page. This feature displays used minutes against Linux machines. It expands on our current functionality which shows minutes used against OS X machines and is located on the same page: Org Settings > Plan Settings.

Aug 23, 2017

Aug 23, 2017

Release 2.0.1    

  • Fix issue where /etc/hosts was not being applied properly to every container.
  • Add ability to configure VM instance type in AWS EC2 when configuring the VM Service in the Management Console.

Aug 08, 2017

Aug 08, 2017

Xcode 9.0 Beta 5    

Today we updated our Xcode 9.0 beta 3 image to Xcode 9.0 beta 5 (build version 9M202q) with the latest simulators.

Jun 28, 2017

Jun 28, 2017

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.

Jun 21, 2017

Jun 21, 2017

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"

Jun 21, 2017

Jun 21, 2017

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:

Jun 06, 2017

Jun 06, 2017

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.

Jan 25, 2017

Jan 25, 2017

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.

Dec 14, 2016

Dec 14, 2016

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.

Dec 09, 2016

Dec 09, 2016

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.

Oct 21, 2016

Oct 21, 2016

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.

Oct 18, 2016

Oct 18, 2016

Release 1.46.4    

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

Oct 16, 2016

Oct 16, 2016

Confirmation modal for stop building projects on CircleCI    

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

Sep 29, 2016

Sep 29, 2016

Anchor to a particular step within build output    

Users can show share link to a particular step within their build output; Eg. https://circleci.com/gh/spotify/helios/5091#tests/containers/0/actions/4

Sep 17, 2016

Sep 17, 2016

Flash notifications for adding & deleting keys    

We have added flash notification when users add or remove Apple Code Signing key, API permissions, SSH key or environment variables.

Aug 12, 2016

Aug 12, 2016

Release 1.45.1    

  • Fix for an issue that was causing builds to fail that were triggered by users with a github account but no circleci account.

Note: we are shifting our versioning to better reflect the current release semantically.

Aug 11, 2016

Aug 11, 2016

Release 0.2.45    

  • PR-only builds - We have added functionality to only run builds when a pull request is open. To enable this functionality you can navigate to “Advanced Settings” for your project and enable the “Only build pull requests” option.
  • Chrome notifications - see the docs
  • Fixed a bug where builds triggered by people who don’t have seats in CircleCI Enterprise were not running. They now should run as before.
  • Some UI changes to make updating data in the web interface more consistent.
  • Reliability improvements by changing retry logic in various places.

Jul 26, 2016

Jul 26, 2016

Release 0.2.43    

New Feature: The maximum size of files that you can upload for caching during builds has been fixed to 5G. The size is now bumped 20G by default on CircleCI Enterprise and customers can also override the default value to even larger size.

Jul 26, 2016

Jul 26, 2016

Release 0.2.44    

Bug fix: We’ve fixed a bug that --branch option was missing when --single-branch is used.

Jul 14, 2016

Jul 14, 2016

Release 0.2.42    

New Feature: Custom base URL for version control webhooks. When a new project is added, CircleCI will add a webhook to the GitHub repository of the project. With this new feature, you can override the default webhook base URL from the System Settings page under the Admin tools (available to designated administrative users). This feature is useful when your instance is behind firewall or other proxy and cannot directly receive webhooks from GitHub.

Jul 07, 2016

Jul 07, 2016

Release 0.2.41    

This release fixes a bug in the URL structure used to serve build artifacts.

Jun 30, 2016

Jun 30, 2016

Release 0.2.38    

  • Please Note: If you are using OS X builds you will need to run a manual migration as part of this release. After upgrading you will need to run this in a REPL: (circle.backend.model.esxi-vm/run-migrations!). Please talk with your account manager if you need further instructions.
  • The Admin Users page now has links to the builds of each user.
  • The API has a new endpoint /api/v1/admin/licensing that returns information about the number of seats available, number being used, when the license will expire, and how many inactive users there are in the system.
  • Fixed a bug where links to the documentation broke.
  • Various small bug fixes and UI improvements.

May 12, 2016

May 12, 2016

Release 0.2.36    

Please make sure that you are using the latest provision-builder.sh and init-builder-0.2.sh before you upgrade to this release: