Skip to content

Releases: actions/actions-runner-controller

v0.26.0

12 Sep 23:47
795cf8b

Choose a tag to compare

This release features rootless DinD runners, granular runner status updates, and the new multitenancy support.

The release note covers all the details and you should definitely read it before upgrading! Find it at https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/releasenotes/0.26.md.

Lastly, there are also a lot of enhancements, improvements, fixes, and so on for the documentation and the chart. Thanks everyone for your contributions! Read on for all the changes.

What's Changed

Read more

actions-runner-controller-0.20.2

15 Jul 01:24

Choose a tag to compare

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

v0.25.2

14 Jul 21:42
6762c5c

Choose a tag to compare

What's Changed

  • release-0.25: Fix excessive runnerreplicaset update issue since 0.25.0 by @mumoshu in #1651

Full Changelog: v0.25.1...v0.25.2

v0.25.1

09 Jul 02:45
fea1457

Choose a tag to compare

The highlight of this patch release is #1615, which fixes the regression in the runner pod graceful termination process introduced by v0.25.0. Big kudos to @everpcpc who isolated the issue and contributed the fix! 👏

What's Changed

  • Bump chart version to 0.20.0 for ARC 0.25.0 by @mumoshu in #1600
  • Make it easier to E2E test on various K8s versions by @mumoshu in #1599
  • Fixed Simple typo by @ViktorLindgren95 in #1606
  • Use Argo Tunnel for exposing the autoscaler's webhook server by @mumoshu in #1595
  • Add toubleshooting for cert-manager ca error by @mumoshu in #1598
  • Enhance the E2E test to be runnable against remote clusters on e.g. AWS EKS by @mumoshu in #1610
  • fix: annotate pod instead of label on UnregistrationFailureMessage by @everpcpc in #1615

New Contributors

Full Changelog: v0.25.0...v0.25.1

actions-runner-controller-0.20.1

09 Jul 23:26
8b619e7

Choose a tag to compare

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

v0.25.0

05 Jul 01:50
a190fa9

Choose a tag to compare

The highlight of this release is a new Kubernetes container mode that improves the security posture of runner pods by removing the need for privileged containers.

In addition to that, this release improves the reliability of the webhook-based autoscaler, and removes the support for the legacy --once actions runner flag.

The release note covers all the details and you should definitely read it before upgrading! Find it at https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/releasenotes/0.25.md.

Lastly, there are also a lot of enhancements, improvements, fixes, and so on for the documentation and the chart. Big kudos to everyone who contributed! Read on for all the changes.

What's Changed

New Contributors

Full Changelog: v0.24.1...v0.25.0

actions-runner-controller-0.20.0

05 Jul 02:20
edbdef8

Choose a tag to compare

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

actions-runner-controller-0.19.1

15 Jun 02:35
7fd5e24

Choose a tag to compare

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

v0.24.1

14 Jun 00:07
0ef9a22

Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

actions-runner-controller-0.19.0

03 Jun 13:02
7c4db63

Choose a tag to compare

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