Changelog

Keep up to date with our latest
releases and enhancements.

Aug 01, 2023

Aug 01, 2023

Container runner version 3.0.13    

Aug 01, 2023

Aug 01, 2023

Container runner version 3.0.12    

  • Reduce claiming interval from 10 seconds to 5 seconds
  • Improve robustness when starting tasks on newly created nodes
  • Default to a non-root user in the container runner Docker image

Jun 28, 2023

Jun 28, 2023

GitLab project admins and contributors can now use contexts    

What’s New

For GitLab projects, access to view and run contexts is now extended to those with the following roles: Project Admin or Project Contributor. Refer to the docs for more about project roles, and contexts.

May 03, 2023

May 03, 2023

UI changes to show jobs that use `setup_remote_docker`    

What’s New

Jobs that are configured to use setup_remote_docker are now indicated on the job details UI, Plan Usage UI, and Insights as using the “Remote Docker” executor.

Apr 19, 2023

Apr 19, 2023

New CLI command: `env subst`    

What’s New

CircleCI’s CLI now includes an env subst command, which serves as a wrapper around the popular envsubst CLI tool. The command is used to substitute environment variables in a text string or file.

Apr 18, 2023

Apr 18, 2023

Override “Only build pull requests” setting    

What’s New

The CircleCI API can now be used to override the “Only build pull requests” project setting. This enables you to specify certain branches (using a regular expression) that can trigger validation on every commit, while keeping the “Only build pull requests” setting enabled on all other non-default branches.

For more details and usage examples, refer to the Discuss post.

Mar 29, 2023

Mar 29, 2023

DLC cache purge    

What’s New

We now offer a way for you to immediately delete a DLC cache’s contents. You can do so via the CircleCI web UI, or the CLI. Refer to this support article for details.

Mar 21, 2023

Mar 21, 2023

Release 4.1.0    

Before Upgrading

See the CircleCI server 4.1 release notes for upgrade notes for this release.

Mar 15, 2023

Mar 15, 2023

Essential Contacts for organizations    

What’s New

Admins now have the ability to provide CircleCI with technical and security contacts within the Organization Settings page in the web app. This will allow CircleCI to alert the right group of individuals at an organization when there is an issue or an incident.

Mar 12, 2023

Mar 12, 2023

Added the ability to sort Contexts by date in Organization Settings    

We have added the ability to sort by the ‘Created’ date column on the Contexts tab in Organization Settings. This will allow users to view contexts in ascending or descending order by date.

Mar 01, 2023

Mar 01, 2023

Project-restricted contexts for all customers    

What’s New

Project-level restrictions for contexts are now available to all customers. Previously this feature was only available for GitLab SaaS projects.

For details on managing restrictions for contexts on a project level, refer to our Contexts documentation.

Feb 28, 2023

Feb 28, 2023

New job status badge for “Infrastructure Failure”    

What’s New

The job status badges in the CircleCI UI now include a badge for “Infrastructure Failure”. This badge indicates that CircleCI has run into issues with the underlying infrastructure on which the job runs.

Feb 24, 2023

Feb 24, 2023

In-app express project setup for GitLab Cloud    

What’s New

You can now set up your GitLab project using the following options within CircleCI: use an existing .circleci/config.yml in a repository (fastest); commit a starter CI pipeline to a new branch (faster); or go to a config.yml template that you can edit (fast). These setup options will also trigger a pipeline, so you no longer need to manually commit a change from your GitLab repo in order to run your pipeline for the first time.

Feb 16, 2023

Feb 16, 2023

Automatic retries for certain types of infrastructure failures    

What’s New

In certain scenarios when the underlying hardware that CircleCI uses to run jobs fails, CircleCI will attempt to automatically retry the job.

Feb 14, 2023

Feb 14, 2023

Arm fleet upgrade    

What’s New

Arm resource classes now benefit from faster execution speed and improved networking performance. The underlying compute types for the CircleCI ARM fleet have been upgraded. These resource classes are up to 25% more performant.

Feb 01, 2023

Feb 01, 2023

Test splitting on Windows resource classes    

What’s New

A bug fix has been released that allows test splitting by timing to now work on Windows resource classes.

Jan 25, 2023

Jan 25, 2023

Increase in config compile size limit    

What’s New

CircleCI configurations previously had a compile size limit of 3 MB, which prevented pipelines from running when this limit was exceeded. We have now increased the config compile size limit to 4 MB.

