Changelog

Keep up to date with our latest
releases and enhancements.

Apr 03, 2025

Apr 03, 2025

Docker Executor Infrastructure Upgrade - Complete    

The host OS that Docker jobs run on is being upgraded to support new features and ongoing security and bug patches. This upgrade has now been rolled out to all customers.

Mar 27, 2025

Mar 27, 2025

Japanese Documentation Pages to be Discontinued    

Effective April 1, 2025, all Japanese versions of our public documentation will be removed from the site. The language switcher will also be discontinued.

Mar 27, 2025

Mar 27, 2025

Docker Executor Infrastructure Upgrade - Docker ARM and IP Ranges    

The host OS that Docker jobs run on is being upgraded to support new features and ongoing security and bug patches. This upgrade is being applied to jobs using Docker ARM and IP ranges from now through April 1.

Mar 18, 2025

Mar 18, 2025

Runner Release 3.1.3    

Runner Release 3.1.2

Machine Runner:

Mar 12, 2025

Mar 12, 2025

Added automatic redirect for logged-out users     

Users who land on the user homepage while logged out are now automatically redirected to the login page.

Mar 11, 2025

Mar 11, 2025

Fixed infinite loading spinner on Pipelines page    

A bug that was causing the loading spinner to spin infinitely when no additional pipelines were available after clicking the ‘See more’ button on the pipelines page has been fixed.

Mar 06, 2025

Mar 06, 2025

Bug fix when selecting repository for new projects    

Users of CircleCI’s GitHub App integration would occasionally not be able to see a list of repositories to choose from when creating a new project. This bug has been fixed.

Mar 06, 2025

Mar 06, 2025

Timing tab bug fixed    

A bug that was causing the “Timing” tab in the CircleCI web app to show UUIDs instead of a string of the step name has been fixed.

Mar 06, 2025

Mar 06, 2025

Bug causing full dark screen on loading modal fixed    

A bug that caused a nearly full dark screen when creating a new project in organizations that integrate with CircleCI’s GitHub App has now been fixed.

Mar 04, 2025

Mar 04, 2025

Release Agent Release 1.3.7    

Changes:

  • Patched critical CVEs

See more details here.

Mar 04, 2025

Mar 04, 2025

Minor changes to Pipeline Editor page    

  • Added quick-start options to make it easier to understand what types of questions can be asked
  • Loading screen adjusted to be smoother when a new pipeline is triggered
  • Minor copy changes

Mar 03, 2025

Mar 03, 2025

OIDC signing keys updated    

CircleCI periodically updates the keys used to sign OIDC tokens in alignment with security best practices. No customer action is required to continue using OIDC with previously configured services.

Feb 28, 2025

Feb 28, 2025

Release Agent Release 1.3.6    

Changes:

  • Patched critical CVEs

See more details here.

Feb 13, 2025

Feb 13, 2025

Runner Release 3.1.2    

Runner Release 3.1.2

Container Runner:

Feb 13, 2025

Feb 13, 2025

Docker Executor Infrastructure Upgrade - In Progress    

The host OS that Docker jobs run on has been upgraded to support new features and ongoing security and bug patches. This upgrade will roll out to all customers over the next few weeks. Affected customers have been notified via email. Learn more about this change in Discuss: Docker Executor Infrastructure Upgrade.

Feb 07, 2025

Feb 07, 2025

Server Release 4.5.8    

Updates

  • Patched critical CVEs in web-ui-insights and webhook-service.

Bug fixes

  • Fixed a vulnerability that allowed unauthenticated access to artifacts associated with public repositories.
  • Resolved a bug that prevented a job from being rerun using SSH.

Feb 07, 2025

Feb 07, 2025

Server Release 4.7.2    

Updates

  • Patched critical CVEs in web-ui-insights and webhook-service.

Bug fixes

  • Fixed a vulnerability that allowed unauthenticated access to artifacts associated with public repositories.

Feb 07, 2025

Feb 07, 2025

Server Release 4.4.11    

Updates

  • Updated the library dependencies for runner-admin
  • CVE patches for web-ui-insights and webhook-service

Bug fixes

  • Fixed a vulnerability where artifacts relating to public repositories could be accessed without authentication
  • Fixed a bug where workflows in a terminal state with blocked jobs were incorrectly cancelled when a new workflow was triggered with redundant pipeline cancellation enabled.

Feb 07, 2025

Feb 07, 2025

Server Release 4.6.5    

Updates

  • Patched critical CVEs in webhook-service.

Bug fixes

  • Fixed a vulnerability that allowed unauthenticated access to artifacts associated with public repositories. Server Release 4.5.8

Feb 07, 2025

Feb 07, 2025

Server Release 4.3.14    

Bug fixes

  • Fixed a vulnerability that allowed unauthenticated access to artifacts associated with public repositories.

Jan 27, 2025

