Releases: crunchy234/ec2-github-runner
Windows support 8
Full Changelog: windows-support-7...windows-support-8
Windows support 7
What's Changed
- Wrong script was run when runnerHomeDir was defined by @mhriemers in #1
New Contributors
- @mhriemers made their first contribution in #1
Full Changelog: windows-support-6...windows-support-7
Windows Support 6
Fixes broken issue with the change to ec2-os
from windows-support-5
Full Changelog: windows-support-5...windows-support-6
Windows Support 5
Breaking change: Changes ec2-base-os
to ec2-os
and makes it optional, and defaults to linux
.
ec2-os
only needs to be set to windows
when using a Windows AMI.
This simplifies the system as well as makes it backward compatible with the current action (https://github.com/machulav/ec2-github-runner/)
Windows support 4
Removes the requirement for ec2 base os in stop mode. (to match docs)
Full Changelog: windows-support-3...windows-support-4
Windows support 3
Updates the actions runner version to the latest.
Also, with updates packaged correctly.
Full Changelog: windows-support-2...windows-support-3
Windows Support 2
Adds support for specifying aws keypair to be attached to the instance
Full Changelog: windows-support-debug...windows-support-2
Windows Support Debug
Adds debug to for the windows support to check out what is going wrong when running this action
Windows support
Allows windows based AMIs to be deployed