The CircleCI web app now shows how much time is saved on each job that uses the “rerun failed tests” feature.
Sep 11, 2023
The CircleCI web app now shows how much time is saved on each job that uses the “rerun failed tests” feature.
Sep 05, 2023
A badge in the CircleCI web app now indicates when a workflow used the “rerun failed tests” feature.
Aug 31, 2023
New users who are joining existing GitHub organizations on CircleCI will now need an invitation from an org member that is already registered for CircleCI. Read more on our community forum.
Aug 29, 2023
If a job is not set up to use the “rerun failed tests” feature, the UI now reads: “Set up rerun failed tests” and links directly to the “rerun failed tests” documentation.
Aug 25, 2023
As of August 25, 2023 all projects now have an enhanced experience for viewing steps through the CircleCI UI. Benefits include:
Aug 01, 2023
- Improved the retry logic on task pod startup to prevent errors.
- Release of the Linux machine runner 3.0 preview. For more information see, Installing Machine Runner 3.0 on Linux.
Aug 01, 2023
- Reduce claiming interval from 10 seconds to 5 seconds
- Improve robustness when starting tasks on newly created nodes
- Default to a non-root user in the container runner Docker image
Jun 28, 2023
What’s New
For GitLab projects, access to view and run contexts is now extended to those with the following roles: Project Admin or Project Contributor. Refer to the docs for more about project roles, and contexts.
May 03, 2023
What’s New
Jobs that are configured to use setup_remote_docker
are now indicated on the job details UI, Plan Usage UI, and Insights as using the “Remote Docker” executor.
Apr 19, 2023
What’s New
CircleCI’s CLI now includes an env subst
command, which serves as a wrapper around the popular envsubst CLI tool. The command is used to substitute environment variables in a text string or file.