Changelog

Keep up to date with our latest
releases and enhancements.

Oct 29, 2024

Oct 29, 2024

Link from GitHub to CircleCI web app fixed when using GitHub App triggers in a GitHub OAuth App org    

Oct 29, 2024

Oct 29, 2024

Config source column no longer includes org name when displaying the repo in Project Settings of CircleCI web app    

In Project Settings > Pipelines of the CircleCI web app, the org name has been removed from the “Config Source” column to remove unnecessary information and improve the readability of the page.

Oct 29, 2024

Oct 29, 2024

Minor change to "Edit Pipeline" form in Project Settings    

The “checkout source” is no longer editable if a pipeline has associated triggers in the “Edit Pipeline” form in Project Settings of the CircleCI web app.

This was done to avoid getting into a state which would result in error pipelines being generated if the pipeline’s checkout source was edited to use a different repo.

Oct 29, 2024

Oct 29, 2024

Single Sign On for GitHub App, Gitlab, and Bitbucket Data Center    

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

Oct 28, 2024

Oct 28, 2024

GitHub OAuth App & Bitbucket Cloud "pipelines" reflected in Pipelines tab of Project Settings    

As part of CircleCI’s update to enable access to “GitHub App functionality” to all CircleCI users (including users of the GitHub OAuth App integration), the “Pipelines” tab in Project Settings of the CircleCI web app now shows a “GitHub OAuth App” or “Bitbucket Cloud” pipeline and a badge to indicate the integration type. This is intended to make it easier for all users to understand what is currently set up within their CircleCI project. A subsequent update will do the same for the “Triggers” tab.

Oct 28, 2024

Oct 28, 2024

"Add" & "Edit" pipeline/trigger forms updated     

Minor changes have been made to the order in which items are presented in the “Add” and “Edit” forms for Pipelines & Triggers in Project Settings of the Circle web app to streamline the user experience.

Oct 28, 2024

Oct 28, 2024

New v2 API endpoint for triggering pipelines    

A new v2 API endpoint for triggering pipelines via API is now available to all organizations that integrate through GitHub (GitHub OAuth and GitHub App) and Bitbucket (Cloud and Data Center). This functionality is not yet available to organizations that integrate through GitLab.

Oct 28, 2024

Oct 28, 2024

Update to "Edit Pipeline" form in Project Settings of the CircleCI web app    

The “Edit Pipeline” form in Project Settings of the CircleCI web app did not have a field to show whether a user can properly use the rest of the form via a VCS connection. This led to confusing error messages when users were not properly connected.

This issue has been fixed by putting the “connection” field in the form.

Oct 28, 2024

Oct 28, 2024

Machine-readable IP Ranges for macOS    

A machine-readable list of IP ranges used by CircleCI’s macOS cloud is now available. Learn how to automate retrieval the latest IP ranges.

Oct 25, 2024

Oct 25, 2024

Unlocking any cross-repo pipeline and trigger setups, including central config management    

Historically, CircleCI users have been limited to setting up validation systems that only worked within the scope of a single repository.

Oct 24, 2024

Oct 24, 2024

Job Filters Now Support Pipeline Value Conditionals     

Job Filters now support expression based conditions, much like contexts. This enables you to conditionally run jobs based on pipeline values. This supports you optimizing pipelines to lower costs, decrease time to feedback, or run specific jobs based on context of the source of change. Previously filtering was extremely limited to branches and evaluating to only and ignore.

Oct 24, 2024

Oct 24, 2024

Using GitHub App functionality in a GitHub OAuth App organization    

We are enabling users who are a part an organization that integrates with CircleCI’s GitHub OAuth App to use functionality that was previously only available to organizations that integrate with CircleCI’s GitHub App.

Oct 24, 2024

Oct 24, 2024

GitHub App repository selection in project settings now allows searching by keyword    

GitHub App users who granted their App access to more than 100 repositories have been running into issues when creating Pipelines and Triggers on CircleCI, because the repository dropdown would only display a limited number of repositories.

Oct 23, 2024

Oct 23, 2024

Bug fixed when viewing more than 20 Triggers in Project Settings    

Users could only view the first 20 scheduled pipelines within Project Settings in the Triggers tab.

This bug has now been fixed.

Oct 22, 2024

Oct 22, 2024

Server Release 4.4.8    

Updates:

  • frontend pod will now redeploy when the circleci license has been changed
  • the timeout for windows and linux machine instances can now be configured using machine_provisioner.terminatePendingWindowsAfter and machine_provisioner.terminatePendingLinuxAfter respectively in your values.yaml
  • fixed table ownership issue which prevented insights data from loading

