Releases: instructlab/ci-actions
Releases · instructlab/ci-actions
v0.2.1
v0.2.0
Highlights
- Two new actions were introduced:
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
toxby @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
- @iamemilio made their first contribution in #15
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Highlights
- Typo was fixed in the
launch-ec2-runner-with-fallbackecho statements that log the progress of the GH action - A bugfix was added to
launch-ec2-runner-with-fallbackthat 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
Initial Release for ci-actions
This initial release contains three reusable, in-house GitHub actions:
free-disk-spacelaunch-ec2-runner-with-fallbackdetect-exposed-workflow-secrets
What's Changed
- chore: Add basic documentation + essential GitHub workflows by @courtneypacheco in #1
- fix: Allow lint checks to trigger on PR builds by @courtneypacheco in #3
- feat: Add
free-disk-spaceaction + update CONTRIBUTING guide to explain testing by @courtneypacheco in #2 - feat: Add
launch-ec2-runner-with-fallbackaction by @courtneypacheco in #4 - chore: Add actionlint by @courtneypacheco in #8
- feat: Add
detect-exposed-workflow-secretsaction by @courtneypacheco in #9
New Contributors
- @courtneypacheco made their first contribution in #1
Full Changelog: https://github.com/instructlab/ci-actions/commits/v0.1.0