Skip to content

Releases: nektos/act

v0.2.7

14 Mar 07:22
f5e67f2
Compare
Choose a tag to compare

Changelog

  • fix #134 - support env context in steps and include base_ref & head_ref
  • merge #135 - bump golang to 1.14
  • fix #141 - use host network to match GH Actions
  • fix #122 - support actions/checkout for other repos
  • fix #132 - add chocolatey install
  • fix #50 - exclude everything in .gitignore
  • c439a6f - support nested expressions
  • 3baf626 - include file mode/mod_time when cp into container
  • fix #149 - support step.working-directory
  • fix #150 - disable dryrun in git clone

v0.2.6

06 Mar 20:37
4fde7d8
Compare
Choose a tag to compare

Changelog

  • fix #121 and #123 - add support for reading env variables from .env (#133)
  • fix #127 - force eval as a boolean (#131)
  • fix #128: guard against empty actionName when 'uses: ./' (#130)
  • fix #108 - ensure container names are unique for matrix runs
  • fix #117 - handle whitespace in actrc secrets (#118)
  • fix #115 - support toJson and toJSON (#116)

v0.2.5

28 Feb 17:42
45839d6
Compare
Choose a tag to compare

Changelog

45839d6 manage stale issues in GH actions
fix #110 - support path in action (#111)
fix #108 - support matrix expressions in job name (#109)

v0.2.4

25 Feb 17:28
76ecede
Compare
Choose a tag to compare

Changelog

fix #102 - add support for windows
fix #100 - update support of toolchain cache

v0.2.3

25 Feb 07:08
ead2ab4
Compare
Choose a tag to compare

🎉🎉🎉Act now officially supports GitHub Actions 2 🎉🎉🎉

Changelog

fix #74 - support github actions v2
fix #95 - change ports to array of strings
fix #96 - make build creates local act binary
fix #86 - job container/volume reused for all steps
fix #70 - use :delegated to speed-up containers
fix #21 - option to control if workdir is bind
fix #99 - allow container to be string or map
fix #95 - properly parse port as strings
fix #89 - support .actrc files

v0.2.2

25 Feb 01:56
0f796ff
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changelog

0f796ff Merge pull request #98 from nektos/ISS-86

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