Skip to content

Releases: nektos/act

v0.2.1

20 Feb 18:43
bc2b952
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog

  • Support alternate github runner images

v0.2.0

18 Feb 08:24
e4ee2dd
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

8440526 disable integration testing
1990e5b Merge pull request #84 from nektos/act-2
b310767 default task for Makefile
36bc13c support for secrets
e5b838d code complexity of NewPlanExecutor
d0ffd80 align name of job in output
299cdd6 matrix is done
75154d9 skip unsupported platforms
27741da initial support for expressons
2f01a5e fix tests
d0eaa07 expressions working
25fd377 merge master
f36be25 Merge remote-tracking branch 'origin/master' into act-2
6f92aaa add funding.yml
8fc4e36 bug with local action
e187564 updates to readme for next act release
1f0bcc6 test updates
b763dbf add commands support
de1f383 cleanup logging
c00d692 ignore actions/checkout locally
c6c5db3 ci tests
eab850d support list/map/scalar for on and needs
79fb587 unit tests
8c41826 local actions
d3ef8ac support custom shell
6f8f063 successfully able to run simple workflows
8c49ba0 initial load of yaml working
2e4de98 Merge pull request #81 from skaterdav85/patch-1
9de563e HCL syntax disclaimer on README
500e967 Merge pull request #78 from qoomon/patch-1
51bcd05 doc: remove unnecessary brew command
1b1dc58 Merge pull request #77 from SirWindfield/patch-1
59fb4b3 add arch linux installation instructions

v0.1.3

11 Jun 05:13
6fa86b4
Compare
Choose a tag to compare

Changelog

6fa86b4 fix unit test failures in GitHub Actions caused by missing gitconfig
b515928 update vendor
308162e Merge pull request #68 from caarlos0/master
54ade14 Merge branch 'master' into master
ba26bd7 Merge pull request #66 from maxheld83/patch-2
cb6bfde Merge branch 'master' into patch-2
7669988 Merge pull request #65 from maxheld83/patch-1
205d9f7 Merge branch 'master' into patch-1
d85cabf Merge pull request #57 from aidansteele/fix-nontty
9fd6310 fix: clean code
01f7ff3 fix: using filepath instead of path
8d181a6 fix: added tests and improved code
03d57a8 feat: support branches as GITHUB_REF
6fd3811 explain how to run act with secrets
367ec0c explain how to "skip" some actions using filter
1d64fef Use docker’s stdcopy to ensure we don’t emit garbage bytes to stdout
f2cb9e3 Merge pull request #56 from aidansteele/graph-render
589ff16 Render correct graph for non-default events
449c899 Merge pull request #55 from chaseadamsio/master
4c09cbb s/pull-request/pull_request

v0.1.2

19 Mar 00:20
048759a
Compare
Choose a tag to compare

Changelog

048759a fix logic in determining when to pull images
967339e Merge pull request #48 from marccampbell/ignore-response
45f8309 Ignore error, vet failure
b18239f Merge pull request #46 from sosedoff/capture-build-error
1c25ee9 Add an extra test
5330599 Capture errors from docker log output

v0.1.1

01 Mar 06:16
1791f1f
Compare
Choose a tag to compare

Changelog

1791f1f skip integration test
8186f00 Merge pull request #38 from marccampbell/optional-docker-pull
7fadbdb Add flag to skip pulling images already present
3a4de2d Merge pull request #36 from Jaskaranbir/readme-update
a225d72 Merge branch 'master' into readme-update
c2c6535 Merge pull request #40 from marccampbell/stdout
8661187 Use stdout
07242b8 Add info about verbose-switch to README
7fcacaa Merge pull request #35 from sosedoff/detect-event-type
ff2c631 Add extra test for event detection
96065fe Detect workflow event type
32c1ec9 Merge pull request #34 from sosedoff/regex-fix
6addc48 Add extra test cases for testing git slugs
fb77d5a Regex tweaks
2e52ef6 feedback from PR on --watch
e27d5fa Merge pull request #30 from urcomputeringpal/watch
4228018 Merge branch 'master' into watch
af08b30 fix #26 - improve regex for matching github repo. add unit test to cover
7e92f69 fix #31 - trim whitespace on git revision
3198627 --watch

v0.1.0

07 Feb 18:09
7b01283
Compare
Choose a tag to compare

Changelog

Replaced main.workflow parsing logic with https://github.com/actions/workflow-parser 🎉

4b61fb3 pin to v1.0.0 of github action parser
bc5c23e fix #24 - support both branch refs and hash refs
ecae898 add tests for various actions
5d0a8d2 replace parser with actions/workflow-parser
72fbefc Merge pull request #25 from kentaro-m/kentaro-m-patch-1
4b2e170 Fix an install command for brew
c2e1188 Merge pull request #23 from nektos/issue-22
ca26813 fix 22: require prefix './' for local actions
320e9b6 fail on error (#20)
1f5cf30 Merge pull request #15 from SvenDowideit/go1.11.4-and-docker-18.09
cbab149 fix #14: negotiate docker client version
df01d4f Go 1.11.4+ and Docker 18.09 pre-reqs
29cf61e Merge pull request #13 from tylerbuchea/patch-2
a04141c fix: panic on regex in main.workflow

v0.0.5

18 Jan 00:25
cb0704e
Compare
Choose a tag to compare

Changelog

cb0704e fixup handling of git revisions for non-branch HEAD
20f20ed fix issue from PR #10
8793c8a add support for 'reuse' mode to allow act to be used for a fast local task runner
317a305 refactor actions to improve testability
19d1d0c Merge pull request #10 from Code0x58/non-symbolic-ref-HEAD
1ead030 Allow non-symbolic-ref HEAD
949dc46 Merge pull request #9 from Code0x58/allow-empty-secret
dcd235b Allow empty string secrets

v0.0.4

16 Jan 21:24
c573d9d
Compare
Choose a tag to compare

Changelog

c573d9d fix #7 - allow passing a custom event.json to be populated in the container filesystem
ce5fbcf cleanup logging statements
454b219 Merge pull request #8 from Atrox/master
a041b34 add windows compatibility
3c4c5a1 go fmt
88847ae add unit tests for various ways an action can be defined
e8c8579 fix #5 - configure docker client via env
28af428 fix #6 - update the example for running a specific action
6f07c10 improve linting

v0.0.3

15 Jan 18:01
2b471fb
Compare
Choose a tag to compare

Changelog

2b471fb fix #2 - add support for an array of 'Runs'

v0.0.2

15 Jan 17:06
44e21b1
Compare
Choose a tag to compare

Changelog

44e21b1 resolve issue with reference a branch on a github action