Skip to content

Commit 50b71aa

Browse files
committed
[Doc] Remove Iron due to EOL (#1004)
1 parent 9b52ca1 commit 50b71aa

File tree

6 files changed

+3
-10
lines changed

6 files changed

+3
-10
lines changed

.github/workflows/linux-build-and-test-compatibility.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
build-humble-and-rolling: # iron, humble and rolling distros
7+
build-humble-and-rolling: # jazzy, humble and rolling distros
88
runs-on: ubuntu-22.04
99
strategy:
1010
fail-fast: false
1111
matrix:
1212
node-version: [20.X, 22.X]
1313
ros_distribution:
1414
- jazzy
15-
- iron
1615
- humble
1716
- rolling
1817

.github/workflows/linux-build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ on:
66
branches:
77
- develop
88
- jazzy
9-
- iron-irwini
109
- humble-hawksbill
1110
pull_request:
1211
branches:
1312
- develop
1413
- jazzy
15-
- iron-irwini
1614
- humble-hawksbill
1715
workflow_dispatch:
1816

.github/workflows/windows-build-and-test-compatibility.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
node-version: [22.X]
1414
ros_distribution:
1515
- jazzy
16-
- iron
1716
- humble
1817
- rolling
1918
steps:

.github/workflows/windows-build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ on:
66
branches:
77
- develop
88
- jazzy
9-
- iron-irwini
109
- humble-hawksbill
1110
pull_request:
1211
branches:
1312
- develop
1413
- jazzy
15-
- iron-irwini
1614
- humble-hawksbill
1715
workflow_dispatch:
1816

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
| :--------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: |
77
| Jazzy | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-build-and-test.yml/badge.svg?branch=jazzy) | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-build-and-test.yml/badge.svg?branch=jazzy) |
88
| Humble | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-build-and-test.yml/badge.svg?branch=humble-hawksbill) | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-build-and-test.yml/badge.svg?branch=humble-hawksbill) |
9-
| Iron | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-build-and-test.yml/badge.svg?branch=iron-irwini) | ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-build-and-test.yml/badge.svg?branch=iron-irwini) |
109

1110
\* rclnodejs development and maintenance is limited to the ROS 2 LTS releases and the Rolling development branch
1211

scripts/npmjs-readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rclnodejs ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-build-and-test.yml/badge.svg?branch=iron-irwini)
1+
# rclnodejs ![GitHub Workflow Status](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-build-and-test.yml/badge.svg?branch=jazzy)
22

33
`rclnodejs` is a Node.js client for the Robot Operating System (ROS 2). It provides a simple and easy JavaScript API for ROS 2 programming. TypeScript declarations are included to support use of rclnodejs in TypeScript projects.
44

@@ -45,7 +45,7 @@ npm i [email protected]
4545

4646
| RCLNODEJS Version | Compatible ROS 2 LTS |
4747
| :------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: |
48-
| latest version (currently [v0.22.3](https://github.com/RobotWebTools/rclnodejs/tree/0.22.3)) | [Humble](https://github.com/RobotWebTools/rclnodejs/tree/humble-hawksbill)<br>[Iron](https://github.com/RobotWebTools/rclnodejs/tree/iron-irwini) |
48+
| latest version (currently [v0.27.4](https://github.com/RobotWebTools/rclnodejs/tree/0.27.4)) | [Humble](https://github.com/RobotWebTools/rclnodejs/tree/humble-hawksbill)<br>[Jazzy](https://github.com/RobotWebTools/rclnodejs/tree/jazzy) |
4949

5050
## Documentation
5151

0 commit comments

Comments
 (0)