v0.14.0: TLS between runner and dockerd, faster runner restarts, reduced GitHub API calls
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
anddocker/setup-buildx-action
. See #192 (comment) for more information and the exact change you'll need on your workflow config files.
- WARNING: You'll be required to update your actions workflow to create a docker context used by
- @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)