Skip to content

Releases: eProsima/eProsima-CI

v0.13.0

20 Mar 13:27
Compare
Choose a tag to compare

What's Changed

  • Use GCC 12 in TSAN action (#77)
  • Bump version to v0.13.0 (#78)

Full Changelog: v0.12.1...v0.13.0

v0.12.1

19 Mar 10:43
Compare
Choose a tag to compare

What's Changed

  • Fix regression in colcon_build action for macOS runners (#75)
  • Bump to 0.12.1 (#76)

Full Changelog: v0.12.0...v0.12.1

v0.12.0

19 Mar 06:44
Compare
Choose a tag to compare

What's Changed

  • Set the number of random bits for mmap to 28 (#72)
  • Bump to v0.12.0 (#74)

Full Changelog: v0.11.0...v0.12.0

v0.11.0

12 Mar 15:41
Compare
Choose a tag to compare

What's Changed

  • Remove CXXFLAGS for Windows build (#66)
  • Bump download artifact action to v4 (#67)
  • Support for the vcs_import action in macOS (#70)

PRs in merged order:
#66, #67, #70

v0.10.0

28 Feb 06:40
Compare
Choose a tag to compare

What's Changed

  • colcon_build action does not provide a default value for the cmake_args_default input (#61)
  • Unused workflows have been removed (#62)
  • vcs_import now supports a skip_existing input boolean option (#63)

PRs in merged order:
#61, #62, #63, #64

v0.9.0

20 Feb 06:56
Compare
Choose a tag to compare

What's Changed

  • Add actions to support Fast DDS CI on macOS (#44)

PRs in merged order:
#44

v0.8.1

14 Feb 13:51
Compare
Choose a tag to compare

What's Changed

  • Update action-download-artifact to v3 (#59)
  • Improve junit_summary robustness (#60)

PRs in merged order:
#57, #59, #60

v0.8.0

13 Feb 15:22
Compare
Choose a tag to compare

What's Changed

  • New action to generate summaries from jUnit reports (#56)

PRs in merged order:
#56

v0.7.2

13 Feb 06:53
Compare
Choose a tag to compare

What's Changed

  • Update checkout action in #55

Full Changelog: v0.7.1...v0.7.2

v0.7.1

30 Jan 13:39
Compare
Choose a tag to compare

This release includes the following fix:

  • Correctly pass inputs to external checkout action (#54)

PRs in merged order:
#54