Releases: eProsima/eProsima-CI
Releases · eProsima/eProsima-CI
v0.12.1
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
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
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
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
What's Changed
- Add actions to support Fast DDS CI on macOS (#44)
PRs in merged order:
#44
v0.8.1
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
What's Changed
- New action to generate summaries from jUnit reports (#56)
PRs in merged order:
#56
v0.7.1
This release includes the following fix:
- Correctly pass inputs to external checkout action (#54)
PRs in merged order:
#54