GitHub runner

  • Canonical IS DevOps
Channel Revision Published Runs on
latest/stable 295 Today
Ubuntu 22.04 Ubuntu 20.04
latest/stable 290 11 Nov 2024
Ubuntu 22.04 Ubuntu 20.04
latest/stable 1 09 Feb 2022
Ubuntu 22.04 Ubuntu 20.04
latest/beta 290 11 Nov 2024
Ubuntu 22.04
latest/beta 234 05 Aug 2024
Ubuntu 22.04
latest/edge 300 Today
Ubuntu 22.04 Ubuntu 20.04
latest/edge 299 Yesterday
Ubuntu 22.04 Ubuntu 20.04
latest/edge 4 26 Apr 2022
Ubuntu 22.04 Ubuntu 20.04
1/stable 177 05 Jun 2024
Ubuntu 22.04
1/edge 177 05 Jun 2024
Ubuntu 22.04
juju deploy github-runner --channel 1/stable
Show information

Platform:

Ubuntu
22.04 20.04

Changelog

2024-10-24

  • Add “expected_runners” to reconciliation metric.

2024-10-23

  • Fixed the wrong dateformat usage in the server uniqueness check.

2024-10-21

  • Fixed bug with charm upgrade due to wrong ownership of reactive runner log directory.

2024-10-18

  • Bugfix for logrotate configuration (“nocreate” must be passed explicitly)

2024-10-17

  • Use in-memory authentication instead of clouds.yaml on disk for OpenStack. This prevents the multi-processing fighting over the file handle for the clouds.yaml file in the github-runner-manager.

  • Fixed a bug where metrics storage for unmatched runners could not get cleaned up.

2024-10-11

  • Added support for COS integration with reactive runners.
  • The charm now creates a dedicated user which is used for running the reactive process and storing metrics and ssh keys (also for non-reactive mode).

2024-10-07

  • Fixed the removal of proxy vars in .env file for LXD runners.
  • Fixed a regression in the removal of leftover directories.
  • Improved reconciliation for reactive runners.

2024-09-27

  • Added job label validation when consuming a job from the message queue.

2024-09-24

  • Added support for spawning a runner reactively.
  • Fixed a bug where busy runners are killed instead of only idle runners.

2024-09-18

  • Changed code to be able to spawn a runner in reactive mode.
  • Removed reactive mode support for LXD as it is not currently in development.

2024-09-09

  • Added changelog for tracking user-relevant changes.