Dec 13, 2022

Dec 13, 2022

Out-of-the-box support for non-POSIX shells (Node and Ruby)    

What’s New

We have added out-of-the-box shell support for Node and Ruby. Invoking Node and Ruby commands within CircleCI jobs can now be as simple as the following:

Nov 07, 2022

Nov 07, 2022

Billing changes for runner network egress    

What’s New

As of October 31, 2022, CircleCI no longer exempts data transfer when restoring a cache or workspace to a self-hosted runner installed in AWS us-east-1 from network billing.

For more information, visit the Discuss post.

Sep 22, 2022

Sep 22, 2022

Machine Resource Insights    

What’s New

Resource class insights now provides visibility into historical CPU and RAM utilization for projects that use Linux, Arm, GPU, and Windows execution environments. You can track resource utilization and update your executors based on historical trends and job needs. Support for macOS is coming soon.

Sep 12, 2022

Sep 12, 2022

Machine Resource Utilization Graphs    

What’s New

The Resources tab on the Job details page in the CircleCI UI has been updated with graphs for jobs that use the machine executor including Windows, Linux VM, macOS, ARM, and GPU resource classes. This enhancement will help troubleshoot build errors, as well as provide insights to help you right-size your compute.

Sep 08, 2022

Sep 08, 2022

Test Splitting Recommendations    

What’s New

The test splitting recommendation feature uses machine learning to estimate the expected time savings of enabling parallelism on test jobs. Recommendations are provided on the tests tab of Insights to help you get an understanding of the impact of test splitting before enabling it.

Refer to our documentation to read more about test splitting and parallelism.

Jul 14, 2022

Jul 14, 2022

Windows jobs now use a functional shell during SSH re-run    

What’s New

CircleCI has an improved terminal experience for Windows users, with common terminal commands now fully supported for jobs that are re-run via SSH.

Jun 27, 2022

Jun 27, 2022

Arm Large resource class available with Free plan    

What’s New

We have rolled out the Arm Large resource class as a standard offering in our Free plan.

Jun 16, 2022

Jun 16, 2022

SSH keys on runner    

What’s New

CircleCI’s cloud feature, add_ssh_keys, is now fully supported on runner jobs. This feature can be used to configure additional SSH keys for running processes on other services during job execution.

May 02, 2022

May 02, 2022

New macOS cloud IPs    

What’s New

New IPs have been added to the list of IPs for CircleCI’s macOS Cloud. If you were using the list of static IP addresses found on the IP ranges documentation page, you will need to update your list to include these new IP addresses.

For a list of new IP addresses for macOS Cloud, please refer to the IP ranges documentation page.

Apr 26, 2022

Apr 26, 2022

Updated CLI commands for private orbs    

What’s New

The orb source, orb info, and orb/config validate CLI commands have been updated to work successfully with private orbs.

Apr 21, 2022

Apr 21, 2022

Update to IP ranges feature    

What’s New

In making recent updates to the IP ranges feature, a change was made which inadvertently added several new IPs and removed several existing IPs from the static list of IPs associated with CircleCI.

Apr 11, 2022

Apr 11, 2022

Enhancement to the IP ranges feature    

What’s New

With this update, Docker image pulls now go through the set of well-defined IPs, with no additional changes needed from your end.

This update enables you to use your private Docker registries with the IP ranges feature and only open up traffic to those registries to IPs associated with CircleCI.

Mar 30, 2022

Mar 30, 2022

Release 3.4.0    

Before Upgrading

See the What’s new in server 3.x doc for upgrade notes for this release.

Feb 25, 2022

Feb 25, 2022

Express project setup    

What’s New

We’ve redesigned the project setup experience and made it easier for both new and existing users to set up new projects with CircleCI.

Feb 25, 2022

Feb 25, 2022

View network transfer information in Resources tab    

What’s New

Network transfer information is now available for all jobs using a Docker executor (excluding remote Docker) on our Cloud platform. This feature can help you predict the cost of using the IP ranges feature as well as optimize IP ranges usage.

Feb 18, 2022

Feb 18, 2022

Estimated runtime now available for ongoing builds    

What’s New

We have added the ability for you to view the estimated runtime as your build is running on both the dashboard and pipelines pages. The estimated time is located under the status column and is based on your previous workflow runs.

Feb 16, 2022

Feb 16, 2022

Revamped code snippets in CircleCI documentation    

What’s New

