Skip to content

Releases: kiegroup/github-action-build-chain

v3.1.8

21 Feb 08:07
50178d9
Compare
Choose a tag to compare

Enhancement:

  • Make execution summary times easier to read (#398)
  • Refactored load git event CLI as part of Github API service (#390)

Bug fixes:

  • Add branch renaming after merge (#395)

v3.1.7

14 Feb 20:17
0682622
Compare
Choose a tag to compare

Bugs:

  • projectTriggeringTheJob and startingProject can be different (#388)
  • fix request-error dependency (#389)

v3.1.6

10 Feb 15:20
1f36485
Compare
Choose a tag to compare

Bugs:

  • use group from user input when using branch flow (#380 )

Improvements:

  • improve github error logging (#384)

v3.1.5

09 Feb 20:40
caaa6f5
Compare
Choose a tag to compare

Bug fixes:

  • Run before, current and after section per project (#377)
  • Copy cloned repo to itself when using clone (#381)
  • Upgrade build-chain-configuration-reader to 3.0.13 (#382)

v3.1.4

07 Feb 14:32
bf16190
Compare
Choose a tag to compare

Bug fixes:

  • Improved error logging by avoiding printing of the entire minified module (#374)
  • Added getting definition file using just the default value of placeholders if source and target fail (#374)

v3.1.3

01 Feb 22:38
b37084e
Compare
Choose a tag to compare

Bug fixes:

  • awaiting readDefinitionFile (#366)
  • pass reader options while generating node chain for cross pr flow (#364)
  • use event data to get starting project if input or GITHUB_REPOSITORY env var is not defined (#368)
  • added backward compatibility for flow types (#370)
  • upgraded build-chain-configuration-reader to handle errors from safe eval (#371)

v3.1.2

20 Jan 14:20
f7dbd6f
Compare
Choose a tag to compare
  • Fixed job summary (#355)
  • Improved logging for skipExecution (#355)
  • Improved logging during checkout and command execution (#359)

v3.1.1

16 Jan 17:27
a656277
Compare
Choose a tag to compare
  • Fixed #351 - default for action input now returns undefined instead of empty strings for certain inputs

v3.1.0

16 Jan 15:31
83d7633
Compare
Choose a tag to compare
  • Flow type naming convention changed for action to match with CLI
  • Fixed #338 - ${{ env.VAR }} is now being substituted correctly

v3.0

09 Jan 08:23
041e212
Compare
Choose a tag to compare

Enhancements:

  • Complete refactor to typescript
  • implemented end to end tests