Skip to content

v1.0.0

Compare
Choose a tag to compare
@sgtoj sgtoj released this 29 Dec 14:51
· 7 commits to main since this release
29421a5

1.0.0 (2023-12-29)

Features

  • Auto-Scaling Runners: Automatically scales the number of runners based on
    demand.
  • Ephemeral Runners: Provides an option to use ephemeral runners that are
    destroyed after use.
  • Tag-Based Runner Assignment: Uses tags to assign runners to specific
    tasks.
  • Custom Runner Configuration: Allows custom configuration of runners,
    including instance types, AMIs, and more.
  • Instance Store RAID: If more than 2 instance stores are detected, they are
    combined into a RAID0 configuration for improved performance.
  • Automated Docker Login: If custom Docker authentication is configured, the
    runners will automatically perform a docker login.