Skip to content

Releases: actions/actions-runner-controller

v0.14.0: TLS between runner and dockerd, faster runner restarts, reduced GitHub API calls

06 Dec 01:18
a2b335a
Compare
Choose a tag to compare

Changelog

This release includes the following changes from numerous contributors. Thank you!

  • @Warashi secured connection between the runner agent and dockerd by enabling TLS (#192)
    • WARNING: You'll be required to update your actions workflow to create a docker context used by crazymax/ghaction-docker-buildx and docker/setup-buildx-action. See #192 (comment) for more information and the exact change you'll need on your workflow config files.
  • @ZacharyBenamram made runner containers to restart faster and reduced GitHub API calls (#214)
  • @ahmad-hamade enhanced the Helm chart for priorityClassName support (#215)
  • @ap0phi5 updated our GitHub Actions workflow powering automated releases to use docker's official actions (#197)
  • @erikkn upgraded go-github to v33 (#222)

v0.13.1

25 Nov 23:41
Compare
Choose a tag to compare

Changelog

  • Fix broken release workflow since v0.13.0

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)