Loading
Go: Update module gitlab.com/gitlab-org/step-runner to v0.44.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| gitlab.com/gitlab-org/step-runner | require | minor | v0.43.0 -> v0.44.0 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/step-runner (gitlab.com/gitlab-org/step-runner)
v0.44.0
- Add an in-process execution mode for embedders.
di.WithInProcessOnlyyields a container that registers none of the shipped builtins (script,docker/auth, the OCI build/publish functions and their deprecated aliases), accepts onlybuiltin://function references, and rejectsexecfunctions — each with an error naming the mode. Pair it withrunner.WithGlobalCtxInProcessOnlyon the job'sGlobalContextso anoutput_file/export_fileexpression fails instead of materializing a file. Together they let a host process run its own registered builtins with no filesystem writes and no network fetches. The gRPC service path is unchanged and still uses disk. See !561 (merged). di.NewContainernow registers the shipped builtins after applying the caller's options rather than before. An explicitdi.WithBuiltinFuncfor a shipped name still wins, as it did before, but the option order no longer matters. See !561 (merged).
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.