Skip to content

Tags: najmulsheik/actions-runner-controller

Tags

actions-runner-controller-0.23.3

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

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

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

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

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

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

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)

actions-runner-controller-0.23.0

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.0 (actions#2449)

v0.27.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 2022-12-05-adding-labels-k8s-resources.md (actions#2420)

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent releases on wrong tag