Update code.forgejo.org/forgejo/runner Docker tag to v12.2.0
The container in the Oracle cloud infrastructure spun up with Docker Compose was updated by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| code.forgejo.org/forgejo/runner (source) | minor | 12.1.2 -> 12.2.0 |
Release Notes
forgejo/runner (code.forgejo.org/forgejo/runner)
v12.2.0
Release Notes
- features
- MR: feat(jobparser): allow access to the outputs of a reusable workflow
- MR: feat(jobparser): support expanding reusable workflows into multiple new jobs
- MR: feat(jobparser): allow accessing
${{ needs... }}when expanding reusable workflows - MR: feat(jobparser): allow matrix expansion on caller of reusable workflows
- MR: feat(jobparser): rewrite reusable workflow 'needs' references between jobs
- MR: feat(jobparser): populate 'needs' in reusable workflow expansion
- MR: feat(jobparser): map 'with' from callee into 'inputs' of reusable workflow expansion
- MR: feat: add variable workflow_ref to github context
- bug fixes
- MR: fix(jobparser): allow access to 'inputs' context when evaluating workflow call outputs
- MR: fix(jobparser): track reusable workflow recursion limits across re-expansion
- MR: fix(jobparser): inner job in a reusable workflow can't reference ${{ needs... }} in
with - MR: fix: unrecoverable errors in artifactcache should have non-zero exit code
- MR: fix: relative reusable workflow w/ HTTP (not HTTPS) github instance url
- MR: fix: double protocol prefix in reusable workflow clone URLs