gha-runner-scale-set-0.10.0
This release includes major improvements to the runner provisioning duration. In short, you should see less latency between queueing a workflow run and having a runner available to execute the job.
Make sure to check #3832 and #3848 for details on how to fine-tune that behavior.
Major changes
- Add exponential backoff when generating runner reg tokens #3724
- Make EphemeralRunnerController MaxConcurrentReconciles configurable #3832
- Make EphemeralRunnerReconciler create runner pods earlier #3831
- Make k8s client rate limiter parameters configurable #3848
Minor changes
- Bump github.com/bradleyfalzon/ghinstallation/v2 from
2.8.0
to2.12.0
#3837 - Bump golang.org/x/crypto from
0.22.0
to0.31.0
#3844 - Update docs with details for the dashboard visualizations #3696
Full Changelog: gha-runner-scale-set-0.9.3...gha-runner-scale-set-0.10.0