v0.2.34-xing.4-b7969a3
github-actions
released this
26 Dec 05:21
·
117 commits
to distribution
since this release
Changelog
New Features
- f8d0062 feat: add remote reusable workflows
- bef9b5c feat: Support "result" on "needs" context. (nektos#1497)
- a8e05cd feat: allow to spawn and run a local reusable workflow (nektos#1423)
- 7d99512 feat: JobLoggerFactory (nektos#1496)
- 4c2524a feat:
--container-options
(nektos#1462)
Bug fixes
- b04568e fix: Always use current ExtraPath
- 0b96dc4 fix: defer plan creation until clone is done
- b51ed35 fix: map job output for reusable workflows
- c7a192c fix: preserve job result state in case of failure
- 6ab71ec fix: align runner.os / runner.arch to known values (nektos#1510)
- 0c8c082 fix: tail (not absolute) as entrypoint of job container (nektos#1506)
- 0f8861b fix: handle env-vars case sensitive (nektos#1493)
- 8c5748a fix: step env is unavailable in with property expr (nektos#1458)
Documentation updates
- 7073eac docs: clarifying skipping steps / jobs (nektos#1480)
Other
- b30792f yaml mistake
- 02c1195 Update push.yml
- c1ac644 replace setup-node with run step
- b644be5 test: add multi arch grep
- c8cde4b test: define test case of path issues
- 19fb928 test: make sure workflow_call is not a github event calling our workflow
- 6bc1620 test: remove continue-on-error on job level
- 3d4e795 patch: customize goreleaser configuration
- 7526d31 chore: update owner name in a test
- 6ae1386 patch: update owner name from nektos to xing
- e3a722e build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 (nektos#1534)
- d3ce2b0 build(deps): bump actions/stale from 6 to 7 (nektos#1535)
- 4989f44 revert: deprecation of containerArchitecture (nektos#1514)
- c044035 build(deps): bump goreleaser/goreleaser-action from 3 to 4 (nektos#1515)
- 7679695 build(deps): bump github.com/docker/cli (nektos#1516)
- 469d024 build(deps): bump github.com/docker/docker (nektos#1517)
- b8d7e94 refactor: fix savestate in pre steps (nektos#1466)
- d281230 refactor: fix add-path / GITHUB_PATH commands (nektos#1472)
- 57bf4d2 refactor: share UpdateFromEnv logic (nektos#1457)
- d9fe63e refactor: move autoremove into the jobexecutor (nektos#1463)
- 1797775 Pass
LANG=C.UTF-8
to environment (nektos#1476)