Several small updates
What's Changed
- fix for undefined variables error by @g0rgamesh in #273
- Add network_mode option to registration command by @christ-re in #274
- Remove not longer configured runners by @guenhter in #276
- Fix deploying to Windows machines by @alexdelifer in #280
- Add support for
post_get_sources_script
, replace deprecatedpre_clone_script
withpre_get_sources_script
by @fkleon in #279 - Add a
gitlab_runner_no_log_secrets
option to prevent secret leaks by @loliee in #278 - Add trim to register_runner_cmd by @alexanderfast in #281
- Fix json deserialization problem due to trailing empty line by @guenhter in #285
New Contributors
- @g0rgamesh made their first contribution in #273
- @christ-re made their first contribution in #274
- @alexdelifer made their first contribution in #280
- @fkleon made their first contribution in #279
- @loliee made their first contribution in #278
- @alexanderfast made their first contribution in #281
Full Changelog: v2.0.2...v2.0.3