v0.18.1: Fix dindWithinRunnerContainer, easier docker MTU configuration, support for runner group names and labels that contain spaces
CAUTION: If you're using the Helm chart, beware to review changes to CRDs and do manually upgrade CRDs! Helm installs CRDs only on installing a chart. It doesn't automatically upgrade CRDs. Otherwise you end up with troubles like #427, #467, and #468
This release includes the following changes from contributors. Thank you!
- @mumoshu fixed
dindWithinRunnerContainer: true
not to crash-loop runner pods (#419) - @gabriel-dantas98 fixed some readme typos (#423)
- @mumoshu Fixed MTU configuration for dockerd (#421)
- @FloThinksPi added proper quoting of shell vars in runner's
entrypoint.sh
to prevent unwanted argument split (#420)- Runner group names and runner labels that contain spaces is now valid and should just work