Changelog

Keep up to date with our latest
releases and enhancements.

Jan 26, 2024

Jan 26, 2024

UI changes to "Tests Tab" accessibility    

The “Tests tab” has been updated so that the success/failure state is indicated by an icon in addition to the color red or green. Previously, the only way to tell if tests failed or succeeded on the “Tests tab” in CircleCI UI was the color.

Jan 25, 2024

Jan 25, 2024

Changes to checkout command     

The built-in checkout command is being updated to use a different “clone” method to accelerate code checkout.

See our community forum for more details.

Jan 18, 2024

Jan 18, 2024

Project Settings UI uses SHA256 fingerprints instead of MD5    

The CircleCI Project Settings UI now displays the SHA256 fingerprints of SSH keys instead of MD5 fingerprints. Users can now specify a SHA256 fingerprint in addition to MD5 in their CircleCI config when adding additional SSH keys to their build.

Note: The CircleCI APIs for managing deploy, user, and additional SSH keys have been updated to accept SHA256 fingerprints. All changes are backwards-compatible.

Jan 10, 2024

Jan 10, 2024

Runner 3.0.17    

  • Log duration for downloads of a task-agent binary initiated by the runner agent are output to local downloads. This should help with troubleshooting issues when customers are experiencing problems downloading agents.
  • Fix bug where failed task Pods weren’t removed on task cleanup and had to wait for garbage collection, wasting customers’ cluster resources.
  • Additional security patches.

Jan 10, 2024

Jan 10, 2024

Simplify project creation for GitHub App    

To streamline project creation for new GitHub App projects, our Continuous Intelligence platform will auto-generate a custom configuration file based on the programming languages and frameworks detected in your selected repository.

For more information, see our community forum.

Jan 10, 2024

Jan 10, 2024

CircleCI wrapped: 2023 in review    

Our mission at CircleCI is to manage change so you can innovate faster. In 2023 we released 50 new features and feature enhancements to help you do just that. CircleCI shipped 3.8x more releases this year compared to the average of our competitors. By the numbers, that’s twice as many CI/CD enhancements as GitHub or GitLab and orders of magnitude more than AWS, Bitbucket, Travis, or Bitrise.

Jan 05, 2024

Jan 05, 2024

Server Release 4.2.4    

Fixes

  • Security updates
  • Removed the unused distributor_dispatcher.disable_concurrency value

Jan 05, 2024

Jan 05, 2024

Server Release 4.0.6    

Fixes

  • Updated Go version to 1.21.5 in init-known-hosts to address CVEs
  • Concurrency is disabled by default in distributor-dispatcher. Previously, disabling/enabling concurrency limits was a configurable option.
  • Bump Go version to 1.20.12 in distributor to address CVEs

Jan 05, 2024

Jan 05, 2024

Server Release 4.3.2    

Changes

  • The default 2500 job concurrency limit per organization is now configurable with the Helm value execution_gateway.plan_concurrency.
  • The timeout for downloading machine provisioner agents is now configurable with the Helm values machine_provisioner.machine_agent_download_timeout_seconds and machine_provisioner.agent_download_timeout_seconds.

Fixes

  • Bump Go version to 1.21.5 in Go-based services to address CVEs.

Jan 05, 2024

Jan 05, 2024

Environment variables updated for GitLab & GitHub App projects    

CIRCLE_PROJECT_USERNAME & CIRCLE_PROJECT_REPONAME environment variables now return more accurate values for projects that integrate with GitLab or GitHub App. See our community forum for more details.

Jan 05, 2024

Jan 05, 2024

Server Release 4.1.7    

Fixes

  • Bump Go version to 1.20 in distributor and build-agent to address CVEs
  • Concurrency is disabled by default in distributor-dispatcher. Previously, disabling/enabling concurrency limits was a configurable option.
  • Updated Go version to 1.21.5 in init-known-hosts to address CVEs

Dec 20, 2023

Dec 20, 2023

Delete GitHub App & inbound webhook triggers from UI    

