Skip to content

Changelog

Keep up to date with our latest
releases and enhancements.

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

Fixes

  • Fixed broken rerun with ssh
  • Fixed broken self-signed cert support
  • Added support for adding an empty array for imagePullSecrets

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

Feature Deprecation Notice for "Notify" Filtering    

An experimental feature to filter notifications by branch “notify” is now deprecated. It will be removed in 30 days September 8th, 2024. Once this change is completed customers will continue to receive notifications but they will no longer be filtered by branch.

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.

Server Release 4.5.2    

What’s changed?

  • Authenticated users are now redirected from /server-login to the app subdomain’s dashboard.
  • Users who require admin approval before logging in will now see an error message on the login screen.
  • Improved error handling when retrieving pipeline values from GCS
  • Default resource class can now be set via Repl.
  • Project-based context restrictions now populate the project list.
  • ~Improved k8s runner start up times. Task agent will now be initialized via init image rather than waiting to copy over the agent after the task pod has started.~

Update: Aug 12, 2024. We discovered that the init container changes were not included in this release and have updated the change log.

Repository search for GitLab and GitHub App is now limited to 100 entries    

In order to prevent timeouts for customers with a large number of repositories, dropdown menus for repository search for GitLab and GitHub App now limit results to 100 repositories.

Fix slow loading of CircleCI documentation    

We have made changes to the infrastructure that hosts CircleCI’s documentation in response to reports of slow loading & intermittent usability issues.

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

Outbound webhooks timeout increased from 5 to 10 seconds    

The timeout threshold for CircleCI’s outbound webhooks functionality has been increased from 5 seconds to 10 seconds.

Xcode 16 Beta 4 available    

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

New IP Range for macOS    

A new range of IPs has been added to CircleCI’s macOS Cloud. This range will go into rotation starting August 5th. Review the latest IP ranges for macOS.

Server Release 4.4.5    

FIXES

  • Resolved an issue which prevented project loading on the Insights dashboard.

Addressed regressions from server 4.2:

Server Release 4.3.6    

Fixes

  • Resolved an issue that prevented project loading on the Insights dashboard.

Addressed regressions from server 4.2:

Release Agent 1.3.0 Release    

Changes:

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

MCP Rollback Tool    

We’re excited to announce that the rollback MCP command tool is live in production now. You can now trigger a rollback pipeline or a workflow rerun via your LLM or LLM wrapper to revert faulty deployments.

Server Release 4.2.7    

Enhancements

  • Updated AMIs. These images are now based on ubuntu 22.04. Older images are no longer available at this time.

Bug Fixes

  • Fix to address a change in the Github API validation for the content-type field which is breaking webhook setup for projects

Xcode 16 Beta 3 available    

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

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.

Runner Release 3.0.24    

Runner Release 3.0.24

Both Machine and Container Runner:

Xcode 16 Beta 2 available    

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

Minor adjustment when accepting an invitation to CircleCI    

There is no longer an optional step to connect your VCS when accepting an invitation to a CircleCI organization that integrates with GitLab or GitHub App

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.

Product tour and demo video for Releases now available    

Users visiting the Releases UI for the first time can now explore our Product Tour, which highlights the various features and value of CircleCI Releases. It also includes a demo video to walk users through different use cases that can be solved using Releases.

Error Summarizer now requires opt in    

Admins must now opt in their organization to use the experimental intelligent error summaries. Enable this experiment in the Advanced section of Organization Settings.

macOS Intel resource end of life    

As of June 28 24:00 UTC, the Intel-based macOS Gen2 macos.x86.medium.gen2 resource class is no longer available. Jobs that specify this resource will fail with an Invalid resource class error.

Learn about CircleCI macOS resource classes.

Minor updates to project creation flow    

Organizations that integrate with GitHub App or GitLab will see minor updates to the CircleCI web app after the “Create Project” button is clicked. There is now a “project type” selection page.

m1 medium Default for Performance and Scale Plans    

m1 medium is now the default resource class for Performance and Scale Plan customers. This applies only to jobs that do not have a resource class specified.

m1 Medium for free plan    

m1 medium is now the default resource class for free plan customers. Jobs that previously used medium Gen2 will automatically be upgraded to m1 medium as of June 27. Learn more.

Server 4.5.1    

