New Upstream Snapshot - ros2-ament-cmake-ros

Ready changes

Summary

Merged new upstream version: 0.11.2 (was: 0.11.1).

Diff

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index f705392..0000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-For general questions, please ask on ROS answers: https://answers.ros.org, make sure to include at least the `ros2` tag and the rosdistro version you are running, e.g. `ardent`.
-For general design discussions, please post on discourse: https://discourse.ros.org/c/ng-ros
-Not sure if this is the right repository? Open an issue on https://github.com/ros2/ros2/issues
-For Bug report or feature requests, please fill out the relevant category below
--->
-
-## Bug report
-
-**Required Info:**
-
-- Operating System:
-  - <!-- OS and version (e.g. Windows 10, Ubuntu 16.04...) -->
-- Installation type:
-  - <!-- binaries or from source  -->
-- Version or commit hash:
-  - <!-- Output of git rev-parse HEAD, release version, or repos file  -->
-- DDS implementation:
-  - <!-- rmw_implementation used (e.g. Fast-RTPS, RTI Connext, etc -->
-- Client library (if applicable):
-  - <!-- e.g. rclcpp, rclpy, or N/A -->
-
-#### Steps to reproduce issue
-<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/
-``` code that can be copy-pasted is preferred ``` -->
-```
-
-```
-
-#### Expected behavior
-
-#### Actual behavior
-
-#### Additional information
-
-<!-- If you are reporting a bug delete everything below
-     If you are requesting a feature deleted everything above this line -->
-----
-## Feature request
-
-#### Feature description
-<!-- Description in a few sentences what the feature consists of and what problem it will solve -->
-
-#### Implementation considerations
-<!-- Relevant information on how the feature could be implemented and pros and cons of the different solutions -->
diff --git a/.github/workflows/mirror-rolling-to-master.yaml b/.github/workflows/mirror-rolling-to-master.yaml
deleted file mode 100644
index 2885eb4..0000000
--- a/.github/workflows/mirror-rolling-to-master.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Mirror rolling to master
-
-on:
-  push:
-    branches: [ rolling ]
-
-jobs:
-  mirror-to-master:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: zofrex/mirror-branch@v1
-      with:
-        target-branch: master
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index bee8a64..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-__pycache__
diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..aa8e94b
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,2 @@
+# This file was generated by https://github.com/audrow/update-ros2-repos
+* @methylDragon
diff --git a/ament_cmake_ros/CHANGELOG.rst b/ament_cmake_ros/CHANGELOG.rst
index 92432db..aaf61de 100644
--- a/ament_cmake_ros/CHANGELOG.rst
+++ b/ament_cmake_ros/CHANGELOG.rst
@@ -2,6 +2,11 @@
 Changelog for package ament_cmake_ros
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+0.11.2 (2023-02-13)
+-------------------
+* [rolling] Update maintainers - 2022-11-07 (`#16 <https://github.com/ros2/ament_cmake_ros/issues/16>`_)
+* Contributors: Audrow Nash
+
 0.11.1 (2022-09-13)
 -------------------
 * Update maintainers (`#15 <https://github.com/ros2/ament_cmake_ros/issues/15>`_)
diff --git a/ament_cmake_ros/package.xml b/ament_cmake_ros/package.xml
index d300dc2..47045e9 100644
--- a/ament_cmake_ros/package.xml
+++ b/ament_cmake_ros/package.xml
@@ -2,12 +2,15 @@
 <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
 <package format="2">
   <name>ament_cmake_ros</name>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
   <description>The ROS specific CMake bits in the ament buildsystem.</description>
+
   <maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>
+
   <license>Apache License 2.0</license>
-  <author email="michel@ekumenlabs.com">Michel Hidalgo</author>
+
   <author email="dthomas@osrfoundation.org">Dirk Thomas</author>
+  <author email="michel@ekumenlabs.com">Michel Hidalgo</author>
 
   <buildtool_depend>ament_cmake</buildtool_depend>
   <depend>domain_coordinator</depend>
diff --git a/debian/changelog b/debian/changelog
index 2095581..14549c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ros2-ament-cmake-ros (0.11.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 23:10:37 -0000
+
 ros2-ament-cmake-ros (0.11.1-1) unstable; urgency=medium
 
   [ Jochen Sprickerhof ]
diff --git a/domain_coordinator/CHANGELOG.rst b/domain_coordinator/CHANGELOG.rst
index 18cf707..5db9937 100644
--- a/domain_coordinator/CHANGELOG.rst
+++ b/domain_coordinator/CHANGELOG.rst
@@ -2,6 +2,11 @@
 Changelog for package domain_coordinator
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+0.11.2 (2023-02-13)
+-------------------
+* [rolling] Update maintainers - 2022-11-07 (`#16 <https://github.com/ros2/ament_cmake_ros/issues/16>`_)
+* Contributors: Audrow Nash
+
 0.11.1 (2022-09-13)
 -------------------
 * Update maintainers (`#15 <https://github.com/ros2/ament_cmake_ros/issues/15>`_)
diff --git a/domain_coordinator/package.xml b/domain_coordinator/package.xml
index 38d6bdb..0f852ad 100644
--- a/domain_coordinator/package.xml
+++ b/domain_coordinator/package.xml
@@ -2,10 +2,13 @@
 <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
 <package format="2">
   <name>domain_coordinator</name>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
   <description>A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes</description>
+
   <maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>
+
   <license>Apache License 2.0</license>
+
   <author email="michel@ekumenlabs.com">Michel Hidalgo</author>
   <author email="pete.baughman@apex.ai">Pete Baughman</author>
 
diff --git a/domain_coordinator/setup.py b/domain_coordinator/setup.py
index 8a59471..2a2d477 100644
--- a/domain_coordinator/setup.py
+++ b/domain_coordinator/setup.py
@@ -6,7 +6,7 @@ package_name = 'domain_coordinator'
 
 setup(
     name=package_name,
-    version='0.11.1',
+    version='0.11.2',
     packages=[
         'domain_coordinator',
     ],
@@ -19,8 +19,8 @@ setup(
     zip_safe=True,
     author='Pete Baughman',
     author_email='pete.baughman@apex.ai',
-    maintainer='Michel Hidalgo',
-    maintainer_email='michel@ekumenlabs.com',
+    maintainer='Brandon Ong',
+    maintainer_email='brandon@openrobotics.org',
     url='https://github.com/ros2/ament_cmake_ros',
     download_url='https://github.com/ros2/ament_cmake_ros/releases',
     keywords=['ROS'],

More details

Full run details

Historical runs