ros2 / sros2

tools to generate and distribute keys for SROS 2
Apache License 2.0
89 stars 44 forks source link

[foxy-backport] add cyclonedds to the list of rmw using graph info topics (#231) #238

Closed mikaelarguedas closed 3 years ago

mikaelarguedas commented 4 years ago

As CycloneDDS security has been made available in Foxy (and synced to main already)

kyrofa commented 4 years ago

I see that cyclonedds is using release/0.7.x in foxy, but if I look at the changelog there I don't actually see security-related things. I do on master, but that's not what's in Foxy. I'm obviously missing a piece of the puzzle, can you show me?

mikaelarguedas commented 4 years ago

but if I look at the changelog there I don't actually see security-related things.

I guess the missing piece is that the changelog on the 0.7.X branch is missing the 0.7.0 entry (which is somehow ironic). The one on master has the changelog of version 0.7.0 which is the one that's in Foxy and includes the bits about security support.

mikaelarguedas commented 4 years ago

Opened a PR against the changelogs to avoid future confusion

The ROS buildfarm CI failure is due to connectivity issue updating rosdep database and is unrelated to this change