Skip to content

Tags: nsheaps/actions-runner-controller

Tags

actions-runner-controller-0.23.4

Toggle actions-runner-controller-0.23.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[helm actions-runner-controller] Use namespaceSelector.matchExpressio…

…n instead of matchLabels (actions#2830)

v0.27.5

Toggle v0.27.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix parsing AcquireJob MessageQueueTokenExpiredError (actions#2837)

gha-runner-scale-set-0.5.0

Toggle gha-runner-scale-set-0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert chart name and use helper constant to trim the name base (acti…

…ons#2824)

Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>

actions-runner-controller-0.23.3

Toggle actions-runner-controller-0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump chart version to v0.23.3 for ARC v0.27.4 (actions#2577)

v0.27.4

Toggle v0.27.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: use INSTALLATION_NAME (actions#2552)

Signed-off-by: kahirokunn <okinakahiro@gmail.com>

v0.27.3

Toggle v0.27.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix docker.sock permission error for non-dind Ubuntu 20.04 runners si…

…nce v0.27.2 (actions#2499)

actions#2490 has been happening since v0.27.2 for non-dind runners based on Ubuntu 20.04 runner images. It does not affect Ubuntu 22.04 non-dind runners(i.e. runners with dockerd sidecars) and Ubuntu 20.04/22.04 dind runners(i.e. runners without dockerd sidecars). However, presuming many folks are still using Ubuntu 20.04 runners and non-dind runners, we should fix it.

This change tries to fix it by defaulting to the docker group id 1001 used by Ubuntu 20.04 runners, and use gid 121 for Ubuntu 22.04 runners. We use the image tag to see which Ubuntu version the runner is based on. The algorithm is so simple- we assume it's Ubuntu-22.04-based if the image tag contains "22.04".

This might be a breaking change for folks who have already upgraded to Ubuntu 22.04 runners using their own custom runner images. Note again; we rely on the image tag to detect Ubuntu 22.04 runner images and use the proper docker gid- Folks using our official Ubuntu 22.04 runner images are not affected. It is a breaking change anyway, so I have added a remedy-

ARC got a new flag, `--docker-gid`, which defaults to `1001` but can be set to `121` or whatever gid the operator/admin likes. This can be set to `--docker-gid=121`, for example, if you are using your own custom runner image based on Ubuntu 22.04 and the image tag does not contain "22.04".

Fixes actions#2490

actions-runner-controller-0.23.2

Toggle actions-runner-controller-0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump chart version to v0.23.2 for ARC v0.27.3 (actions#2514)

Ref actions#2490

gha-runner-scale-set-0.4.0

Toggle gha-runner-scale-set-0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gha-runner-scale-set 0.4.0 release (actions#2467)

Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>

actions-runner-controller-0.23.1

Toggle actions-runner-controller-0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chart: Bump version to 0.23.1 (actions#2483)

v0.27.2

Toggle v0.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
actions-metrics: Do our best not to fail the whole event processing o…

…n no API creds (actions#2459)