v0.1.0
nektos/actv0.1.0Feb 7, 2019by cplee
AI Summary
This release marks a significant upgrade by replacing the internal main.workflow parsing logic with the official actions/workflow-parser library. It also enforces stricter requirements for local actions and updates system prerequisites.
Key Highlights
- Replaced main workflow parsing logic with actions/workflow-parser library
- Added support for both branch refs and hash refs
- Added requirement for ./ prefix for local actions
- Updated prerequisites to Go 1.11.4+ and Docker 18.09
- Improved error handling to fail on errors rather than panicking
New Features
- Official parser integration
- Branch/hash ref support
- Local action prefixing requirement
Full Release Notes
## Changelog Replaced `main.workflow` parsing logic with https://github.com/actions/workflow-parser 🎉 4b61fb3 pin to v1.0.0 of github action parser bc5c23e fix #24 - support both branch refs and hash refs ecae898 add tests for various actions 5d0a8d2 replace parser with actions/workflow-parser 72fbefc Merge pull request #25 from kentaro-m/kentaro-m-patch-1 4b2e170 Fix an install command for brew c2e1188 Merge pull request #23 from nektos/issue-22 ca26813 fix 22: require prefix './' for local actions 320e9b6 fail on error (#20) 1f5cf30 Merge pull request #15 from SvenDowideit/go1.11.4-and-docker-18.09 cbab149 fix #14: negotiate docker client version df01d4f Go 1.11.4+ and Docker 18.09 pre-reqs 29cf61e Merge pull request #13 from tylerbuchea/patch-2 a04141c fix: panic on regex in main.workflow