v0.2.45
nektos/actv0.2.45May 1, 2023by nektos-ci
AI Summary
Adds support for specifying env, secrets, and inputs via YAML files and improves socket handling and environment configuration.
Key Highlights
- Support yaml env/secrets/inputs file
- Fix socket finding logic
- Fix environment handling for Windows host mode
- Support cache functionality
New Features
- Support yaml env/secrets/inputs file
- Support cache
Full Release Notes
## Changelog ### New Features * 50dcc57 feat: support yaml env/secrets/inputs file (#1733) ### 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` in `pkg/*` (#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)