Skip to content

Changelog

Keep up to date with our latest
releases and enhancements.

Disable SSH Rerun by Project    

Project admins can now disable SSH rerun for individual projects via Project Settings>Advanced or the CircleCI v2 API.

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.

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.

UI changes to the pipelines page    

We have introduced some UI changes to the pipelines page:

Context restriction APIs marked GA    

The context restriction APIs have been promoted from experimental to generally available. Authorized users can now create, read, and delete project- and expression-based context restrictions via API. Security group context restrictions are not supported yet. Read the context API documentation.

Runner Release 3.1.3    

Runner Release 3.1.3

Machine Runner:

New context timeout error messaging    

A new error message has been added to the contexts page to help users differentiate between page timeouts and permission errors. Previously, it was unclear to the user whether page load issues could be resolved with a refresh. Now, users who have the correct permissions will see “Please try again in a few minutes.” if contexts take a long time to load.

Project overview page    

We’ve introduced a new project overview page, which allows users to get a quick sense of the health of their pipelines and see what changes have recently been deployed for a project all in one place. Users can access this page by clicking the Overview link from the Organization Home page or Projects page.

Manage GitHub App installation from the organization settings page "VCS Connections"    

The tab “VCS” in Organization Settings has been renamed into “VCS Connections”, and it now includes a section dedicated to the GitHub App integration.

Prevent non-admin users from installing the GitHub App    

The GitHub App pipeline and trigger forms have been updated to prevent non-admin users from attempting to install the CircleCI GitHub App.

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.

Avoid commit conflicts in your pipelines with serial-jobs    

The queue orb was previously used to avoid multiple pipeline race conditions and conflicts. Serial-job provides native support for the functionality provided by the queue orb. Overtime we will expand the use cases we support to cover additional challenges like multi-job or workflows. The first release is serial-group for individual jobs.

Show in-app instructions for how to delete OAuth trigger    

A growing number of GitHub OAuth customers have been looking to stop building their OAuth pipelines in favour of the new GitHub App pipelines which provide a broader range of triggering options.

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.

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.

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.

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.

Release Agent Release 1.3.7    

Changes:

  • Patched critical CVEs

See more details here.

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

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.

Single Sign On for GitHub OAuth and Bitbucket Cloud    

Single sign on (SSO) is now available for Cloud Scale plan customers with CircleCI organizations connected to GitHub OAuth and Bitbucket Cloud. Learn how to connect your identity provider and enforce SSO for users in your org.

Release Agent Release 1.3.6    

Changes:

  • Patched critical CVEs

See more details here.

Trigger pipelines on push to non-draft PR    

It is now possible to configure pipelines to be triggered only on pushes to non-draft Pull Requests.

Default value added to 'Config File Path' in 'Add pipeline' form    

When creating a new pipeline (Project Settings > Pipeline), the field “Config File Path” now contains a default value (circleci/config.yml) that the user can edit, instead of a placeholder.

Fixed a bug preventing pipeline name edits    

A bug prevented editing the pipeline name in Project Settings > Pipelines > Edit. This has now been fixed.

Added link to help troubleshoot GitHub App installation issues    

Fixed a bug preventing repeated PR events on the same SHA from re-triggering pipelines    

This bug has been fixed, and the note removed from the docs.

Release Agent Release 1.3.5    

Changes:

  • Fixed a bug that prevented the release agent from starting up when Argo Rollouts was not installed in the cluster

See more details here.

Updated wording for the 'Build forked pull request' project setting    

The “build forked pull request” setting in Project Settings > Advanced has been updated to clarify that it only applies to OAuth pipelines, not GitHub App pipelines.

Introducing a pipeline iteration experience for new users    

We have introduced a new pipeline iteration experience for new users in organizations integrated with GitHub App. This assisted experience is available after setting up new projects or through the Workflow and Jobs pages, where users can chat and receive real-time support for their pipelines.

Fixed pill size on Pipelines and Triggers pages    

The pill sizes on the ‘Pipelines’ and ‘Triggers’ pages in Project Settings have been adjusted for consistency.

Updated wording for the 'Only Build Pull Requests' project setting    

The “only build pull request” setting in Project Settings > Advanced has been updated to clarify that it only applies to OAuth pipelines, not GitHub App pipelines.

Triggers page now includes columns "pipeline to trigger" and "events"     

The triggers table displayed in Project Settings > Triggers now includes two additional columns: “Pipeline to trigger” and “events”.

Improved Error Summarizer opt-ins for organization admins    

Organization admins can now enable the in-app Error Summarizer via a modal on the same page, eliminating the need to navigate to Organization Settings. If a user is not an organization admin, the modal will inform them that they need to contact their organization admin to enable the setting in Organization Settings > Advanced.

Release Agent Release 1.3.4    

Changes

  • Improved logging when rollout controller is not found
  • Minor bug fixes

See more details here.

Runner Release 3.1.2    

Runner Release 3.1.2

Container Runner:

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.

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.

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.

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.

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

Introduce the ability to trigger pipelines on GitHub pull request events    

Pipelines can now be triggered on a wider range of GitHub events, including pull request events, giving you more control over when your builds run.

Server Release 4.3.14    

Bug fixes

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

GitHub App Integrations Now Support GitHub Checks    

Github App organizations can now take advantage of Github Checks. Customers often use GitHub checks to verify and validate that specific jobs or workflows have been completed before taking action like merging code.

Windows Server 2022 CUDA image    

A new Windows Server 2022 CUDA image has been released. Learn more about the available tags and image contents in our docs. Join the conversation in Discuss.

Release Agent Release 1.3.3    

Changes

  • Added support for displaying Argo Rollouts Analysis details in the Releases UI
  • Fixed bug for replicasets with the same component name but different project IDs

See more details here.

Argo Rollouts analysis details now visible in Releases UI    

Users tracking releases with CircleCI can now see Argo Rollouts background validation and inline analysis results included in the details for an individual release. This enhanced integration between CircleCI’s Release Agent and Argo Rollouts allows for easier investigation into failed deployments.

Requires v1.3.3 of the Release Agent.

Added a dropdown to select pipeline parameters in the web app    

When triggering pipelines in the CircleCI web app, users can now select existing parameters from a dropdown in the modal. trigger pipeline dropdown

Runner Release 3.1.1    

Runner Release 3.1.1

Container Runner:

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.