Releases: nektos/act
Releases Β· nektos/act
v0.2.43
Changelog
New Features
- 05eaeaa feat: workflowpattern package (#1618)
- ce168f9 feat: allow overriding of
GITHUB_
env variables (#1582)
Bug fixes
- 5500c92 fix: github.job property is empty, GITHUB_JOB should be job id (#1646)
- 89cb558 fix: update output handling for reusable workflows (#1521)
- 53095d7 fix: crash malformed composite action (#1616)
- 8790c9b fix: add GITHUB_STEP_SUMMARY (#1607)
- be4a147 fix: tolerate workflow that needs a missing job (#1595) (#1619)
- b0a5068 fix: don't override env (#1629)
- f91b2aa fix: Apply forcePull only for prebuild docker actions (#1599)
Documentation updates
Other
- 44b510f chore: bump VERSION to 0.2.43
- 04d12b0 build(deps): bump github.com/opencontainers/image-spec (#1649)
- 4eba04b build(deps): bump github.com/containerd/containerd from 1.6.16 to 1.6.18 (#1637)
- b7a9eb9 build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#1636)
- 2f55276 build(deps): bump github.com/moby/buildkit from 0.11.2 to 0.11.3 (#1635)
- 21ea3d0 chore: Remove obsolete Container.UpdateFromPath (#1631)
- 1316307 chore: use new style octal (#1630)
- 34ab815 ci: add Winget Releaser workflow (#1623)
- 8048baf build(deps): bump github.com/opencontainers/selinux (#1625)
- 7c3c534 build(deps): bump github.com/docker/docker (#1624)
- 98ad62f build(deps): bump github.com/docker/cli (#1626)
- c378a7d chore: add Winget installation instructions (#1622)
- 44333c7 Pass dockerfile to build executor (#1606)
- 36dbbc1 build(deps): bump github.com/docker/cli from 23.0.0-rc.1+incompatible to 23.0.0+incompatible (#1611)
- f41e912 build(deps): bump github.com/docker/docker (#1613)
- 460c78d build(deps): bump megalinter/megalinter from 6.18.0 to 6.19.0 (#1610)
- 22dc1e0 build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1 (#1612)
- 281a52f build(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1 (#1614)
- e775fea refactor: GITHUB_ENV command / remove env.PATH (#1503)
- 24c16fb Update max container name length (#1597)
- c4b64ec Docker build fixes (#1596)
v0.2.42
v0.2.41
Changelog
New Features
- 932863b feat: step summary of test results (#1580)
- 78e1ceb feat: release extension
- d690a5f feat: release extension
- 19e6929 feat: release extension
- 82a8c1e feat: add remote reusable workflows (#1525)
Other
- b91e4b0 chore: bump VERSION to 0.2.41
- e259dc2 build(deps): bump github.com/moby/buildkit from 0.11.1 to 0.11.2 (#1589)
- 70ae63b build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1590)
- 01952d0 cI: make stalebot less annoying (#1587)
- 3748772 test: Do not leak step env in composite (#1585)
- 09e9f6a build(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.1 (#1576)
- a2856ae build(deps): bump golang.org/x/term from 0.3.0 to 0.4.0 (#1577)
- 612e08f build(deps): bump github.com/docker/docker (#1573)
- 1b7212f build(deps): bump github.com/rhysd/actionlint from 1.6.22 to 1.6.23 (#1574)
- 75d19d0 build(deps): bump actions/github-script from 5 to 6 (#1572)
- 7ada9d3 chore: update docs for installing act as GH CLI extension
- b00babd refactor: pull and rebuild docker by default (#1569)
- 566b9d8 Fixed auto-generated platform configuration with Micro size image (#1566)
- 7ebcc1c Feature/allow worktrees (#1530)
v0.2.40
v0.2.39
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)