Releases: nektos/act
Releases Β· nektos/act
v0.2.50
Changelog
New Features
- a42f3cf feat: Add new Action Cache (#1913)
- 8314095 feat: cmd support for windows (#1941)
- 6468dd7 feat: Add CopyTarStream to Container Interface (#1912)
Bug fixes
Other
- 80b0955 chore: bump VERSION to 0.2.50
- 0c12273 build(deps): bump github.com/moby/buildkit from 0.12.1 to 0.12.2 (#1986)
- 323bee9 build(deps): bump github.com/moby/patternmatcher from 0.5.0 to 0.6.0 (#1985)
- f64c267 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#1978)
- 7ba9f30 Mention act user guide in act (#1973)
- 2a0a0a1 build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.0 (#1965)
- f55ae1a ci: change winget job runner to
ubuntu-latest
(#1959) - 9f06ca7 change podman socket path (#1961)
- a00fd96 Fix "Unknown server OS" for Docker container
--device
option (#1957) - 8a9e4f9 refactor: remove unnecessary nil check in RunContext (#1955)
- f0ca0ab refactor: docker build BuildContext field (#1914)
- 73d5f78 Shorten or/and in expressions (#1939)
- 0b4c67a prefer pwsh on windows if found (#1942)
- 3939f48 build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 (#1931)
- 74b74e8 build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#1948)
- c812715 build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1 (#1947)
v0.2.49
Changelog
Bug fixes
Other
- d5d8548 chore: bump VERSION to 0.2.49
- 8bf10cf build(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 (#1934)
- 8e6c7c1 build(deps): bump github.com/docker/cli (#1932)
- d720ff0 build(deps): bump github.com/docker/docker (#1933)
- 17bf4fc build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 (#1925)
- 67f4baa local runner doc (#1911)
- 83b0a5b Add new CLI flag to log just the job id and not the entire job name (#1920)
- 4810f69 build(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.0 (#1917)
- e343ea9 build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#1906)
- 94bc8b3 Bump dockercli (#1905)
- 808cf5a throw when invalid
uses
key is provided (#1804) - 724ec91 chore: upgrade golangci-lint and address findings (#1904)
- 79f93be build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#1868)
- 70956f2 build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#1892)
- ef79bb2 Normalize path outputs emitted by the artifact server download endpoint (#1898)
v0.2.48
Changelog
Other
- 3a0a642 chore: bump VERSION to 0.2.48
- 4c8da85 build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 (#1884)
- f40d0b8 build(deps): bump github.com/opencontainers/image-spec (#1893)
- 15618d1 Remove
archives.replacements
ingoreleaser.yaml
(#1895) - e597046 refactor: open boltdb only while using it (#1879)
v0.2.46
Changelog
New Features
Bug fixes
- 11dd2ac fix: Update ARCH environment variable used in runners/actions (#1818)
- ca9b783 fix: don't allow
-self-hosted
mode as container image (#1783) - aa21277 fix: fallback to unauthenticated pull (#1774)
- 4721abf fix: remove hardcoded reference to github.com when using reusable remote workflows and remote actions (#1784)
Other
- b0d0cec chore: bump VERSION to 0.2.46
- 26f1b1f build(deps): bump github.com/opencontainers/image-spec (#1829)
- 9c1f1f8 build(deps): bump github.com/docker/cli (#1816)
- 3cfc2cf add instruction for using
gh auth token
(#1831) - b0996e0 build(deps): bump github.com/go-git/go-git/v5 (#1830)
- 481999f build(deps): bump megalinter/megalinter from 6.22.2 to 7.0.2 (#1827)
- 16c574c build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 (#1817)
- 06054d2 build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (#1814)
- 1371215 build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 (#1813)
- 1eacf23 build(deps): bump github.com/opencontainers/image-spec (#1807)
- c00810b build(deps): bump github.com/docker/docker (#1806)
- 39abbce build(deps): bump github.com/docker/cli (#1805)
- b5fa245 build(deps): bump github.com/docker/distribution (#1801)
- 046f5aa build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#1800)
- 65ef31f build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 (#1791)
- f84a566 Replace backslash in GetActPath() for Windows (#1777)
- 568124c Refactor evaluate yaml node do not alter nested nodes (#1761)
- 3eb6e83 build(deps): bump github.com/docker/cli (#1780)
- 15eb1fa build(deps): bump github.com/opencontainers/image-spec (#1781)
- 1f9bbe1 build(deps): bump github.com/docker/docker (#1779)
v0.2.45
Changelog
New Features
Bug fixes
- b6718fd fix: try finding a socket, otherwise fail, respect user choice (#1745)
- 9884da0 fix: environment handling windows (host mode) (#1732)
- de06444 fix: ensure networkmode "host" unless explicitly specified (#1739)
- 97749a2 fix: ghc assignment typo (#1729)
- d70b225 fix: reusable workflow panic (#1728)
- c0130ed fix: add
server_url
attribute to github context (#1727)
Other
- f1df2ca chore: bump VERSION to 0.2.45
- d77991c Support cache (#1770)
- c81a770 chore: run act from cli on linux (#1758)
- 7cbb1a9 Revert breaking docker socket changes (#1763)
- baf3bcf avoid using log.Fatal (#1759)
- 2ea7891 build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.11.6 (#1755)
- 16f35f6 build(deps): bump github.com/docker/docker (#1754)
- ded31bd build(deps): bump github.com/docker/cli (#1753)
- 60bcfb5 build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (#1752)
- 7c6237d ci: deduplicate running workflows (#1751)
- 3715266 Improve watchAndRun (#1743)
- 35d6e9f Remove the comment-out code. (#1691)
- d970056 typo: fix expression of warning message on macOS (#1693)
- 816a7d4 Avoid using
log.Fatal
inpkg/*
(#1705) - 6d527bf build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (#1735)
- 148a545 build(deps): update go-git to ce62f3e9ff86270538a514a68d3bd5563a733e3b (#1725)
- 65a925b build(deps): bump github.com/docker/docker (#1719)
- c5ce502 build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1724)
- f2bd194 build(deps): bump github.com/docker/cli (#1722)
- 4ab812c build(deps): bump megalinter/megalinter from 6.22.1 to 6.22.2 (#1720)
- 5a331d2 build(deps): bump github.com/rhysd/actionlint from 1.6.23 to 1.6.24 (#1721)
- 3ae0a9d build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 (#1723)
- 24b04df build(deps): bump github.com/docker/cli (#1712)
- 68c72b9 build(deps): bump github.com/docker/docker (#1711)
- ad7a8a3 build(deps): bump megalinter/megalinter from 6.21.0 to 6.22.1 (#1710)
v0.2.44
Changelog
New Features
Bug fixes
- d3dfde0 fix: use os.UserHomeDir (#1706)
- 6744e68 fix: correct ref and ref_name (#1672)
- ac5dd8f fix: return err in walk (#1667)
- f3c88b5 fix: crash if the id tool fails to run in the container (1660)
- 19abab6 fix: safe file name (#1651)
- 973dd7f fix: compare properties of Invalid types (#1645)
Other
- 220d6f1 chore: bump VERSION to 0.2.44
- 6745999 build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 (#1708)
- 75ffa20 Make sure working directory is respected when configured from matrix (#1686)
- 351ae99 build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5 (#1703)
- 385d71a build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#1702)
- f764ecb build(deps): bump github.com/imdario/mergo from 0.3.14 to 0.3.15 (#1701)
- d65cf86 build(deps): bump actions/stale from 7 to 8 (#1700)
- 775a128 build(deps): bump megalinter/megalinter from 6.20.1 to 6.21.0 (#1699)
- 9fab599 full path required for extension install (#1670)
- 8c28c9f build(deps): bump actions/setup-go from 3 to 4 (#1689)
- 2fa0a5f build(deps): bump github.com/imdario/mergo from 0.3.13 to 0.3.14 (#1688)
- a6c95ef build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1650)
- 5a2112a build(deps): bump megalinter/megalinter from 6.20.0 to 6.20.1 (#1679)
- fad986a build(deps): bump fregante/setup-git-user from 1 to 2 (#1664)
- 35cac27 Add example command for collecting artifacts (#1671)
- 09de42f Support for docker steps in host environment (#1674)
- 24440d9 test: Enshure ForcePull config doesn't break docker actions (1661)
- aeee205 build(deps): bump github.com/moby/buildkit from 0.11.3 to 0.11.4 (#1669)
- 7ee2138 build(deps): bump megalinter/megalinter from 6.19.0 to 6.20.0 (#1665)
- 8dbd151 build(deps): bump golang.org/x/term from 0.5.0 to 0.6.0 (#1666)
- 6601d8d Improve XDG Spec supporting (#1656)
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)