Skip to content

Changelog

Keep up to date with our latest
releases and enhancements.

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.0    

Runner Release 3.1.0

Container Runner:

Release Agent Release 1.3.2    

Changes:

  • Security updates
  • Minor logging improvements
  • Improved validation logic for retrying a release

More details can be found here.

Skip to the most recent server release version 4.7    

Our general recommendation is not to skip releases when upgrading server. However, we validated that you can seamlessly upgrade directly from server 4.3, 4.4, 4.5 and 4.6 to server 4.7. While future version skips may not be tested by CircleCI, this ensures a clear path to adopt server 4.7 and stay on a newly supported version.

For more information on Server release version 4.7 see the changelog.

Custom UI Labels in Releases    

Releases users can now add custom labels to their components and environment integrations, as well as filter the timeline view by created labels. Labels can be added, edited, and removed via the Component Settings and Environment Integration Settings pages.

More Flexible Job Required Capabilities     

Customers have been asking for more flexibility when building dependency requirements between jobs. To date “requires” was based on the success of the required job. That is no longer the case. “Requires” now supports job status; success, failed, and canceled. So you can now build out complex dependency maps and fan in/out scenarios.

Display "Organization slug" on Organization settings page    

The page Organization Settings > Overview now includes a new “Organization slug” section, which lets users view and copy in one click the slug of their organization.

CircleCI Go Orb v2.2.0    

Go orb version 2.2.0 now supports the gotestum command available in the latest Go Docker convenience images.

Increased 'Last Run' data refresh rate for Organization Home project cards    

Previously, the ‘Last Run’ value on project cards on the Organization Homepage would only update when the page was loaded. We’ve now set it to refresh every 60 seconds, providing users with the most up-to-date ‘Last run’ data for their projects.

Improvement to triggers list    

The triggers table in the page Project Settings > Triggers previously listed triggers by “Trigger Name”, now they are listed by “Trigger source”. This column shows:

  • For VCS triggers, the name of the triggering repository
  • For Custom Webhooks, the user-defined “trigger source” that was defined on trigger creation

Add error message when "Authorize" fails in GitHub App pipeline and trigger creation    

When attempting to create a GitHub App pipeline or trigger, clicking on the “Authorize” button fails if the user’s GitHub account is already connected to a different CircleCI account. Until now, no error message was shown when this happened, making it difficult to troubleshoot the issue. We now surface an error message when this situation occurs.

While for now this message instructs users to “contact support”, in the future we plan to provide a self-serve solution to this problem.

CircleCI Go orb v2.0.0    

CircleCI Go orb version 2.0.0 introduces the with-cache command that lets customers store the Go build cache, golangci-lint cache, and Go module cache. Save-cache and load-cache have been renamed. https://github.com/CircleCI-Public/go-orb/pull/90

Update to Scheduled Pipelines and improvements within Project Settings    

Updates:

Fixed issue preventing the same GitHub App pipeline being triggered via multiple event sources    

The pipeline value pipeline.trigger_parameters.webhook.body is now present for all GitHub App and Bitbucket Data Center pipelines, no matter how they are triggered.

Additional improvements to the Trigger Pipeline experience in the CircleCI web app    

Updates:

Introduce ability to edit GitHub App triggers    

GitHub App triggers, previously uneditable, can now be edited.

Improved Trigger Pipeline experience in the CircleCI web app    

Updates:

UI fix for approval job boxes on the workflow page    

We have rolled out a fix to remove the extra whitespace for jobs that need approval on the workflow page.

Display "Project slug" on Project Settings page    

The page Project Settings > Overview now includes a new “Project Slug” section, which lets users view and copy in one click the slug of their project.

Fixed the UI for approval job boxes on the workflow page    

We’ve removed the extra whitespace for jobs requiring approval on the workflow page.

Xcode 16.2 Beta 2 available    

The Xcode 16.2 beta 2 image is now available to be used in CircleCI pipelines.

IP Ranges Conditional Parameter Support    

IP Ranges now support parameters providing more dynamic control of when ip ranges is used in builds.

Repository used to checkout code now included in step output of CircleCI web app    

As part of enabling users to more flexibly trigger work, the output of the “checkout step” in the CircleCI web app now shows the repository that is being checked out during the execution of the job. This is helpful for scenarios where the repository being checked out does not match the repository where the configuration file lives and/or the repository of the trigger event.

GitHub OAuth App "triggers" reflected in Triggers tab of Project Settings    

As a continuation of CircleCI’s update to enable access to “GitHub App functionality” to all CircleCI users (including users of the GitHub OAuth App integration), the “Triggers” tab in Project Settings of the CircleCI web app now shows a “GitHub OAuth App” trigger 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.

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.

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.

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.

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.

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.

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.

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.

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.

Xcode 16 RC available    

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

Updates to the People tile on the Organization Homepage    

For CircleCI organizations that integrate with GitLab or GitHub App:

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.

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:

Disable user deploy keys    

It is now possible to disable use of existing, and creation of new, user checkout SSH keys by request. Contact support to disable user checkout keys for your organization.

Change to webhook.body pipeline value    

Previously: The pipeline.trigger_parameters.webhook.body pipeline value was only populated when a custom webhook triggered the pipeline. If a config used pipeline.trigger_parameters.webhook.body and the pipeline was triggered with a GitHub App event, an errored pipeline would occur. This made it difficult to use one configuration file with a custom webhook & GitHub App triggers.

Release Agent 1.3.1 Release    

Changes:

  • Improved error logging
  • Fixed issue with handling of restarts for Deployment objects

More details can be found here.

Xcode 16 Beta 5 available    

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

Server Release 4.4.6    

Fixes

  • Fixed a broken helm template when an imagePullSecret is not set
  • Fixed self signed certificates support

Server Release 4.3.7    

What’s New

  • Added support for absolute paths in defining a GCP network under the machine provisioner configuration. This feature is particularly useful for VM jobs using shared networks, enabling explicit network selection. This corrects a regression from the previous VM service architecture.

NOTE: The above was incorrectly included in the 4.3.6 release but was not part of that release.

Fixes

  • Fixed a broken helm template when an imagePullSecret is not set
  • Fixed self signed certificates support

New fields being introduced to Usage API    

Three new fields will be introduced to the Usage API on August 23, 2024 to help you better understand how your builds are running. These fields are:

Fixed truncated job names on the workflow page    

Job names greater than 10 characters were previously truncated on the workflows page. We’ve resolved this issue by increasing the box height to display the full job name.

Fixed the redirection URL of a link on the job page for Gitlab integration     

Xcode 16 Beta 4 available    

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

Release Agent 1.3.0 Release    

Changes:

  • Improved updates of component status
  • Security updates
  • Minor bug fixes

macOS orb version 2.5.2 available    

The newest macOS orb version 2.5.2 resolves an intermittent issue where the wrong IP address was shown in the ssh command string after running a Rebuild with SSH job.

Minor improvement to Inbound Webhook trigger creation flow    

When creating a new Inbound Webhook trigger, CircleCI automatically creates a GitHub App configuration source to be used by the trigger. With this fix, the config source is automatically created when saving the trigger, rather than when entering the creation flow.