diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 084aac1..f9a94d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI micro-ROS Agent on: pull_request: branches: - - 'rolling' + - 'jazzy' schedule: - cron: '33 6 * * *' @@ -15,15 +15,15 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - ros_distribution: [ rolling ] + ros_distribution: [ jazzy ] include: - docker_image: ubuntu:24.04 - ros_distribution: rolling + ros_distribution: jazzy container: image: ${{ matrix.docker_image }} steps: - uses: actions/checkout@v4 - - uses: ros-tooling/setup-ros@0.7.7 + - uses: ros-tooling/setup-ros@0.7.13 with: use-ros2-testing: false required-ros-distributions: ${{ matrix.ros_distribution }} @@ -31,7 +31,7 @@ jobs: run: | apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp - - uses : ros-tooling/action-ros-ci@0.3.6 + - uses : ros-tooling/action-ros-ci@0.4.3 with: package-name: "micro_ros_agent" target-ros2-distro: ${{ matrix.ros_distribution }} diff --git a/micro_ros_agent/CHANGELOG.rst b/micro_ros_agent/CHANGELOG.rst index 4aadf9c..6bc6ba8 100644 --- a/micro_ros_agent/CHANGELOG.rst +++ b/micro_ros_agent/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package micro-ros_agent ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +5.0.2 (2024-05-31) +------------------ +* Jazzy Release +* Bump Micro XRCE-DDS Agent (`#226 `_) + 5.0.1 (2024-01-29) ------------------ * Fix thread include (`#216 `_) (`#218 `_) diff --git a/micro_ros_agent/CMakeLists.txt b/micro_ros_agent/CMakeLists.txt index 6706022..18e8fc3 100644 --- a/micro_ros_agent/CMakeLists.txt +++ b/micro_ros_agent/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.11) option(UROSAGENT_GENERATE_PROFILE "Generates agent.refs according to the .msgs provided in the .repos" OFF diff --git a/micro_ros_agent/package.xml b/micro_ros_agent/package.xml index b30abc0..1dfb737 100644 --- a/micro_ros_agent/package.xml +++ b/micro_ros_agent/package.xml @@ -2,10 +2,10 @@ micro_ros_agent - 5.0.1 + 5.0.2 micro-ROS Agent package - Pablo Garrido - Antonio Cuadros + Eugenio Collado + Carlos Espinoza Apache License 2.0 ament_cmake