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

⚠️ Warning

Some 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

Compare Source

  • Add an in-process execution mode for embedders. di.WithInProcessOnly yields a container that registers none of the shipped builtins (script, docker/auth, the OCI build/publish functions and their deprecated aliases), accepts only builtin:// function references, and rejects exec functions — each with an error naming the mode. Pair it with runner.WithGlobalCtxInProcessOnly on the job's GlobalContext so an output_file/export_file expression 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.NewContainer now registers the shipped builtins after applying the caller's options rather than before. An explicit di.WithBuiltinFunc for a shipped name still wins, as it did before, but the option order no longer matters. See !561 (merged).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading
Loading