Skip to content

Releases: kiegroup/github-action-build-chain

v3.5.9

26 Mar 12:12
bd9dad0

Choose a tag to compare

What's Changed

Full Changelog: v3.5.8...v3.5.9

v3.5.6

26 Mar 12:11
9f2658d

Choose a tag to compare

What's Changed

Full Changelog: v3.5.5...v3.5.6

v3.5.5

09 Oct 09:51
da21001

Choose a tag to compare

v3.4.1

28 Jun 17:13
010625f

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

Choose a tag to compare

Features:

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

v3.3.0

20 Jun 12:38
e9c32c3

Choose a tag to compare

Features:

  • Enable support for multiple platforms (#441)

v3.2.1

30 May 12:38
2fa87c7

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

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

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

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)