v0.2.35
nektos/actv0.2.35Jan 1, 2023by nektos-ci
AI Summary
Enhances context support by adding 'result' to 'needs', enabling local reusable workflows, and introducing container options.
Key Highlights
- Support 'result' on 'needs' context
- Allow spawning and running a local reusable workflow
- Added --container-options flag
New Features
- Needs context result support
- Local reusable workflows
- Container options flag
Full Release Notes
## Changelog ### New Features * bef9b5c feat: Support "result" on "needs" context. (#1497) * a8e05cd feat: allow to spawn and run a local reusable workflow (#1423) * 7d99512 feat: JobLoggerFactory (#1496) * 4c2524a feat: `--container-options` (#1462) ### Bug fixes * 6ab71ec fix: align runner.os / runner.arch to known values (#1510) * 0c8c082 fix: tail (not absolute) as entrypoint of job container (#1506) * 0f8861b fix: handle env-vars case sensitive (#1493) * 8c5748a fix: step env is unavailable in with property expr (#1458) ### Documentation updates * 7073eac docs: clarifying skipping steps / jobs (#1480) ### Other * e3a722e build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 (#1534) * d3ce2b0 build(deps): bump actions/stale from 6 to 7 (#1535) * 4989f44 revert: deprecation of containerArchitecture (#1514) * c044035 build(deps): bump goreleaser/goreleaser-action from 3 to 4 (#1515) * 7679695 build(deps): bump github.com/docker/cli (#1516) * 469d024 build(deps): bump github.com/docker/docker (#1517) * b8d7e94 refactor: fix savestate in pre steps (#1466) * d281230 refactor: fix add-path / GITHUB_PATH commands (#1472) * 57bf4d2 refactor: share UpdateFromEnv logic (#1457) * d9fe63e refactor: move autoremove into the jobexecutor (#1463) * 1797775 Pass `LANG=C.UTF-8` to environment (#1476)