Skip to content

Commit e274957

Browse files
Merge pull request #2126 from ApexAI/iox-2099-prepare-v-2-0-5-release
Prepare `v2.0.5` release
2 parents 8e271dd + a80bd29 commit e274957

File tree

18 files changed

+35
-25
lines changed

18 files changed

+35
-25
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: 9
2727
platform: x64
28-
- uses: jwlawson/actions-setup-cmake@v1.12
28+
- uses: jwlawson/actions-setup-cmake@v1.13
2929
with:
3030
cmake-version: '3.16.3' # version used in Ubuntu 20.04 LTS
3131
- run: ./tools/ci/build-test-ubuntu.sh
@@ -61,13 +61,13 @@ jobs:
6161
shell: powershell
6262

6363
run-integration-test:
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565
needs: pre-flight-check
6666
steps:
6767
- name: Setup ROS
68-
uses: ros-tooling/setup-ros@0.2.1
68+
uses: ros-tooling/setup-ros@v0.7
6969
with:
70-
required-ros-distributions: foxy
70+
required-ros-distributions: humble
7171
- uses: actions/checkout@v2
7272
- run: ./tools/ci/run-integration-test.sh
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

cmake/package/package.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616
cmake_minimum_required(VERSION 3.16)
17-
set(IOX_VERSION_STRING "2.0.4")
17+
set(IOX_VERSION_STRING "2.0.5")
1818

1919
project(iceoryx_package VERSION ${IOX_VERSION_STRING})
2020

doc/aspice_swe3_4/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.16)
1818

19-
set(IOX_VERSION_STRING "2.0.4")
19+
set(IOX_VERSION_STRING "2.0.5")
2020

2121
project(iceoryx_doc VERSION ${IOX_VERSION_STRING})
2222

doc/website/release-notes/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
nav:
2+
- iceoryx-v2-0-5.md
23
- iceoryx-v2-0-4.md
34
- iceoryx-v2-0-3.md
45
- iceoryx-v2-0-2.md

doc/website/release-notes/iceoryx-v2-0-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# iceoryx v2.0.4
22

3-
## [v2.0.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.4) (2023-11-xx)
3+
## [v2.0.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.4) (2023-11-27)
44

55
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.3...v2.0.4)
66

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# iceoryx v2.0.5
2+
3+
## [v2.0.5](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.5) (2023-11-30)
4+
5+
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.4...v2.0.5)
6+
7+
**Bugfixes:**
8+
9+
- Fix ROS 2 RHEL build [\#2099](https://github.com/eclipse-iceoryx/iceoryx/issues/2099)

iceoryx_binding_c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717
cmake_minimum_required(VERSION 3.16)
1818

19-
set(IOX_VERSION_STRING "2.0.4")
19+
set(IOX_VERSION_STRING "2.0.5")
2020

2121

2222

iceoryx_binding_c/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>iceoryx_binding_c</name>
5-
<version>2.0.4</version>
5+
<version>2.0.5</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding</description>
77
<maintainer email="[email protected]">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_dds/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717
cmake_minimum_required(VERSION 3.16)
1818

19-
set(IOX_VERSION_STRING "2.0.4")
19+
set(IOX_VERSION_STRING "2.0.5")
2020

2121
project(iceoryx_dds VERSION ${IOX_VERSION_STRING})
2222

0 commit comments

Comments
 (0)