Skip to content

Releases: actions/actions-runner-controller

v0.13.0

25 Nov 00:02
Compare
Choose a tag to compare

Changelog

  • @Warashi added dockerEnabled to the doc (#193)
  • @erikkn fixed the but that the dind container was missing /externals that is required for various actions like actions/checkout (#203)
  • @reiniertimmer parametrized working directory, so that jobs work consistently across different runners (#185)

v0.12.0

16 Nov 00:45
4371de9
Compare
Choose a tag to compare

Changelog

  • @Warashi enabled docker access without sudo, by changing the runner container to use TCP instead of docker.sock (#177)
  • @Warashi added an ability to set dockerEnabled: false to disable the dind sidecar, so that you can run runner pod on clusters on where privileged pods are disallowed (#191)

v0.11.3

14 Nov 13:20
ccd86dc
Compare
Choose a tag to compare

Changelog

v0.11.2

11 Nov 00:38
e613219
Compare
Choose a tag to compare

Changelog

  • Fix token registration broken since v0.11.0 (#167)

v0.11.1

10 Nov 23:46
bc35bdf
Compare
Choose a tag to compare

Changelog

v0.11.0

10 Nov 08:27
ece8fd8
Compare
Choose a tag to compare

Changelog

  • @Hi-Fi Check token validity only when creating new pod (#159)
  • @mumoshu Fix panic on startup when misconfigured (#154)
  • @Hi-Fi Add GHE URL to transport (#152)
  • @damacus Adds RUNNER_GROUP argument to the runner registration (#157)
  • Bump Go to 1.15 (#160)

v0.10.0

28 Oct 13:17
40c5050
Compare
Choose a tag to compare

Changelog

  • Push latest controller image on master push (#147)
  • Add support for non-public GitHub URL (#146)

v0.9.5

25 Oct 02:26
6d78fb0
Compare
Choose a tag to compare

Changelog

  • Fix permission error with the default setup since v0.9.4 (#142)

v0.9.4

21 Oct 12:35
faaca10
Compare
Choose a tag to compare

Changelog

  • Manifests valid for K8s 1.18 and 1.19 (#123)
  • Inject Env Vars into Runner defined Container Spec (#127)
  • Patch additional protocol instances during manifest generation (#129)
  • Configurable "runner and DinD in a single container" (#126)
  • Possibility to define resources for DIND container (#125)
  • Restart if pod ends up succeeded (#136)

v0.9.3

14 Oct 00:08
2d250d5
Compare
Choose a tag to compare

Changelog

  • Fix release build (#122)