Releases: ros-tooling/setup-ros
Releases · ros-tooling/setup-ros
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
- Add support for Jazzy (#673)
- Jazzy binaries on Ubuntu are only available from the testing apt repository since Jazzy hasn't been released yet. To use the testing repository, use the
use-ros2-testing
option:- uses: ros-tooling/setup-ros@v0.7 with: required-ros-distributions: jazzy use-ros2-testing: true
- Jazzy binaries on Ubuntu are only available from the testing apt repository since Jazzy hasn't been released yet. To use the testing repository, use the
0.7.2
- Add Ubuntu 24.04 Noble support (#658)
- This should not affect existing workflows.
- Since the
ubuntu-24.04
runner is not available yet, you must use Docker to use Ubuntu 24.04 Noble, e.g.:jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest # Doesn't really matter + container: + image: ubuntu:24.04 # ...
- Remove python3-flake8 workaround for Noble (#669)
0.5.1
- Pin version of empy to <4 (backport #632)
Please note that we didn't plan to keep supporting setup-ros
for EOL distros. v0.7
drops support for Foxy and v0.6
drops support for Galactic.
0.6.3
- Pin version of empy to <4 (backport #632)
Please note that we didn't plan to keep supporting setup-ros
for EOL distros. v0.7
drops support for Foxy, but this release fixes workflows for Foxy with v0.6
, since Foxy has only been EOL for 6 months.