You can now delete GitHub App & inbound webhook triggers from Project Settings –> Triggers.

Dec 15, 2023

Dec 15, 2023

Release Agent 0.1.207 Release    

This release provides critical security fixes for Go:

Dec 13, 2023

Dec 13, 2023

Job links from Slack orb fixed for GitHub App & GitLab projects    

Dec 09, 2023

Dec 09, 2023

Runner 3.0.16 Release    

Critical security fix

Dec 08, 2023

Dec 08, 2023

Server Release 4.2.3    

Fixes

  • Updates to GitHub’s SSH key fingerprints

Dec 08, 2023

Dec 08, 2023

Enhanced custom aud claims for OIDC tokens    

Use the CircleCI CLI in a pipeline to quickly customize “aud” claims for jobs that require unique OIDC tokens.

Dec 06, 2023

Dec 06, 2023

Docker24 tag for Remote Docker    

Jobs that use setup_remote_docker can now specify docker24 to use the latest Docker24 image from CircleCI.

Nov 30, 2023

Nov 30, 2023

Server Release 4.3.1    

Before Upgrading

See the CircleCI server 4.3 release notes and upgrade guide for this release.

Nov 30, 2023

Nov 30, 2023

Runner 3.0.15    

Container Runner SSH Rerun (Preview)

Nov 30, 2023

Nov 30, 2023

Status badges for GitLab & GitHub App Projects    

Status badges display in a README a project’s build status.

Nov 30, 2023

Nov 30, 2023

Server 4.1.6 and 4.2.2 Release    

Nov 27, 2023

Nov 27, 2023

Amazon SageMaker integration for orchestrating model deployment    

Users can now orchestrate their model deployments across multiple environments through the Amazon SageMaker Orb. They can also track and manage their deployments from within the Releases UI.

Nov 17, 2023

Nov 17, 2023

Audit Log Includes Context Accessed    

Audit logs include context.secrets.accessed. Entry includes the actor and other details.

Nov 17, 2023

Nov 17, 2023

Inbound Webhooks (Preview)    

Inbound Webhooks are now available in open preview.

Nov 17, 2023

Nov 17, 2023

Linux CUDA image includes AI/ML-specific software    

CircleCI’s “Linux CUDA” image has been updated to include the Pytorch, Tensorflow, and HuggingFace transformers libraries out-of-the-box.

Nov 16, 2023

Nov 16, 2023

New GPU Resource Classes (Preview)    

Now in preview, three new resource classes that use GPUs:

Nov 09, 2023

Nov 09, 2023

Container Runner Release 3.0.14    

  • Improved retries of select errors on startup of a container task
  • The task-agent binaries and pidfile are now installed at more conventional locations for both machine and container runner
  • GA release of machine runner 3.0

Nov 08, 2023

Nov 08, 2023

Increase in config compile size limit to 8MB    

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

Nov 07, 2023

Nov 07, 2023

Accessibility toggle on Job Details page    

Customers can now use a screen reader to read the output of individual steps of a job. The toggle is off by default.

Nov 07, 2023

Nov 07, 2023

Machine Runner 3.0 Released    

Machine runner 3.0 is now Generally Available, providing improvements to usability, setup, and maintenance of machine runners.

Nov 07, 2023

Nov 07, 2023

Docker version used for Docker executor to be upgraded to Docker 24    

CircleCI is upgrading the Docker version that is used for jobs that use the Docker executor in November, 2023. This change is critical to ensuring the underlying infrastructure that runs your jobs continues to be secure, reliable, and performant.

Nov 07, 2023

Nov 07, 2023

Server Release 4.3.0    

Before Upgrading

See the CircleCI server 4.3 release notes and upgrade guide for this release.

Nov 02, 2023

Nov 02, 2023

Server Release 3.4.8    

Support for Kubernetes 1.25

Nov 02, 2023

Nov 02, 2023

Server Release 4.0.5    

Backporting better Github status updates from Server release 4.1

