Skip to content

Releases: actions/actions-runner-controller

v0.9.2

Choose a tag to compare

@mumoshu mumoshu released this 13 Oct 12:19
231cde1

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)

Choose a tag to compare

@mumoshu mumoshu released this 09 Oct 00:17
c986c55

Changelog

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

v0.9.0

Choose a tag to compare

@mumoshu mumoshu released this 08 Oct 00:03
f12bb76

Changelog

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

v0.8.0

Choose a tag to compare

@mumoshu mumoshu released this 06 Oct 01:05
1bc6809

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

Choose a tag to compare

@summerwind summerwind released this 05 Aug 12:36
35caf43

Changelog

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

v0.7.1

Choose a tag to compare

@summerwind summerwind released this 02 Aug 04:17
3818e58

Changelog

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

v0.7.0

Choose a tag to compare

@summerwind summerwind released this 28 Jul 12:22
e10637c

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

Choose a tag to compare

@summerwind summerwind released this 29 Jun 11:40
f1556ff

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

v0.5.0

Choose a tag to compare

@summerwind summerwind released this 08 May 13:54
390f2a6

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

Choose a tag to compare

@summerwind summerwind released this 26 Apr 01:39
d1429be

Changelog

  • Share runner's working directory with docker sidecar #45
  • Improve readme #41