Skip to content

Tags: taskade/actions-runner-controller

Tags

actions-runner-controller-0.12.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: arch type with downloading dumb-init. (actions#723)

* fix: arch type with downloading dumb-init.

* fix: arch type with downloading dumb-init in Dockerfile.dindrunner

* fix: add -f option with curl

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request actions#63 from summerwind/runner-v2.267.0

Update runner to v2.267.0

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request actions#50 from summerwind/runner-validation-webhook

Add validation webhooks

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request actions#45 from summerwind/share-work-dir

Share runner's working directory with docker sidecar

v0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request actions#36 from summerwind/runner-v2.169.1

Update runner to v2.169.1

v0.4.1

fix: RunnerDeployment should clean up old RunnerReplicaSets ASAP

Since the initial implementation of RunnerDeployment and until this change, any update to a runner deployment has been leaving old runner replicasets until the next resync interval. This fixes that, by continusouly retrying the reconcilation 10 seconds later to see if there are any old runner replicasets that can be removed.

In addition to that, the cleanup of old runner replicasets has been improved to be deferred until all the runners of the newest replica set to be available. This gives you hopefully zero or at less downtime updates of runner deployments.

Fixes actions#24

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add variants of PodTemplate spec fields into the Runner spec (#7)

Resolves #5
Fixes actions#11
Fixes actions#12

Changes:

* Added podtemplate spec

* Rework pod creation logic

* Added most using podspecs

* Added copy of podspec

* Fixed Github List method

* Fixed containers

* Added ability to override runner's containers

* Added ability to override runner's containers

* Added ability to override runner's containers

* Update controllers/runner_controller.go

Co-Authored-By: Moto Ishizawa <summerwind.jp@gmail.com>

* Remove optional restartpolicy

* Changed naming convention

Co-authored-by: Moto Ishizawa <summerwind.jp@gmail.com>

v0.3.0

Unset environment variables for runner config

v0.2.0

Implement finalizer

v0.1.0

Fix version format