Skip to content

Releases: omsf-eco-infra/gha-runner

v0.5.0a1

16 Jan 21:15
8d41ec3
Compare
Choose a tag to compare
v0.5.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0a1

v0.4.0

10 Jan 22:22
c86f813
Compare
Choose a tag to compare

What's Changed

  • test: Moves openmm-gpu-test into this repo by @ethanholz in #35
  • ci: Do not run tests of Python code when only changes are in actions by @ethanholz in #39
  • test: Create an inference test by @ethanholz in #38
  • refactor: Remove PyGitHub as a dependency by @ethanholz in #42
  • feat: add support for custom sized root block devices. by @ethanholz in #46

New Features

  • Added support for custom root block devices. This is in beta but has been tested by internal tests. However, in order to do so, you will need to update your OIDC role to have the same permissions that are in docs/aws.md.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Sep 15:21
795fe0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Feature update

Adds a new output to support to support running on the runners provisioned in the given action. Under the previous example, we use the self-hosted tag which means that you may run on any self-hosted runner provisioned to the repo. This release adds the instances output. This output provides a JSON list of all the provisioned instances in a given step. For an example, see docs/aws.md.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Jul 17:24
0848308
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Jun 15:39
7321662
Compare
Choose a tag to compare

Minor bugfixes to make this action function correctly in Docker and changes to ensure there aren't lingering instances. Minor change added to ensure repo is detected correctly.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Jun 16:32
e349fa4
Compare
Choose a tag to compare

This is the MVP providing the minimum functionality to handle creation of instances on AWS.

What's Changed

Full Changelog: https://github.com/omsf-eco-infra/gha-runner/commits/v0.1.0