Actions Runner Controller Versions Save

Kubernetes controller for GitHub Actions self-hosted runners

gha-runner-scale-set-0.6.1

7 months ago

v0.6.1

:warning: Warning

The following might be a breaking change. Please read: Update docker in docker configuration to use Unix sockets instead of HTTPS (TLS)

Major changes

  • Replace TLS dockerd connection with unix socket #2833
  • Fix name override labels when runnerScaleSetName value is set #2915
  • Fix nil map when annotations are applied #2916
  • Updates: container-hooks to v0.4.0 #2928

gha-runner-scale-set-0.6.0

8 months ago

v0.6.0

⚠️ Warning

Please evaluate these changes carefully before upgrading.

Major changes

  1. Fix parsing AcquireJob MessageQueueTokenExpiredError #2837
  2. Set restart policy on the runner pod to Never if restartPolicy is not set in template #2787
  3. Set the AutoscalingRunnerSet name to runnerScaleSetName #2803
  4. Extend and generate crds allowing listener pod spec change #2758
  5. Extend the user agent and fix the build version for the listener app #2892

actions-runner-controller-0.23.5

8 months ago

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

actions-runner-controller-0.23.4

8 months ago

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

v0.27.5

8 months ago

Hey everyone! v0.27.5 is yet another patch release for the legacy ARC 🎉

This version includes a few stability fixes like https://github.com/actions/actions-runner-controller/pull/2671 accumulated in 3 months. Thanks for your contribution and patience, as always!

To everyone who is still using v0.27.x, please be sure to read our GA announcement for the new ARC made in July. It's what we've been calling RunnerScaleSet, and should be more reliable and easy to use due to it's architectural enhancement and excellent engineering done by the team!

What's Changed

New Contributors

Full Changelog: https://github.com/actions/actions-runner-controller/compare/v0.27.4...v0.27.5

gha-runner-scale-set-0.5.0

8 months ago

v0.5.0

⚠️ Warning

Please evaluate these changes carefully before upgrading.

Major changes

  1. Provide scale-set listener metrics #2559
  2. Add DrainJobsMode #2569
  3. Trim gha-runner-scale-set to gha-rs in names and remove role type suffixes #2706
  4. Adapt role name to prevent namespace collision #2617
  5. Add status check before deserializing runner-registration response #2699
  6. Add configurable log format to values.yaml and propagate it to listener #2686
  7. Extend manager roles to accept ephemeralrunnerset/finalizers #2493
  8. Trim repo/org/enterprise to 63 characters in label values #2657
  9. Revert back chart renaming #2824
  10. Discard logs on helm chart tests #2607
  11. Use build.Version to check if resource version is a mismatch #2521
  12. Reordering methods and constants so it is easier to look it up #2501
  13. chore: Set build version on make-runscaleset #2713
  14. Fix scaling back to 0 after min runners were set to number > 0 #2742
  15. Document customization for containerModes #2777
  16. Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 #2628
  17. chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 #2716
  18. Move gha-* docs out of preview #2779
  19. Prepare 0.5.0 release #2783
  20. Security fix #2676
  21. Sample Grafana dashboard

actions-runner-controller-0.23.3

1 year ago

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

v0.27.4

1 year ago

This is another patch release for ARC v0.27.x series, which mainly fixes the docker.sock permission issue (#2536), the missing scale down issue related to job cancellation (#2520). If you are stuck at v0.27.1 due to the docker.sock issue, this release should be the best upgrade target!

What's Changed

New Contributors

Full Changelog: https://github.com/actions/actions-runner-controller/compare/v0.27.3...v0.27.4

actions-runner-controller-0.23.2

1 year ago

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

v0.27.3

1 year ago

This patch version bump for ARC v0.27.x is intended to fix #2490 via #2499. If you've previously upgraded to v0.27.2 and then reverted back to v0.27.0 or v0.27.1 due to that, please read the description of #2499 and confirm you have absolutely been affected, try this version, and see if it actually fixes the issue!

What's Changed

New Contributors

Full Changelog: https://github.com/actions/actions-runner-controller/compare/v0.27.2...v0.27.3