We have added a new theme for code snippets in our technical documentation. Since the new theme matches the in-app theme, you should have an easier time navigating back and forth between the CircleCI documentation and the CircleCI app.

Feb 03, 2022

Feb 03, 2022

Timing tab shows the longest step in a job    

What’s New

In the timing tab, the 3 longest steps in a job are displayed, with other steps per parallel run. With this enhanced view, you can better understand which steps are the longest in the job so you can investigate or improve your job’s speed and efficiency.

Jan 20, 2022

Jan 20, 2022

New Insights public APIs    

What’s New

CircleCI has just release 7 new Insights API endpoints to improve pipeline observability and tracking. You can now access even more insights features such as:

Jan 14, 2022

Jan 14, 2022

Toggle outlier values    

What’s New

You may now hide outlier values in your Most Recent Workflow Runs chart in Insights, giving you more control over how you would like your data to be displayed.

Jan 14, 2022

Jan 14, 2022

Updated usage controls to help minimize credits wasted on unregistered users.    

What’s New

Your organization will now be able to take advantage of updated usage controls, which can reduce credits wasted on actions run by unregistered users. This is a function available on your CircleCI dashboard and can be enabled/disabled by your account admin.

Jan 11, 2022

Jan 11, 2022

Free plan updates    

What’s New

We have made some exciting updates to our free plan, including giving teams more build minutes and access to our most popular features formerly only available on paid plans.

Dec 17, 2021

Dec 17, 2021

Increase in storage available for jobs that use the Windows executor    

What’s New

When you use our Windows executors, you may now take advantage of a larger disk size of 200 GB. This increase in storage size unlocks scenarios where you may wish to download large amounts of software during job execution (ie. gaming engines).

Dec 15, 2021

Dec 15, 2021

SSH reruns as workflows    

What’s New

SSH reruns have historically been run as independent jobs, rather than as part of a workflow. This makes those jobs difficult to track and manage, causing them to block customers with limited concurrency. We are now running SSH reruns as workflow reruns, so they will appear in the same way that “rerun from failed” workflows appear.

Dec 07, 2021

Dec 07, 2021

Private orbs UI    

What’s New

You can now interact with private orbs via the CircleCI web app. A list of your organization’s orbs has been added on the Organization Settings page, and new private orb details pages that open in the orb registry have also been added as part of this release. The orbs list shows all public and private orbs authored by your organization / in your organization’s namespace(s), while the private orb details pages open in the Orbs registry and are flagged with a new “private” badge. Please note you will only be able to see these pages if you are logged in and authenticated; if you are not logged in, you will receive a 404 error.

Dec 07, 2021

Dec 07, 2021

Docker resource utilization graphs    

What’s New

You can now review the CPU & memory utilization for docker jobs on CircleCI’s hosted cloud compute. A new Resources tab on the job details page displays this data and easy-to-consume graphs for docker jobs.

Dec 02, 2021

Dec 02, 2021

Test parallelism timing experience - GA    

What’s New

The test parallelism timing experience feature is now generally available and enables you to view information on parallel test times and bottlenecks so you can take this information and act on it to run your tests faster.

Nov 19, 2021

Nov 19, 2021

Test parallelism timing experience    

What’s New

This update enables you to view information on parallel test times and bottlenecks so you can take this information and act on it to run your tests faster.

Nov 11, 2021

Nov 11, 2021

SSH reruns for Runner    

What’s New

SSH reruns are now supported for Runner jobs. Although you have been able to SSH into cloud jobs to debug and inspect the system during and after the run, you may now use these same techniques for your Runner jobs.

Oct 29, 2021

Oct 29, 2021

Orb information for private orbs    

What’s New

If you use the CircleCI CLI, you may now use the CLI to run orb information for private orbs.

Oct 27, 2021

Oct 27, 2021

Orbs list    

What’s New

Many customers have been asking for an easy way to manage the orbs they’ve authored, both public or private. To meet this need, we are rolling out a set of orbs usability enhancements inside the Circle app.

Sep 23, 2021

Sep 23, 2021

Sorting by Trend    

What’s New

Users can now sort by trends to access projects and workflows with the largest change/delta in a given time window. This feature will simplify discoverability and aid with quicker fixes/updates.

Sep 03, 2021

Sep 03, 2021

Improved Plan Overview page    

What’s New

We have updated the Plan Overview page, so organizations on our free plans can now learn more about the Performance Plan, see details on pricing / estimates and see our top features on CircleCI.