Skip to content

Releases: MonolithProjects/ansible-github_actions_runner

1.4.7

24 Dec 01:10
5a92df5
Compare
Choose a tag to compare
  • added variables validation

1.4.6

17 Dec 23:18
5779228
Compare
Choose a tag to compare

Fixes:

  • bug in Build service name task

1.4.5

11 Dec 17:33
6e1737f
Compare
Choose a tag to compare

Feature:

  • In case of re-running the Ansible role, the same version of Github Actions Runner package will be downloaded only once (package archive will be not rewritten)

1.4.4

07 Dec 08:08
6e1a1a2
Compare
Choose a tag to compare

Fixes:

  • Readme file correction

1.4.3

02 Dec 19:15
58c1e69
Compare
Choose a tag to compare

Features:

  • Added Runner Installation idempotence test

Fixes:

  • fixed the idempotence issue.

1.4.2

27 Nov 23:13
d57934c
Compare
Choose a tag to compare

Fixes:

  • fixed incorrect default variable

1.4.1

27 Nov 20:00
334ffd6
Compare
Choose a tag to compare

Features:

  • allow to create runners for repos which are not owned by the user, but to which the user has access

Fixes:

  • Actions workflow

1.4.0

27 Nov 08:51
f664f82
Compare
Choose a tag to compare

Features:

  • better way to uninstall the runner
  • option to set the runner service state (started, stopped, absent)
  • option to specify name of the runner
  • better Molecule tests and GHA workflow

Fixes:

  • reinstallation did not work properly

1.3.0

31 Oct 19:53
1ac7acb
Compare
Choose a tag to compare

Features:

  • Support for GitHub Organization private runner

1.2.8

26 Oct 13:12
d324193
Compare
Choose a tag to compare

Fixes:

  • the role will not reinstall the runner on each run

Improvements:

  • GH Runner package will be downloaded to temporary directory using the tempfile module
  • better molecule tests