Releases: actions/actions-runner-controller
Releases · actions/actions-runner-controller
v0.14.0: TLS between runner and dockerd, faster runner restarts, reduced GitHub API calls
Changelog
This release includes the following changes from numerous contributors. Thank you!
- @Warashi secured connection between the runner agent and dockerd by enabling TLS (#192)
- WARNING: You'll be required to update your actions workflow to create a docker context used by
crazymax/ghaction-docker-buildx
anddocker/setup-buildx-action
. See #192 (comment) for more information and the exact change you'll need on your workflow config files.
- WARNING: You'll be required to update your actions workflow to create a docker context used by
- @ZacharyBenamram made runner containers to restart faster and reduced GitHub API calls (#214)
- @ahmad-hamade enhanced the Helm chart for
priorityClassName
support (#215) - @ap0phi5 updated our GitHub Actions workflow powering automated releases to use docker's official actions (#197)
- @erikkn upgraded go-github to v33 (#222)
v0.13.1
v0.13.0
Changelog
v0.12.0
Changelog
v0.11.3
Changelog
- @reiniertimmer Updated Runner to 2.274.1 (#176)
- @Hi-Fi Increase memory limit (#173)
- @reiniertimmer Enabled matrix build for runner image (#179)
- @emaincourt Added read-only permissions to actions for being able to autoscale (#180)
- @droidpl Improved the documentation for permissions and replication (#175)
- @callum-tait-pbx improved the documentation to add a "common errors" section and reordered the permissions section for clarity (#182)
- @mumoshu Added acceptance test (#168)
- @mumoshu Added the initial version of Helm chart (#187)
- @mumoshu Made Runner{Deployment,ReplicaSet} replicas actually optional (#186, #189)
- @callum-tait-pbx Enhanced the manifests to include --sync-period (#188)