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.
Container Runner
- Added support for customizable service containers, allowing users more control over a service’s resource usage on a per-image basis. For additional details, refer to the docs.
- Introduced configuration validation to avoid setting the garbage collection threshold below the max task runtime, preventing premature Pod removal and task interruptions.
- Modified the task agent directory to avoid conflicts with existing directories in the
PATH
variable.
Both Machine and Container Runner:
- Added injection of the
CIRCLE_URL
variable into task environments. This will resolve tohttps://runner.circleci.com
on cloud, or to the host URL of your server installation on enterprise server.