Jan 27, 2025

Runner Release 3.1.1    

Runner Release 3.1.1

Container Runner:

Jan 24, 2025

Jan 24, 2025

Fixed the flickering organization name in the organization picker    

We fixed a bug where the organization name would flicker in the org picker when refreshing the Pipelines and Releases pages.

Jan 22, 2025

Jan 22, 2025

Server Release 4.4.10    

Bug fixes

  • Resolved a bug where machine_provisioner.providers.gcp.network_tags were incorrectly assigned as labels on VM instances instead of as tags.

Jan 21, 2025

Jan 21, 2025

Server Release 4.6.4    

Updates

  • The provider manager’s connection pool size is now configurable under domain_service.providersMangerMaxPoolSize. The default is set to 10.

Bug Fixes

  • Fixed a bug where OIDC tokens failed to be injected into a job, causing the environment variables $CIRCLE_OIDC_TOKEN and $CIRCLE_OIDC_TOKEN_V2 being missing.
  • Resolved a bug where machine_provisioner.providers.gcp.network_tags were incorrectly assigned as labels on VM instances instead of as tags.
  • Fixed a bug that prevented remote Docker from working in air-gapped environments. An external reaper container repository has been exposed for this and can be configured via docker_provisioner.reaperContainerRepository.
  • Fixed an issue with IRSA roles on AWS GovCloud, which uses the S3 partition aws-us-gov instead of the default aws. This is now exposed in the values file under s3.partition.

New Known Issues

  • Setting a custom reaper container repository (via docker_provisioner.reaperContainerRepository) is currently incompatible with Windows VMs and prevents Windows jobs from running.

Jan 21, 2025

Jan 21, 2025

Bug fixed when displaying role description in CircleCI web app    

The role description was not rendering properly in the CircleCI web app when sending an invitation to a new user. This has been fixed.

Jan 21, 2025

Jan 21, 2025

Deprecation and future end-of-life notice: Insights Snapshot Badge    

The “Insights Snapshot Badge” functionality on CircleCI is deprecated and will stop working on a to-be-announced date. We will update our community forum and send communication to impacted users when we have determined an EOL date.

Jan 20, 2025

Jan 20, 2025

Server Release 4.5.7    

Updates

  • The provider manager’s connection pool size is now configurable under domain_service.providersMangerMaxPoolSize. The default is set to 10.

Bug fixes

  • Resolved a bug where machine_provisioner.providers.gcp.network_tags were incorrectly assigned as labels on VM instances instead of as tags.
  • Fixed a bug that prevented remote Docker from working in air-gapped environments. An external reaper container repository has been exposed for this and can be configured via docker_provisioner.reaperContainerRepository.
  • Fixed an issue with IRSA roles on AWS GovCloud, which uses the S3 partition aws-us-gov instead of the default aws. This is now exposed in the values file under s3.partition.

New known issues

  • Setting a custom reaper container repository (via docker_provisioner.reaperContainerRepository) is currently incompatible with Windows VMs and prevents Windows jobs from running.

Jan 15, 2025

Jan 15, 2025

Bug fixed when viewing Config Policies in CircleCI web app    

The formatting was not working as expected when viewing “Config Policies” in the CircleCI web app. This has been fixed.

Jan 15, 2025

Jan 15, 2025

"Edit Config" button in CircleCI web app bug fix    

An issue that was causing the “Edit Config” button in the CircleCI web app to lead to a “config not found” error has been fixed.

Jan 15, 2025

Jan 15, 2025

Server Release 4.7.1    

Updates

  • The provider manager’s connection pool size is now configurable under domain_service.providersMangerMaxPoolSize. The default is set to 10.

Bug fixes

  • Network tags in GCP now function as expected.
  • Fixed a bug that prevented remote Docker from working in air-gapped environments. An external reaper container repository has been exposed for this and can be configured via docker_provisioner.reaperContainerRepository.
  • Improved handling of AWS errors by machine-provisioner

Jan 15, 2025

Jan 15, 2025

Server Release 4.3.13    

Bug Fixes

  • Network tags in GCP now function as expected.

Jan 07, 2025

Jan 07, 2025

Server Release 4.4.9    

Updates

  • The provider manager’s connection pool size is now configurable under domain_service.providersMangerMaxPoolSize. The default is set to 10.

Bug Fixes

  • Fixed a bug that prevented remote Docker from working in air-gapped environments. An external reaper container repository has been exposed for this and can be configured via docker_provisioner.reaperContainerRepository.
  • Fixed an issue with IRSA roles on AWS Gov Cloud, which uses the S3 partition aws-us-gov instead of the default aws. This is now exposed in the values file under s3.partition.

New Known Issues

  • Setting a custom reaper container repository (via docker_provisioner.reaperContainerRepository) is currently incompatible with Windows VMs and prevents Windows jobs from running.