Nov 02, 2023

Nov 02, 2023

Tag triggered builds now working in GitHub App projects    

We released a fix so builds triggered from tags work on GitHub App projects. See our documentation on how tag triggered builds can be implemented.

Oct 26, 2023

Oct 26, 2023

Default Docker version for Remote Docker jobs updated to Docker 24    

The default Docker version for jobs that use the Remote Docker feature has been updated to Docker 24.0.6.

Oct 19, 2023

Oct 19, 2023

IP ranges feature - Known limitation resolved    

The IP ranges feature has historically had a known limitation where, occasionally, a job would be routed through an IP that was not a part of the fixed set of IPs published to users.

This limitation has now been resolved. Only IPs from the list of fixed IPs will be used when using the IP ranges feature in a job.

Oct 18, 2023

Oct 18, 2023

Release Agent + Releases UI in Open Preview    

Customers can now install our release agent in their kubernetes cluster to get org-wide visibility into all components and releases via our Releases UI. Our agent also integrates with Argo Rollouts to give customers more visibility and control over their progressive releases and use analysis runs to fully automate their release process based on observability metrics. Check out our docs to learn more!

Oct 16, 2023

Oct 16, 2023

Bitbucket private orb permissions    

Bitbucket org admins now have the option to enable additional CircleCI permissions for Bitbucket workspace members, for example view private orbs.

Oct 03, 2023

Oct 03, 2023

Config Policies soft fails UI    

Soft fails for CircleCI config policies are now displayed on the pipelines dashboard.Config policy soft fails

Oct 02, 2023

Oct 02, 2023

macOS Resource EOL    

As of October 2, the macOS medium, large, and macos.x86.metal.gen1 resource classes are no longer available. Any jobs specifying these resources will fail with an Invalid resource class error. If your project config doesn’t specify a macOS resource class, jobs will be defaulted to macos.x86.medium.gen2.
You can read more about the available macOS resource classes in our documentation.

Sep 11, 2023

Sep 11, 2023

“Rerun failed tests” time savings in Web App    

The CircleCI web app now shows how much time is saved on each job that uses the “rerun failed tests” feature.

Sep 07, 2023

Sep 07, 2023

Error summarization experiment available in the web app    

Upon encountering a failed step, users now can solicit guidance at the press of a button. This takes away the need to copy and paste the error message into your favorite search engine to find out what the problem might be and how to fix it.

Sep 07, 2023

Sep 07, 2023

September Android VM & Convenience (Docker) Image Update    

Firebase CLI was added this month, and our build tools offerings were expanded to include 3 versions of build tools, otherwise just software updates this month.

Discuss post provides more details on the updated VM (docker) image.

Sep 05, 2023

Sep 05, 2023

“Rerun failed tests” badge in web app    

A badge in the CircleCI web app now indicates when a workflow used the “rerun failed tests” feature.

Sep 05, 2023

Sep 05, 2023

Using GitHub App to authorize new organizations    

GitHub authorization with CircleCI has changed for new organizations. When you authorize your CircleCI account with GitHub, you may find this will be done through our GitHub App, rather than the GitHub OAuth app. You can see which account type your organization has by heading to the CircleCI web app and inspecting the URL in your browser:

Sep 01, 2023

Sep 01, 2023

VS Code extension support for Gitlab and Github App projects    

It is now possible to monitor Gitlab and Github App projects through the VS Code extension. At this stage, these projects are not detected automatically by VS Code, but they can be selected manually through the settings page.

Aug 31, 2023

Aug 31, 2023

Arm support for Docker executor now Generally Available    

ARM support for CircleCI’s Docker executor is now generally available. These resource classes have twice the RAM as x86 Docker resource classes.

To get started today, visit our community forum.

Aug 31, 2023

Aug 31, 2023

Invites are now required to join existing GitHub organizations on CircleCI    

New users who are joining existing GitHub organizations on CircleCI will now need an invitation from an org member that is already registered for CircleCI. Read more on our community forum.