Skip to content

Releases: actions/actions-runner-controller

actions-runner-controller-0.3.1

07 Feb 07:47
2146c62
Compare
Choose a tag to compare

A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.

v0.17.0: Enterprise Runners

05 Feb 01:17
28e80a2
Compare
Choose a tag to compare

This release includes the following changes from contributors. Thank you!

  • @donovanmuller added support for additional environment variables (#271)
  • @thrawny fixed the controller to actually use 'dockerdContainerResources' to set resources on the dind (#273)
  • @clementlecorre fixed install installation method in the docs (#275)
  • @donovanmuller fixed the Helm chart to have the up-to-date appVersion of 0.6.1 (#272)
  • @donovanmuller updated the default and latest GitHub runner version (#280)
  • @ap0phi5 added github.sha to DockerHub push for users who prefer immutable tags (#286)
  • @zetaab added support for enterprise runners (#290)

actions-runner-controller-0.2.1

29 Jan 00:30
d37cd69
Compare
Choose a tag to compare

A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.

actions-runner-controller-0.2.0

25 Jan 00:15
Compare
Choose a tag to compare

A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.

v0.16.1: Support for upgrading to 2.276.0 or greater, fix for autoscaling max/min

24 Jan 02:12
ace95d7
Compare
Choose a tag to compare

Changelog

This release includes the following changes from numerous contributors. Thank you!

actions-runner-controller-0.1.2

24 Jan 06:37
1127c44
Compare
Choose a tag to compare

A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.

v0.16.0: Nicer autoscaler metric type and Helm chart enhancements

17 Dec 01:26
0dadddf
Compare
Choose a tag to compare

Changelog

This release includes the following changes from numerous contributors. Thank you!

  • @reiniertimmer removed beta GitHub client implementations (#228)
  • @ZacharyBenamramZachary Added "PercentageRunnersBusy" horizontal runner autoscaler metric type (#223, #235, #237)

Helm Chart:

v0.15.0: EKS IAM roles for SA, Fixed unnecessary hourly restart

08 Dec 08:59
dfffd3f
Compare
Choose a tag to compare

Changelog

This release includes the following changes from numerous contributors. Thank you!

  • @Hi-Fi fixed the unnecessary hourly restart(recreation) of runner pods (#227)
  • @mumoshu added support for EKS IAM roles for service accounts (#226)
  • @mumoshu enhanced the default runner image to support ruby/setup-ruby (#224)

v0.14.0: TLS between runner and dockerd, faster runner restarts, reduced GitHub API calls

06 Dec 01:18
a2b335a
Compare
Choose a tag to compare

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 and docker/setup-buildx-action. See #192 (comment) for more information and the exact change you'll need on your workflow config files.
  • @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

25 Nov 23:41
Compare
Choose a tag to compare

Changelog

  • Fix broken release workflow since v0.13.0