Bug Fixes

  • Fix for issue in runner UI were a resource class may show up as undefined
  • Fixed broken insights UI and API due to missing table data
  • Removed unnecessary ingress
  • Fixed missing CORS for job cancel API endpoints. v1.1 and v2 job cancel endpoints will now work as expected
  • Removed hardcoded notification email in frontend and workflows-conductor services

Runner Release 3.0.23    

NOTE: Release 3.0.23 has been removed from our package repository. It contained bug breaking OIDC token injection for Cloud Runner users. Please use this release 3.0.24 instead.

New IP Range for MacOS    

A new range of IPs has been added to CircleCI’s macOS Cloud. Review the latest IP ranges for macOS.

Server Release 4.4.4    

Bug fixes

  • Fixed broken insights UI and API due to missing table data
  • Removed unnecessary ingress
  • Fixed missing CORS for job cancel API endpoints. v1.1 and v2 job cancel endpoints will now work as expected
  • Removed hardcoded notification email in frontend and workflows-conductor services
  • Instead of copying task agent into each task pod, we now use an init container with task agent resulting in faster time to starting tasks

Update: Aug 12, 2024. We discovered that the init container changes were not included in this release and have updated the change log.

Organization Homepage correctly shows Releases credits    

The Plan card on the Organization Homepage in the CircleCI web app was not including credits charged for using CircleCI’s Releases functionality. This has been fixed.

Server Release - 4.3.5    

Bug Fixes

  • Removed duplicate volume from domain-service
  • Numerous CVE fixes
  • Removed unnecessary ingress rules
  • Fixed job cancel endpoints
  • SMTP bug fix
  • Added flag to disable isolated git checkout when invoking task agent
  • Instead of copying task agent into each task pod, we now use an init container with task agent resulting in faster time to starting tasks

Update: Aug 12, 2024. We discovered that the init container changes were not included in this release and have updated the change log.

Plan badge updated on User Homepage    

When one organization shares a plan with another organization, the plan tier of the parent organization is shown on the User Homepage (/home) of the CircleCI web app. Previously, this showed Free.

Minor enhancement to "User Homepage" of CircleCI web app    

The “User Homepage” of the CircleCI web app now has a smoother transition when a user clicks on a card.

Browser page titles fixed    

On certain pages of the CircleCI web app, the organization ID was shown in the title of the page in the browser instead of the actual title of the page. This has been fixed.

Minor changes to "Organization Home" in CircleCI web app    

The “project cards” on the “Organization Home” of the CircleCI web app now say “< 1 minute ago” instead of “less than one minute ago” to avoid wrapping onto the second line of the card.

CircleCI VSCode Extension 2.8.4 released    

Download the latest version here. This release includes minor maintenance improvements.

Updated messaging in CircleCI web app when a user is suspended    

Users will now see a message in the CircleCI web app requesting that they submit a form if they have been marked as suspended for suspected abuse in order to have the suspension removed.

CircleCI web app updated to be more readable when a user is not logged in    

If a user is not logged in to CircleCI but is attempting to view something in the CircleCI web app, the left-hand navigation’s text is now readable. It was previously using a font color that made it unreadable.

"Dismiss All" option no longer clickable from notifications center when there are no notifications to dismiss    

The “Notification Center” in the top right corner of the CircleCI web app no longer lets a user click the “Dismiss All” option if there are no notifications to dismiss.

"Go back" button bug fixed    

When a user clicked “Go back” from the flow to create a project with CircleCI’s GitHub App or GitLab integrations, the web app would not redirect the user back to the previous page that they were on. This has now been fixed.

"Create Project" button design updated across CircleCI web app for consistency    

The “Create Project” button in the CircleCI web app has been updated to look the same in every occurence of the button for consistency.

Organization Homepage updated in CircleCI web app to show all projects    

The “Organization Homepage” in the CircleCI web app now shows all projects for organizations that use CircleCI’s GitHub App or GitLab integrations instead of only showing projects that have been followed.

Server 4.1.10    

Change Log

  • Suspended users will receive a more descriptive error upon failure to log in.
  • Bug fixes for SMPT email value.

Server 4.2.6    

Change Log

  • Suspended users will receive a more descriptive error upon failure to log in.
  • Bug fixes for SMPT email value.