Skip to content

Releases: instructlab/ci-actions

v0.2.1

30 May 21:24
4e0c567

Choose a tag to compare

What's Changed

  • fix: make update-constraints action upgrade pins (backport #24) by @mergify in #25
  • feat: use uv pip compile for update-constraints (backport #26) by @mergify in #27

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 May 19:51
a17614a

Choose a tag to compare

Highlights

What's Changed

  • tests: actually test the included dummy_dir by @booxter in #13
  • feat: move validate notebooks action by @iamemilio in #15
  • chore: run action tests when calling tox by @booxter in #12
  • fix the notebook_paths references in validate-notebooks by @iamemilio in #21
  • feat: update-constraints action by @booxter in #22

New Contributors

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

v0.1.1

21 May 20:32
159c534

Choose a tag to compare

Highlights

  • Typo was fixed in the launch-ec2-runner-with-fallback echo statements that log the progress of the GH action
  • A bugfix was added to launch-ec2-runner-with-fallback that ensures if an EC2 instance is launched, the CI action always propagates the instance ID, region, and label to the workflow it's called from, regardless if the original workflow was cancelled. This reduces the risk of EC2 runners dangling in AWS unnoticed.

What's Changed

  • chore: find actions -exec sed -i 's/confgs/configs/g' {} ; by @booxter in #11
  • fix(launch-ec2-runner-with-fallback): Always check if an instance is launched + perform cleanup by @courtneypacheco in #18

New Contributors

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

v0.1.0

18 Mar 16:34
645ff46

Choose a tag to compare

Initial Release for ci-actions

This initial release contains three reusable, in-house GitHub actions:

  • free-disk-space
  • launch-ec2-runner-with-fallback
  • detect-exposed-workflow-secrets

What's Changed

New Contributors

Full Changelog: https://github.com/instructlab/ci-actions/commits/v0.1.0