Releases: nektos/act
Releases Β· nektos/act
v0.2.59
v0.2.58
Changelog
New Features
- f055d4a feat: support offline mode (#2128)
- f7a846d feat: cli option to enable the new action cache (#1954)
Bug fixes
- 054caec fix: use correct path to toolcache (#1494)
- 5e0d29d fix: improve warning about remote not found (#2169)
- 6dd6725 fix: improve new-action-cache fetch failure error (#2172)
- 09d4b5d fix: subpath actions via new artifact cache (#2170)
- a6ec2c1 fix: improve action not found error (#2171)
- 6091094 fix: write default config in XDG config dir to avoid cluttering the HOME directory by default (#2140)
- 7f7d84b fix: match cache
restore-keys
in creation reverse order (#2153)
Other
- 3ed38d8 chore: bump VERSION to 0.2.58
- 0dbf44c build(deps): bump github.com/opencontainers/runc from 1.1.7 to 1.1.12 (#2187)
- 6dcf9bc build(deps): bump github.com/moby/buildkit from 0.11.5 to 0.12.5 (#2188)
- df61c7f build(deps): bump github.com/containerd/containerd from 1.6.19 to 1.6.26 (#2189)
- 36e0261 build(deps): bump github.com/opencontainers/image-spec (#2167)
- 46dc2ff build(deps): bump github.com/moby/buildkit from 0.12.4 to 0.12.5 (#2186)
- 5a80a04 refactor: filecollector into new package (#2174)
- 4ca35d2 build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#2175)
- 424fd5e refactor(cmd/root): simplify
parseEnvs
(#2162) - 6a8c42a Add containerd's normalized architectures to archMapper (#2168)
- c215e08 build(deps): bump megalinter/megalinter from 7.7.0 to 7.8.0 (#2164)
- 8072a00 WorkflowDispatchConfig supports multiple yaml node kinds (#2123)
- 15bb54f build(deps): bump actions/upload-artifact from 3 to 4 (#2133)
- cd40f3f ci: automatic merge PRs created by a maintainer and approved by 1 other maintainer (#2156)
- adbe229 Add support for NetBSD (#2023)
- 96d6cf8 build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#2149)
- ef5746b build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 (#2148)
v0.2.57
v0.2.56
Changelog
New Features
Bug fixes
Other
- 0c60f97 chore: bump VERSION to 0.2.56
- 6b0ef97 build(deps): bump actions/stale from 8 to 9 (#2120)
- 0dfb067 build(deps): bump actions/checkout from 3 to 4 (#1998)
- 603b44b build(deps): bump github.com/creack/pty from 1.1.20 to 1.1.21 (#2099)
- 00fbfa7 Fix noisy
runs-on
error logging (#2102) - 9cecf94 build(deps): bump actions/setup-go from 4 to 5 (#2118)
- 29f4123 build(deps): bump megalinter/megalinter from 7.6.0 to 7.7.0 (#2119)
- 85c3b3b build(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 (#2117)
- 2b47c99 build(deps): bump golang.org/x/term from 0.14.0 to 0.15.0 (#2112)
- 3c405a0 build(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 (#2114)
- 899a1f2 build(deps): bump github.com/moby/buildkit from 0.12.3 to 0.12.4 (#2113)
v0.2.55
v0.2.54
Changelog
New Features
Bug fixes
Other
- 7693697 chore: bump VERSION to 0.2.54
- 4dcb9b7 build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 (#2091)
- 5547789 Evaluate if condition when calling a reusable workflow (#2087)
- c8f847d Evaluate all service values (#2054)
- 18b4714 Don't set GITHUB_TOKEN (#2089)
- 610358e Support array expressions in runs-on (#2088)
- 1c16fd1 Use unique name for reusable workflow (#2015)
- 55b09a0 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#2079)
v0.2.53
Changelog
Bug fixes
Other
- 1bb2ee7 chore: bump VERSION to 0.2.53
- 84a4025 build(deps): bump github.com/docker/docker (#2067)
- fb4f29f build(deps): bump github.com/creack/pty from 1.1.18 to 1.1.20 (#2068)
- 3e5c629 build(deps): bump megalinter/megalinter from 7.4.0 to 7.5.0 (#2070)
- 83bfbcd build(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 (#2065)
- 3d65b0f build(deps): bump github.com/docker/cli (#2069)
- 854e3e9 build(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 (#2066)
- db71c41 build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 (#2059)
- db6e477 build(deps): bump github.com/moby/buildkit from 0.12.2 to 0.12.3 (#2060)
- ceeb6c1 Add support for service containers (#1949)
- ace4cd4 Fix float formatting (#2018)
- 99067a9 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#2045)
- e7e158c build(deps): bump github.com/docker/distribution (#2037)
- 3c730d7 build(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#2036)
- 976df8b fix action_ref (composite action) (#2020)
- 2f479ba Fix image survey for large images (#2022)
- 5718555 [ Variables ] - Add missing documentation for repository variables (#2032)
v0.2.52
v0.2.51
Changelog
New Features
- 935e37c feat: support node20 runtime (#1988)
- 19764bc feat: support interpolation in
<job>.container.options
(#1958)
Other
- c241ecd chore: bump VERSION to 0.2.51
- b637d79 build(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#2011)
- 83af8f8 build(deps): bump github.com/opencontainers/image-spec (#2010)
- 60060a7 build(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1 (#2009)
- d134079 build(deps): bump github.com/go-git/go-billy/v5 from 5.4.1 to 5.5.0 (#2012)
- 1891bef build(deps): bump docker/setup-qemu-action from 2 to 3 (#2007)
- 2911b21 build(deps): bump goreleaser/goreleaser-action from 4 to 5 (#2008)
- c84a3ef build(deps): bump github.com/docker/docker (#2000)
- bd9032d build(deps): bump github.com/docker/cli (#1999)
- 1d32507 build(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 (#1992)
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)