Jan 07, 2025

Jan 07, 2025

Update to copy in Plan page of CircleCI web app    

In the Manage tab of the Plan page in the CircleCI web app, the copy has been updated for clarity.

Jan 06, 2025

Jan 06, 2025

Fixed bug preventing some force push events from triggering a build    

We fixed a bug that caused pipelines not to be triggered on force push events that reset the branch or tag to an older commit in the commit history.
This bug only affected GitHub App pipelines.

Jan 06, 2025

Jan 06, 2025

Upcoming breaking change to CircleCI Local CLI    

CircleCI is making an upgrade to its local CLI which will require all local CLI users to upgrade major versions. There are no expected breaking changes to the CLI’s functionality, however, a version upgrade will be required as the existing versions will no longer be supported.

Exact timing is to be determined, follow this community forum post for more details.

Dec 23, 2024

Dec 23, 2024

Runner Release 3.0.26    

Runner Release 3.0.26

Both Machine and Container Runner:

  • Patched several high and critical vulnerabilities in indirect Go dependencies.

Dec 16, 2024

Dec 16, 2024

New automated email notification - invitation accepted    

When a user accepts an invitation to a CircleCI organization that has an org slug that follows the pattern circleci/<UID>, we now send an automated email to the user who sent the invite letting them know that the invitation has been accepted.

You can view your org slug in Organization settings > Overview.

Dec 04, 2024

Dec 04, 2024

Server Release 4.3.12    

Updates:

  • Ability to specify the AWS partition with .object_storage.s3.partition.
  • Ability to specify the reaper image (pause:3.6) with .docker_provisioner.reaperContainerRepository.

Dec 03, 2024

Dec 03, 2024

Update to log output accessibility toggle in CircleCI web app    

The component that renders log output on the Job Details page of the CircleCI web app has been updated. If you are seeing issues with the log output when using Firefox, please ensure that you do have disabled any browser extensions that alter page content.

Additionally, the “accessible step output” toggle has moved from the Job Details page to User Settings > Accessibility.

Nov 29, 2024

Nov 29, 2024

Server Release 4.3.11    

Updates:

  • Improved handling of AWS errors by machine-provisioner

Nov 29, 2024

Nov 29, 2024

Bug fix on Bitbucket Data Center trigger creation form    

We fixed a bug that allowed users to select GitHub App pipelines as “pipeline to run” when creating a Bitbucket Data Center trigger. The “pipeline to run” dropdown now correctly includes only Bitbucket Data Center pipelines.

Nov 25, 2024

Nov 25, 2024

Bug fixed that was causing CircleCI UI to crash    

We have fixed an issue that was causing the Contexts page in the CircleCI web app to crash.

Nov 22, 2024

Nov 22, 2024

Fixed the 404 error in the project creation flow    

When users clicked the ‘Go back’ button on the repo selection page during project creation, they were being redirected to a 404 error. This issue has been resolved so users are now correctly taken to the pipeline setup page.

Nov 22, 2024

Nov 22, 2024

Bug fixed that caused auto-cancellation of workflows on the default branch (GitHub App only)     

We fixed an issue which caused GitHub App pipelines running on the default branch to be incorrectly subject to auto-cancellation if triggered in close sequence. This issue did not affect organizations integrated through GitHub OAuth.

Nov 20, 2024

Nov 20, 2024

Server releases moving to twice yearly    

CircleCI will be moving to twice-yearly major and minor version releases of Server. Releases will be targeted for Spring (April) and Fall (October). Patch releases for bugs and security updates will be made monthly as needed.

Nov 19, 2024

Nov 19, 2024

Bug fix in CircleCI web app - Self-hosted Runners    

The Self-hosted Runners section of the CircleCI web app showed the self-hosted runner’s hostname instead of the self-hosted runner’s name. This has been fixed to show the name.

Nov 19, 2024

Nov 19, 2024

Updated copy in Project Settings to reduce confusion    

In the CircleCI web app under Project Settings > Triggers > Add Trigger > GitHub App > “Select configuration to run” has been switched to “Select pipeline to run” for consistency.

Nov 19, 2024

Nov 19, 2024

Commit messages truncated in CircleCI UI    

In various pages of the CircleCI web app, the commit messages that are shown in the “Trigger Event” column are now truncated for pipelines that use GitHub App to improve the page design.

Nov 18, 2024

Nov 18, 2024

Fixed issue preventing auto-cancellation of redundant workflows for GitHub App pipelines    

Due to a bug, auto-cancellation of redundant workflows was disabled for all GitHub App pipelines from October 14th to November 18th. This issue has now been resolved. This bug did not affect organizations integrated through GitHub OAuth.

Nov 14, 2024

Nov 14, 2024

CMD + K fixed when redirecting to an organization    

A bug has been fixed which prevented navigating to an organization when using “cmd + k” in the CircleCI web app.