Releases: nektos/act
Releases Β· nektos/act
v0.2.64
Changelog
Bug fixes
- e4607fc fix: skip service container for empty image (#2281)
- b5ad3c4 fix: composite action input pollution (#2348)
- b917ecc fix: update reusable workflow input handling (#2349)
Other
- aa54ea9 chore: bump VERSION to 0.2.64
- 935e4c3 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2366)
- 8a64a76 build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#2365)
- f9ea5e3 build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 (#2360)
- 7b950e1 build(deps): bump github.com/docker/cli (#2358)
- 55a8f9a Add riscv64 binary release (#2350)
- 71a6fa0 build(deps): bump github.com/rhysd/actionlint from 1.7.0 to 1.7.1 (#2346)
v0.2.63
Changelog
Other
- c959fdd chore: bump VERSION to 0.2.63
- 4977ba9 Meta-copy-symlinks-new-actions-cache (#2337)
- ecd7875 build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#2340)
- 77acf9d build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 (#2341)
- e1e5671 Actions Artifacts v4 backend (#2224)
- 8acde99 build(deps): bump github.com/docker/docker (#2333)
- 6db9613 build(deps): bump github.com/docker/cli (#2332)
- 070c257 Add documentation for
dryrun
parameter (#2311) - 657a3d7 Fix for issue 2232: Many lines of "Could not find any stages to run" on run (#2272)
- 69ef192 build(deps): bump github.com/docker/cli (#2325)
- 2c9c489 build(deps): bump github.com/rhysd/actionlint from 1.6.27 to 1.7.0 (#2326)
- 218edca build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 (#2327)
- 3429f1a build(deps): bump github.com/docker/docker (#2324)
- 1acda5f build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (#2323)
- 6bbef14 build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 (#2319)
- e6f8d89 build(deps): bump github.com/docker/cli (#2318)
- 31e11d2 build(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 (#2316)
- 42405f4 build(deps): bump github.com/docker/docker (#2317)
v0.2.62
Changelog
Bug fixes
Other
- 9885560 chore: bump VERSION to 0.2.62
- 390d94d build(deps): bump megalinter/megalinter from 7.10.0 to 7.11.1 (#2309)
- 53a61fe build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#2310)
- 47486a6 build(deps): bump github.com/docker/cli (#2307)
- ac42511 build(deps): bump github.com/docker/docker (#2306)
- 992c9d9 build(deps): bump github.com/moby/buildkit from 0.13.1 to 0.13.2 (#2308)
- 213756b build(deps): bump github.com/docker/cli (#2302)
- 843cd94 Add codespell support (config, workflow to detect/not fix) and make it fix few typos (#2296)
- c028aa8 build(deps): bump github.com/docker/docker (#2299)
- 1f2e92e build(deps): bump github.com/docker/docker (#2295)
- d153616 build(deps): bump megalinter/megalinter from 7.9.0 to 7.10.0 (#2294)
- 2d4a9ea build(deps): bump megalinter/megalinter from 7.8.0 to 7.9.0 (#2216)
- 82cc57f build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#2215)
- 7452180 build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 (#2278)
- c82a9ea build(deps): bump github.com/docker/cli (#2291)
- 8cdc3fc Update action.yml (#2293)
- 2a2cd7d build(deps): bump github.com/moby/buildkit from 0.12.5 to 0.13.1 (#2253)
- 2df924c Bump docker to v26 (#2289)
- ac13a1b chore: fix some comments (#2279)
- 06a1d69 build(deps): bump actions/cache from 3 to 4 (#2163)
- cdc22da Remove local action cache if remote has changed (#2284)
- d2c3413 chore: fix codecov (#2288)
- e3da912 build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#2269)
v0.2.61
Changelog
Bug fixes
- f825e42 fix: cache adjust restore order of exact key matches (#2267)
- 119ceb8 fix: rootless permission bits (new actions cache) (#2242)
- 75e4ad9 fix: docker buildx cache restore not working (#2236)
Other
- 361b7e9 chore: bump VERSION to 0.2.61
- d9a19c8 Trivial: reduce log spam. (#2256)
- 3949d74 chore: remove repetitive words (#2259)
- b9382a2 Support overwriting caches (#2265)
- f56dd65 test: use ping to improve network test (#2266)
- 069720a build(deps): bump github.com/docker/docker (#2252)
- 8c83d57 build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#2244)
- 352ad41 fix function name in comment (#2240)
- 934b13a build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2235)
v0.2.60
Changelog
New Features
- ac6a465 feat: Test writing remote Actions locally (#2155)
- 852959e feat: offline mode for new action cache (#2173)
Bug fixes
- e1cd7c9 fix: logo and demo asset urls (#2226)
- f2e65e1 fix: Rootless error concerning
/var/run/docker.sock
(#2181)
Other
- d3c8664 chore: bump VERSION to 0.2.60
- c79f59f build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 (#2229)
- 68597d6 build(deps): bump github.com/rhysd/actionlint from 1.6.26 to 1.6.27 (#2228)
- 9e6ce12 build(deps): bump github.com/opencontainers/image-spec (#2223)
- 5601fb0 refactor: simpilfy go-git cache (#2208)
- 27eb79b build(deps): bump github.com/opencontainers/image-spec (#2214)
- 8277584 build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 (#2213)
- 6e80373 Shrink Readme (#2198)
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)