Skip to content

Releases: actions/actions-runner-controller

v0.9.4

21 Oct 12:35
faaca10
Compare
Choose a tag to compare

Changelog

  • Manifests valid for K8s 1.18 and 1.19 (#123)
  • Inject Env Vars into Runner defined Container Spec (#127)
  • Patch additional protocol instances during manifest generation (#129)
  • Configurable "runner and DinD in a single container" (#126)
  • Possibility to define resources for DIND container (#125)
  • Restart if pod ends up succeeded (#136)

v0.9.3

14 Oct 00:08
2d250d5
Compare
Choose a tag to compare

Changelog

  • Fix release build (#122)

v0.9.2

13 Oct 12:19
231cde1
Compare
Choose a tag to compare

Changelog

  • Fix the actions workflow to properly push container images and enhances it to support forks (#117)

v0.9.1: Fixing Docker Build and Push for Runner Image (#115)

09 Oct 00:17
c986c55
Compare
Choose a tag to compare

Changelog

  • Fix Docker Build and Push for Runner Image (#115)

v0.9.0

08 Oct 00:03
f12bb76
Compare
Choose a tag to compare

Changelog

  • Prefer autoscaling based on jobs rather than workflows if available (#114)
  • Update runner to v2.273.5 (#111)

v0.8.0

06 Oct 01:05
1bc6809
Compare
Choose a tag to compare

Changelog

  • Update runner to v2.273.4 #101
  • Use self update ready entrypoint #99
  • Do not delete runner if busy #103
  • Allow access to finalizers subresource on OpenShift #95
  • Bump cert-manager API version #94
  • Multi-arch container image #86
  • Bump controller-gen to 0.3.0

v0.7.2

05 Aug 12:36
35caf43
Compare
Choose a tag to compare

Changelog

  • Do include currently missing HRA CRD in the released manifests #82
  • Add scaling-down scenario to integration test #81

v0.7.1

02 Aug 04:17
3818e58
Compare
Choose a tag to compare

Changelog

  • Update runner to v2.272.0 #80
  • Fix crash on startup after the HRDA addition #76

v0.7.0

28 Jul 12:22
e10637c
Compare
Choose a tag to compare

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

29 Jun 11:40
f1556ff
Compare
Choose a tag to compare

Changelog

  • Update runner to v2.262.0 #54
  • Update runner to v2.262.1 #55
  • Update runner to v2.263.0 #56
  • Repository-wide RunnerDeployment Autoscaling #57
  • Add an extra permission to README for organization self hosted runners #59
  • Update runner to v2.267.0 #63