Oct 22, 2024

Oct 22, 2024

Server Release 4.6.3    

Updates:

  • frontend pod will now redeploy when the circleci license has been changed
  • the timeout for windows and linux machine instances can now be configured using machine_provisioner.terminatePendingWindowsAfter and machine_provisioner.terminatePendingLinuxAfter respectively in your values.yaml
  • nomad server pod replica count will now default to 5

Image Updates:

  • builds-service
  • ciam-gateway
  • authentication-svc
  • orb-service
  • workflows-conductor
  • machine-provisioner
  • api-service
  • domain-service
  • permissions-service

Oct 22, 2024

Oct 22, 2024

Server Release 4.5.6    

Updates:

  • Frontend pod will redeploy when license updates are made
  • The timeout for windows and linux machine instances can now be configured using machine_provisioner.terminatePendingWindowsAfter and machine_provisioner.terminatePendingLinuxAfter respectively in your values.yaml

Oct 17, 2024

Oct 17, 2024

Now available to all GitHub users - custom webhooks for orgs that integrate via GitHub OAuth App    

Custom webhooks let you trigger pipelines from any 3rd party that can emit an outbound webhook. This functionality is now available to orgs that integrate with CircleCI’s GitHub OAuth App. Read more about how to use custom webhooks in an organization that integrates with CircleCI’s GitHub OAuth App.

Oct 15, 2024

Oct 15, 2024

New IP Range for macOS - October 2024    

The list of IP ranges for CircleCI’s macOS cloud has been updated.

Oct 14, 2024

Oct 14, 2024

Change to Custom Webhook configuration experience    

Until today, the Pipeline property “Fallback branch” determined which branch would be used to fetch config and code for pipelines triggered via Custom Webhook. This field could only be configured by editing the Pipeline associated with a Custom Webhook, rather than by editing the Custom Webhook itself, and was poorly discoverable.

Oct 14, 2024

Oct 14, 2024

Running pipelines via API now available in preview for Github App and Bitbucket Data Center    

Pipelines connected via GitHub App or Bitbucket Data Center can now be run via API, using a new API V2 endpoint:

Oct 13, 2024

Oct 13, 2024

Fixed repository name display in the review step of project creation    

The “review your setup” step of project onboarding had stopped displaying the repository name under “code”. This issue has now been fixed.

Oct 11, 2024

Oct 11, 2024

Orb Security Setting Update    

Orbs are the leading method to abstract away shared aspects of your pipelines. They make it possible to simplify the complex, share, and maintain jobs and commands across your organization. For large organizations, private orbs cab provide efficiency and scale.

Oct 11, 2024

Oct 11, 2024

Fixed edit functionality for GitHub App pipelines    

Fixed an issue that prevented saving edits to GitHub App pipelines (Project Settings > Pipelines).

Oct 10, 2024

Oct 10, 2024

Branch field fixed for in Releases UI    

There was an edge case where the “Branch” field in the Releases UI in the CircleCI web app was not getting populated correctly. This has now been fixed.

Oct 10, 2024

Oct 10, 2024

Formatting change to Trigger Event column for pipelines that use GitHub App in CircleCI web app    

On the “All Pipelines” page of the CircleCI web app, the “Trigger Event” column now has slightly different formatting for pipelines that are triggered via CircleCI’s GitHub App integration.

Oct 10, 2024

Oct 10, 2024

New IP Ranges for macOS    

The list of IP ranges for CircleCI’s macOS cloud has been updated with new additions.

Oct 07, 2024

Oct 07, 2024

"Trigger Event" in CircleCI web app correctly populated for custom webhooks    

When using custom webhooks in an org that integrates with CircleCI’s GitHub OAuth App integration, the “Trigger Event” column in the CircleCI web app is now correctly populated.

Oct 07, 2024

Oct 07, 2024

Font fixed in CircleCI web app when using Safari    

The font is no longer unexpectedly bold on certain pages of the CircleCI web app when using Safari

Oct 04, 2024

Oct 04, 2024

Evals Orb version 2.0.0    

With CircleCI’s Evals orb 1.x.x, users were able to configure CircleCI to orchestrate evaluations of their LLM-enabled applications within their CI pipeline.

Oct 03, 2024

Oct 03, 2024

Runner Release 3.0.25    

Runner Release 3.0.25

Both Machine and Container Runner:

Oct 01, 2024

Oct 01, 2024

M2 Pro Medium and Large available    

M2 Pro Medium and M2 Pro Large are now available on Performance and Scale plans.

Sep 27, 2024

