Skip to content

Releases: kiegroup/github-action-build-chain

v3.5.6

06 Mar 14:32
bba2431
Compare
Choose a tag to compare

Bug fixes:

  • Fix head field used by octokit.rest.pulls.list() method

v3.5.5

09 Oct 09:51
9893fd8
Compare
Choose a tag to compare

v3.4.1

28 Jun 17:13
010625f
Compare
Choose a tag to compare

Bug fixes:

  • fix: fail fast should stop execution if any phase fails (#446)
  • fix: project id in changes API (#449)

v3.4.0

21 Jun 15:14
1146083
Compare
Choose a tag to compare

Features:

  • Added support for new platform: Gerrit (#443 )

v3.3.0

20 Jun 12:38
e9c32c3
Compare
Choose a tag to compare

Features:

  • Enable support for multiple platforms (#441)

v3.2.1

30 May 12:38
2fa87c7
Compare
Choose a tag to compare

Bug fixes:

  • Implement fail at end. By default fail fast (#438)
  • Don't skip cloning if directory already exists (#435)

v3.2.0

08 May 12:35
efc12a5
Compare
Choose a tag to compare

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

06 Apr 15:37
eec0865
Compare
Choose a tag to compare

Enhancements:

  • Enable skip mechanism (#414)
  • Switch to graph based functions to get the set of projects to build (#414)

v3.1.10

28 Mar 12:10
9a15784
Compare
Choose a tag to compare

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

21 Feb 14:56
c81d523
Compare
Choose a tag to compare

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)