Releases: kiegroup/github-action-build-chain
Releases · kiegroup/github-action-build-chain
v3.5.6
Bug fixes:
- Fix head field used by octokit.rest.pulls.list() method
v3.4.1
Bug fixes:
- fix: fail fast should stop execution if any phase fails (#446)
- fix: project id in changes API (#449)
v3.4.0
Features:
- Added support for new platform: Gerrit (#443 )
v3.3.0
Features:
- Enable support for multiple platforms (#441)
v3.2.1
Bug fixes:
- Implement fail at end. By default fail fast (#438)
- Don't skip cloning if directory already exists (#435)
v3.2.0
Features:
- Enable parallel execution of projects (#433)
Bug Fixes:
- Override project when defined in dependency file and extends file (#420)
- Use env before default for url placeholder replacements (#428)
Chores:
- Bump yaml from 2.1.3 to 2.2.2 (#431)
v3.1.11
Enhancements:
- Enable
skip
mechanism (#414)
- Switch to graph based functions to get the set of projects to build (#414)
v3.1.10
Enhancements:
- Reduce github API rate limit errors by improving how we get the forked name of a project (#411)
- Added more logging for rate limit errors (#406)
Chores:
- Added migration docs (#404)
- Replaced -cct with -t in docs (#399)
- Removed duplicate sections from docs (#407)
v3.1.9
Bug fixes:
- updated build-chain-configuration-reader to fix #401 (#403)
- Added
per_page
to hopefully reduce the number of Github API calls (#397)
Enhancements:
- Added more debug log statements for Github APIs (#397)