Skip to content

Releases: eProsima/eProsima-CI

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

v0.7.0

17 Jan 09:17
Compare
Choose a tag to compare

This release includes the following features:

  1. Add test-reporter action (#49)
  2. Add setup_cmake action (#46, #47)

This release includes the following improvements:

  1. Remove empy fixed version for colcon install (#43)
  2. Save test results in junit format (#49)
  3. build_fastdds action defaults to master for Fast CDR and Fast DDS (#45)
  4. Update requirements.txt dependencies for sphinx 4.3.1 (#51)
  5. Add version option for OpenSSL Windows install action (#52)
  6. Actions documentation (#53)
  7. PR submission template (#53)

This release includes the following fixes:

  1. Fix default branch names for dev_utils and ddspipe (#48)

PRs in merge order:
#43, #45, #46, #47, #48, #49, #51, #52, #53

v0.6.0

30 Nov 08:38
Compare
Choose a tag to compare

This release includes the following features:

  • fetch_dev_utils_manual action: Download eProsima dev-utils (#38).
  • fetch_ddspipe_manual action: Download eProsima ddspipe (#39).
  • fetch_fastdds_manual action: Download eProsima Fast DDS (#35).
  • New external action: download artifact (#38).

This release also fixes the empy package version to avoid conflicts when installing colcon core (#42).

PRs in merge order:
#35, #38, #39, #40, #41, #42

v0.5.0

23 Oct 13:18
Compare
Choose a tag to compare

This release includes the following features:

  • New external actions (#37)
    • Setup CCache.
    • Install specific CMake and Ninja versions.
    • Install and setup Python.
  • Upgrade mirror external action to v2 (#31)

PRs in merged order:
#31, #37

v0.4.0

18 Sep 10:42
Compare
Choose a tag to compare

This release includes the following features:

  • Mirror external action
  • Create pull request external action

v0.3.0

05 May 06:54
Compare
Choose a tag to compare

This release includes the following bug-fixes:

  • Fix codecov action
  • Fix windows install_python_packages action
  • Find artifacts of just completed workflows, and not only for successful ones.

v0.2.0

03 May 15:01
b33585e
Compare
Choose a tag to compare

This release includes the following features:

  • General purpose actions
  • Multiplatform support
  • Artifacts generation workflows for projects:
    • Fast DDS
    • dev-utils
    • DDS Pipe
    • manual

This release includes the following documentation:

  • updated (README.md)
  • developer contributing information (.dev/contributions.md).