Releases: nektos/act
Releases Β· nektos/act
v0.2.38
v0.2.37
v0.2.36
Changelog
New Features
- 9390793 feat: add check for newer versions (#1562)
- 3f3b25a feat: add support for building docker actions with private registries (#1557)
- 7e8d070 feat: Allow building without docker support (#1507)
Bug fixes
- d064863 fix: allow override of artifact server bind address (#1560)
- 8b4f210 fix: add-matcher fails github workflow (#1532)
- a53a1c2 fix: extra path lost in composite actions (#1531)
- b14398e fix: preserve job result state in case of failure (#1519)
Other
- fcb8add chore: bump VERSION
- 0988b47 Readme: Fix shell installation (#1547)
- 767e6a8 Input (#1524)
- b2fb9e6 refactor: remove docker image list reference filter (#1501)
- 3ac756b build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.12 (#1554)
- 3f4a6dc test: make sure workflow_call is not a github event calling our workflow (#1520)
- f0c6fa1 build(deps): bump megalinter/megalinter from 6.17.0 to 6.18.0 (#1550)
- cfc1b91 build(deps): bump megalinter/megalinter from 6.16.0 to 6.17.0 (#1540)
- 0d38857 build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1539)
- 9c70851 build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 (#1541)
v0.2.35
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
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)
v0.2.34
Changelog
New Features
- 809da71 feat: interpolate the step names (#1422)
- e520382 feat: GITHUB_STATE and GITHUB_OUTPUT file commands (#1391)
- f2b98ed feat: Host environment (#1293)
- 9b95a72 feat: parse types of reusable workflows (#1414)
Bug fixes
- 5200c49 fix: handle subdirectors and exclusions (#1012) (#1446)
- 2614b3e fix: keep path to event json file in composite actions (#1428)
- d97481d fix: nil pointer access ( workflow_dispatch )
Other
- 7754ba7 build(deps): bump megalinter/megalinter from 6.14.0 to 6.15.0 (#1475)
- fcbb6d5 act -j -W example (#1471)
- 8732728 Fix shellcommand error on sh shell (#1464)
- 3553b26 fix typo (#1456)
- ccb3b0e build(deps): bump github.com/creack/pty from 1.1.17 to 1.1.18 (#1447)
- a108f10 Remove dead code (#1425)
- 64e68bd build(deps): bump github.com/moby/buildkit from 0.10.5 to 0.10.6 (#1437)
- 1b554ae build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#1436)
- cf00e8d Update number of approvers required from 3 to 2
- c232981 build(deps): bump megalinter/megalinter from 6.13.0 to 6.14.0 (#1426)
- 8036f49 build(deps): bump github.com/rhysd/actionlint from 1.6.21 to 1.6.22 (#1427)
v0.2.33
Changelog
Bug fixes
- 5d2eb1f fix: ci is failing since 2022-10-17 (#1397)
- f0b1845 fix: re-evaluate env for remote composite actions (#1385)
- 3631013 fix: interpolate action input defaults (#1376)
- 48188a6 fix: support docker create arguments from container.options (#1022) (#1351)
- 1bade27 fix: handle go closure iteration (#1374)
Other
- a9298d9 build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1420)
- e03b816 build(deps): bump github.com/docker/docker (#1418)
- ac6571c build(deps): bump github.com/docker/cli (#1419)
- db850e8 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1404)
- 2f1c5a1 refactor: move from io/ioutil to io and os packages (#1417)
- a73d506 Add user level Docker socket to common paths (#1416)
- e81dc0d build(deps): bump megalinter/megalinter from 6.12.0 to 6.13.0 (#1407)
- 925ac20 build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1408)
- 0d1dccc build(deps): bump github.com/docker/docker (#1403)
- ca69531 build(deps): bump github.com/docker/cli (#1405)
- 07a1890 build(deps): bump github.com/moby/buildkit from 0.10.4 to 0.10.5 (#1406)
- bc17371 Fixes #1387 (#1388)
- 37f5b7f build(deps): bump megalinter/megalinter from 6.11.1 to 6.12.0 (#1395)
- bd5e0d2 build(deps): bump github.com/docker/cli (#1393)
- 52c6edf build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1394)
- 6ff4491 build(deps): bump github.com/docker/docker (#1392)
- 1e0ef8c Mapping
workflow_dispatch
inputs into the Expressioninputs
context (#1363) - ff5e289 test: add test for networking setup in act (#1375)
- 4541139 build(deps): bump megalinter/megalinter from 6.11.0 to 6.11.1 (#1381)
- c7ccb0d build(deps): bump gotest.tools/v3 from 3.0.3 to 3.4.0 (#1379)
- c4be1cf build(deps): bump github.com/rhysd/actionlint from 1.6.20 to 1.6.21 (#1380)
- 9f9f644 build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#1378)
- 679cac1 Fix composite input handling (#1345)
- 79384c3 build(deps): bump megalinter/megalinter from 5 to 6.11.0 (#1370)
- bec45d0 build(deps): bump github.com/rhysd/actionlint from 1.6.19 to 1.6.20 (#1371)
- d587ce0 build(deps): bump github.com/opencontainers/selinux (#1372)
v0.2.32
Changelog
New Features
Bug fixes
- 21484b5 fix: show workflow info even if on.push is not defined (#1329) (#1335)
- 13d5303 fix: restore the job logger setup after job cancelation (#1365)
- 97c083e fix: align github.ref to GitHub Action (#1362)
- 7d0407f fix: crash on invalid docker credentials (#1348)
- 6037182 fix: missing defaults in nodejs pre (#1349)
- d1daf2f fix: support expression for step's continue-on-error field (#900) (#1331)
- b514649 fix: show workflow name when get error on yml parsing (#1133) (#1328)
Other
- d137ec8 build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1359)
- 3fccb5a build(deps): bump github.com/rhysd/actionlint from 1.6.18 to 1.6.19 (#1360)
- 9a494ca build(deps): bump actions/stale from 5 to 6 (#1357)
- 96ba76b Arch best practice is to not run partial upgrades (#1355)
- fb33689 Improve hint for inserting secrets securely (#1354)
- 053bff1 build(deps): bump github.com/rhysd/actionlint from 1.6.17 to 1.6.18 (#1352)
- 3a0fe69 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.5 to 2.3.6 (#1341)
- ceac1f2 build(deps): bump github.com/docker/cli (#1340)
- ca8767f build(deps): bump github.com/docker/docker (#1339)
v0.2.31
Changelog
Bug fixes
Other
- a20b1d4 help output: use consistent terminology between
-j
&-l
(#1326) - e1b9068 support runner.arch (#1290)
- 8bad6ac build(deps): bump github.com/moby/buildkit from 0.10.3 to 0.10.4 (#1322)
- 9b14698 build(deps): bump github.com/rhysd/actionlint from 1.6.16 to 1.6.17 (#1321)
- b23bbef build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#1312)
- cf9d82f build(deps): bump github.com/rhysd/actionlint from 1.6.15 to 1.6.16 (#1311)
- 12029e3 build(deps): bump github.com/go-ini/ini from 1.66.6 to 1.67.0 (#1305)
- 92ddcda refactor: ignore already closed error (#1285)
v0.2.30
Changelog
Bug fixes
- 3364f95 fix: ensure all post steps are executed (#1286)
- 5f5b895 fix: add parent step id in composite action step id (#1268)
- 4094462 fix: the number in the github event is of type number (#1252)
- 91296bd fix: allow TimeoutMinutes to be expression in Jobs (#1247)
- e70b968 fix: use docker images from dockerhub (#1249)
Other
- 9d76bac walk submodule path instead of dir name (#1282)
- ddee19b Made env interpolated instead of evaluated. (#1222)
- 17dd54d build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#1273)
- 108e3e0 Update README.md (#1260)
- 1a71c52 lint: add ReadHeaderTimeout (#1277)
- a5ceb54 only perform chown operation for non root users (#1250)
- aea17b1 Improve --eventpath example command (#1243)
- 6837307 Improve docs for events inputs (#1238)
- 4d9d6ec build(deps): bump github.com/rhysd/actionlint from 1.6.14 to 1.6.15 (#1239)
- 50f0b0e build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#1240)