v2.6.5
Summary
Optimized GPU images, new VpcEndpoints stack parameter, ability to specify custom instance tags for custom runners.
Note: there appears to be some issues with the new VPC endpoints. I'm on it! If you need that feature, please hold on to your current version of RunsOn.
What's Changed
- New GPU images
ubuntu22-gpu-x64andubuntu24-gpu-x64: 1-1 compatibility with GitHub base images + NVidia GPU drivers, CUDA toolkit, and container toolkit. - Add new
VpcEndpointsstack parameter (fixes #213), and reorganize template params. Note that the EC2 VPC endpoint was previously automatically created whenPrivatemode was enabled. This is no longer the case, so make sure you select the VPC endpoints that you need when you update your CloudFormation stack. - Suspend versioning for cache bucket (fixes #191).
- Allow to specify instance tags for runners (fixes #205). Tag keys can't start with
runs-on-prefix, and key and values will be sanitized according to AWS rules.