Releases: actions/actions-runner-controller
Releases · actions/actions-runner-controller
v0.7.0
Changelog
- Update runner to v2.267.1 #73
- Runner Pod's
imagePullPolicy
value can now be changed #71 - Add HorizontalRunnerAutoscaler resource for autoscaling #66
Breaking changes
RunnerDeployment resource's minReplicas
and maxReplicas
fields introduced in v0.6.0 are now removed. All functions of auto scaling is also migrated to HorizontalRunnerAutoscaler resource. Please use Please use the HorizontalRunnerAutoscaler resource.
v0.6.0
v0.5.0
Changelog
- Support for organization runners #44
- fix delete pod when runner failed to register #47
- Set volume to pod properly #49
- Add validation webhooks #50
- Add additional software packages to runner image #52
- fix typo readme #53
Notable changes
- Added support for the organization-level runner. See the documentation for more on organization-level runner.
- The installation of cert-manager is now required for the controller to work.
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
Changelog
- Add 'env' field to runner resource
- runner: Unset environment variables for runner config
- runner: Use dumb-init to handle signal properly
v0.2.0
Changelog
- Implement finalizer
- Record event of runner resource
- Add additional printer columns
- Sync runner status with pod status
- Add
-github-token
flag - Add
-docker-image
flag - Add
-runner-image
flag
v0.1.0
Changelog
- Initial release