Sep 27, 2024

Release markers and release jobs    

We have added release markers and release jobs to CircleCI Releases!

Sep 26, 2024

Sep 26, 2024

Additional audit log details for workflow    

We’ve added additional meta data using the “tag” key to audit logs to help customers identify how workflow reruns were triggered.

Sep 19, 2024

Sep 19, 2024

Pipelines page performance improvements    

The pipelines page can load slowly for some users. The number of pipelines and number of projects can contribute to that slowness. A recent change to one of the underlying data services has been made resulting in a 30%-40% improvement in performance.

Sep 18, 2024

Sep 18, 2024

Cancel approval jobs    

We have added an API and UI component to approval jobs that allows you to “cancel” the approval job. Previously it was not possible to cancel approval jobs. This limitation forced you to either approve the job or let it expire, which takes 90 days. This led to a suboptimal experience with jobs left in a non-terminal state. This could impact performance metrics, as well pipelines views. It also led to non-intuitive actions being taken like cancelling the workflow which cancels all remaining jobs.

Sep 17, 2024

Sep 17, 2024

Config compilation change: Don't process workflows that won't be run    

Previously, when processing a configuration file, CircleCI would process all workflows defined in the workflow. Upon completion of processing, errors such as missing or undefined parameters would be included in feedback.

Sep 13, 2024

Sep 13, 2024

Server release 4.3.10    

Changes

  • Allow pending machine instance timeouts to be configured

Sep 12, 2024

Sep 12, 2024

Reminder: Launch Agent 1.x Variants EOL    

Sep 12, 2024

Sep 12, 2024

Email verification is now required for new user sign-ups    

All new users who sign up for CircleCI with an email/password account are now required to verify their email after CircleCI account creation.

Users will not be able to proceed into the CircleCI application unless they verify their email.

Sep 12, 2024

Sep 12, 2024

Xcode 16 RC available    

The Xcode 16 RC image is now available to be used in CircleCI pipelines.

Sep 11, 2024

Sep 11, 2024

Updates to the 'Last Run' value for projects with 0 pipelines    

We were incorrectly displaying the project creation date as the ‘Last Run’ date for projects that have 0 pipelines on the Organization Home project cards. This has now been fixed.

Sep 11, 2024

Sep 11, 2024

Updates to the People tile on the Organization Homepage    

For CircleCI organizations that integrate with GitLab or GitHub App:

Sep 11, 2024

Sep 11, 2024

Broken breadcrumb link fixed in CircleCI web app    

Sep 10, 2024

Sep 10, 2024

Bug fix: Concurrency limit error messages    

Concurrency limit error messages sometimes appeared erroneously on infrastructure failed jobs. Concurrency limit error messages now appear only where relevant.

Sep 10, 2024

Sep 10, 2024

Formatting fixed for "Needs Approval" badge in CircleCI web app     

The formatting for the “Needs Approval” badge on the “Pipelines” page of the CircleCI web app has been fixed.

Sep 06, 2024

Sep 06, 2024

Server release 4.4.7    

Changes

  • Increased the default number of nomad servers from 3 to 5 to improve stability
  • Increased memory request and JVM heap size for frontend to 3GB
  • Added support for HSTS

Bug Fixes

  • Fixed issue where remote docker jobs are unable to checkout when assaignPublicIP is false
  • Fixed templating error in Machine Provisioner which resulted in agent_base_url not being set
  • Fixed issue in templating where some services where not referencing the correct registry credential secrets for image pulls
  • Fixed for failing job cancel button

Image Updates

  • runner-admin
  • contexts-service
  • server-postgres

Sep 06, 2024

Sep 06, 2024

Server release 4.5.5    

Changes

  • Increased the default number of nomad servers from 3 to 5 to improve stability

Bug Fixes

  • Fixed issue where remote docker jobs are unable to checkout when assaignPublicIP is false
  • Fixed templating error in Machine Provisioner which resulted in agent_base_url not being set
  • Fixed issue in templating where some services where not referencing the correct registry credential secrets for image pulls

Image Updates

  • workflows-conductor
  • machine-provisioner
  • contexts-service
  • ciam-gateway
  • auth-service

Sep 06, 2024

Sep 06, 2024

Updated UI on the Organization Home project cards    

We’ve added additional metadata including the status badge for the last run and trigger event details to the project cards on the Organization Homepage.

Sep 06, 2024

Sep 06, 2024

Machine attribution for automated workflow & job cancelations change    

The CircleCI Automation Actor will be used to attribute automated workflow and job cancelations on September 17th, 2024. This change will impact two functionalities: