Skip to content

Tags: int128/actions-runner-controller

Tags

actions-runner-controller-0.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix nil pointer error on received check_run event (actions#331)

* Reproduce nil pointer error on received check_run event

* Fix nil pointer error on received check_run event

actions-runner-controller-0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bumping Helm chart version (actions#294)

* chore: adding mac rubbish to gitignore

* chore: bumping chart version

v0.17.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for enterprise runners (actions#290)

* Add support for enterprise runners

* update docs

actions-runner-controller-0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat/helm: Bump appVersion to 0.6.1 release (actions#272)

* feat/helm: Bump appVersion to 0.6.1 release

* Also bump chart version to trigger a new chart release

Co-authored-by: Yusuke Kuoka <c-ykuoka@zlab.co.jp>

actions-runner-controller-0.2.0

chart: Bump to 0.2.0

v0.16.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix self-update failuers due to /runner/externals mount (actions#253)

* Fix self-update failuers due to /runner/externals mount

Fixes actions#252

* Tested Self-update Fixes (actions#269)

Adding fixes to actions#253 as confirmed and tested in actions#264 (comment) by @jolestar, @achedeuzot and @hfuss 🙇 🍻

Co-authored-by: Hayden Fuss <wifu1234@gmail.com>

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.
Add GitHub Actions to publish helm chart (actions#257)

* Add chart workflows (#1)

* Add chart workflows

* Fix publishing step in CI

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Update CI on push-to-master (#3)

* Put helm installation step in the correct CI job

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Put helm installation step in the correct CI job (#4)

* Update on-push-master-publish-chart.yml

* Remove references to certmanager dependency

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Add ability to customize kube-rbac-proxy image

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Only install cert-manager if we're going to spin up KinD

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

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)