Skip to content

Releases: actions/actions-runner-controller

actions-runner-controller-0.13.0

15 Sep 00:39
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.12.8

31 Aug 00:47
7008b0c
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.12.7

03 Jul 06:17
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.12.6

30 Jun 11:43
67031ac
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.12.5

30 Jun 00:54
b1bfa87
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.12.4

29 Jun 06:51
79543ad
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.12.3

27 Jun 07:51
127a9aa
Compare
Choose a tag to compare

CAUTION: If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468. Please refer to the UPGRADING docs for the latest process.

This is a big release with lots of new features! (sorry if you're off the list, this release included a lot of changes so I've only mentioned the major stuff below, all changes are highly appreciated!)

This release includes the following major changes from the following contributors:

  • @cbui added support for deploying the Helm chart for a GitHub Enterprise Server deployment #649

actions-runner-controller-0.12.2

11 Jun 00:21
dc5f900
Compare
Choose a tag to compare

CAUTION: If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468. Please refer to the UPGRADING docs for the latest process.

This is a big release with lots of new features! (sorry if you're off the list, this release included a lot of changes so I've only mentioned the major stuff below, all changes are highly appreciated!)

This release includes the following major changes from the following contributors:

  • @int128 corrected a regression by setting a default for the sync period config for the webhook server #622

actions-runner-controller-0.12.1

09 Jun 23:31
8566a4f
Compare
Choose a tag to compare

CAUTION: If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468. Please refer to the UPGRADING docs for the latest process.

This is a big release with lots of new features! (sorry if you're off the list, this release included a lot of changes so I've only mentioned the major stuff below, all changes are highly appreciated!)

This release includes the following major changes from the following contributors:

v0.19.0: scheduled scaling, more configuration options, dry-run support

08 Jun 17:51
c424d1a
Compare
Choose a tag to compare

CAUTION: If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468. Please refer to the UPGRADING docs for the latest process.

This is a big release with lots of new features! (sorry if you're off the list, this release included a lot of changes so I've only mentioned the major stuff below, all changes are highly appreciated!)

This release includes the following major changes from the following contributors:

  • Lots and lots of documentation improvements and fixes from lots of great people :D
  • @rofafor added docker registry configuration option (#478)
  • @mumoshu added scale from 0 runner count functionality (#465)
  • @thejasn made the ephemerality configuration optional allowing for long lived static runners (#465)
  • @mumoshu added scaling schedules (#513 #515 #524)
  • @Carus11 bumped kube-proxy to 0.10.0 (#609)
  • @mumoshu parameterised the github-api-cache-duration in the kustomize build and the Helm chart (#535)
  • @mumoshu made the log level configurable (#541)
  • @mumoshu @ToMe25 Fixes for the CI tests
  • @mumoshu kubectl diff / dry-run support (#549)
  • @js-timbirkett added STARTUP_DELAY option to runner entrypoint.sh (#592)
  • @backjo added support for seLinuxOptions (#599)