Releases: nektos/act
v0.2.21
Changelog
5752a03 Support running commands in repositories without action.yaml (#293)
d67e282 use container image platform only on docker 1.41+ (#591)
aaaa895 Update CODEOWNERS to use 'act-maintainers' team
957b8ad Update Shell Tasks to match ScriptHandlerHelpers (#575)
c27ef0a update to codecov version
780a8a0 fix: use new platforms after survey, check working dir for .actrc
(#577)
f5a0258 Add code testing on MacOS (#563)
345c652 add status checks
2825449 add codecov integration (#585)
69018f3 include past tags when releasing
f58fbc0 add codecov integration
72f2d2d fix: update ubuntu-latest
to point to ubuntu-20.04
(#580)
29b3d43 fix: hardcode ubuntu-latest
for ImageOS
envvar (#579)
f3b53d8 fix: pass sc.Env
through common.Logger
to hide secrets (#578)
da07324 CI: Add snapshot artifacts to PR builds (#574)
b438b83 fix: invoke login shells to source /etc/environment
(#570)
6cde8f6 use project dir instead of /github/workspace (#567)
6c258cf Add option to run custom architecture (container platform) (#525)
41b03b5 fix: add ImageOS
env var based on running platform (#571)
09679f0 Update test workflows and improve expression_test.go
/run_context_test.go
(#560)
eb27742 Fix tests on Windows (#562)
f29b1f2 Add more context to MODULE_NOT_FOUND errors and how to fix it (#552)
8de7b95 Add --userns flag to support Docker daemon that enables user namespace (#533)
6c118fe #534 feat: step continues when continue-on-error is ture (#544)
14c06ee enable to resolve commit hash in uses
(#530)
34dc2dc Update Docker images (#524)
475a6aa properly parse arguments to Docker container steps (#539)
c4f1f3a Fix link to issue #97 in README.md (#541)
9bf37fb Fix indent with go fmt (#531)
6066980 Removed pipefail from bash shell execution to match GitHub Actions (#529)
v0.2.20
Changelog
661aa08 - Add GitHub issue templates (#512) (Cat™)
316b078 - Shouldn't rewrite dot in a string to index syntax (#502) (KADOTA, Kyohei)
fc46f50 - Update README.md
/cmd/root.go
with additional information (#523) (Cat™)
ec6b162 - Fix choco Dockerfile (#515) (Cat™)
eca1b9c - Add lacking environment variables. (#513) (Taiju Muto)
8339f4b - Interpolate with:
inputs (#511) (Cat™)
22d56c3 - fix: --version, --help do not need check platform config (#508) (Owen Young)
56ec367 - Fix Cartesian product to return empty set if empty set is given (#503) (Ed)
2d1a946 - Throw an error if the steps has a invalid uses directive (#500) (KADOTA, Kyohei)
v0.2.19
Changelog
- Make all secrets case insensitive by formatting them to uppercase (#470)
- Fix issue #416 (#423)
- Make stale bot action less aggressive (#478)
- Fix a small confusion in readme (#477)
- Update parts of repo (#476)
- Fix "reference not found" error on checkout (#433) (#471)
- Add --env flag to pass environment vars without file (#474)
- Format sources with gofmt (#472)
- update stale labels to stop closing issues that are NOT stale
- Add autodetect event flag (#486)
- Report error when
if
expression is invalid (#485) - Add survey during first run for a default image (#483)
- Load .secrets file as default (#488)
- Stop current execution if there is the invalid syntax in the workflow
- Print error with workflow/job information when runs-on key is not def
v0.2.18
Changelog
- Add variadic version of hashFiles (#411)
- Adds ability to use container images from matrices. (#413)
- envs in if: - take 2 (#412)
- EvalBool and Interpolation fixes (#424)
- Act env (#417)
- Extract runTestJobFile from TestRunEvent (#429)
- Fixes include when using matrix and strategy build. (#415)
- Add Ubuntu 20.04 to supported platforms (#463)
- Use static initial PATH (#462)
- Add option to disable hiding of secrets (#460)
- Fix tests if there are hooks generated by templates (#434)
- GitHub env file support (#426)
- Fix slashes when running on Windows (#461)
- Fix "reference not found" error (#433)