Skip to content

Tags: geek-cookbook/actions-runner-controller

Tags

actions-runner-controller-0.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'add-ci-workflow' of github.com:geek-cookbook/actions-ru…

…nner-controller into add-ci-workflow (#6)

actions-runner-controller-0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ci workflow (#5)

v0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README for "PercentageRunnersBusy" HRA metric type (actions#237)

* adding readme for new hpa scheme

* callum's comments

Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>

v0.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: EKS IAM Roles for Service Accounts for Runner Pods (actions#226)

One of the pod recreation conditions has been modified to use hash of runner spec, so that the controller does not keep restarting pods mutated by admission webhooks. This naturally allows us, for example, to use IRSA for EKS that requires its admission webhook to mutate the runner pod to have additional, IRSA-related volumes, volume mounts and env.

Resolves actions#200

v0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Github pkg: Bump github package to version 33 (actions#222)

v0.13.1

Fix release workflow to not use add-path

Fixes actions#208

v0.13.0

Fix release workflow to not use add-path

Fixes actions#208

v0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add dockerEnabled option (actions#191)

Add dockerEnabled option for users who does not need docker and want not to run privileged container.
if `dockerEnabled == false`, dind container not run, and there are no privileged container.

Do the same as closed actions#96

v0.11.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas op…

…tional (actions#189)

Ref actions#186

v0.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix token registration broken since v0.11.0 (actions#167)

Fixes actions#166