Machine Runner:
- Machine runner now passes CircleCI’s built-in environment variables through to
command_prefixwrapper scripts, so a wrapper can read job details such as the build number and branch.
Container Runner:
- Fixed garbage collection so that when one agent replica dies, the surviving replicas clean up the task pods it left behind. Previously those orphaned pods could linger and keep reserving cluster resources.
Both Machine and Container Runner:
- The Lifecycle step output now includes the runner’s IP address and a clearer runner name, making it easier to identify which runner picked up a job.