From 3ad9dc433b3c7711772ad0f7031dea8092828ce2 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:19:20 -0600 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20missing=20ackn?= =?UTF-8?q?owledgements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 794b1363..5f668467 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ The SSoT framework includes a number of integrations with external Systems of Re * Cisco ACI * Bootstrap +* Citrix ADM * Arista CloudVision * Device42 * Cisco DNA Center @@ -117,6 +118,12 @@ This project includes code originally written in separate Nautobot apps, which h [@dnewood](https://github.com/dnewood), [@progala](https://github.com/progala), [@ubajze](https://github.com/ubajze) +- [nautobot-plugin-ssot-bootstrap](https://github.com/nautobot/nautobot-plugin-ssot-bootstrap): + Thanks + [@bile0026](https://github.com/bile0026) +- [nautobot-plugin-ssot-citrix-adm](https://github.com/nautobot/nautobot-plugin-ssot-citrix-adm): + Thanks + [@jdrew82](https://github.com/jdrew82) - [nautobot-plugin-ssot-arista-cloudvision](https://github.com/nautobot/nautobot-plugin-ssot-arista-cloudvision): Thanks [@burnyd](https://github.com/burnyd), @@ -154,6 +161,12 @@ This project includes code originally written in separate Nautobot apps, which h [@pke11y](https://github.com/pke11y), [@ubajze](https://github.com/ubajze) [@whitej6](https://github.com/whitej6), +- [nautobot-plugin-ssot-device42](https://github.com/nautobot/nautobot-plugin-ssot-itential): + Thanks + [@jtdub](https://github.com/jtdub) +- [nautobot-plugin-ssot-meraki](https://github.com/nautobot/nautobot-plugin-ssot-meraki): + Thanks + [@jdrew82](https://github.com/jdrew82) - [nautobot-plugin-ssot-servicenow](https://github.com/nautobot/nautobot-plugin-ssot-servicenow): Thanks [@chadell](https://github.com/chadell), From 565dadba5d995ff02f6dac167834ad71759ade16 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:19:42 -0600 Subject: [PATCH 2/3] build: Add code owner for Citrix integration --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9fda9fa0..4bb96434 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,6 +3,7 @@ /nautobot_ssot/integrations/aci/ @chadell @nautobot/plugin-ssot /nautobot_ssot/integrations/aristacv/ @qduk @jdrew82 @nautobot/plugin-ssot /nautobot_ssot/integrations/bootstrap/ @bile0026 @nautobot/plugin-ssot +/nautobot_ssot/integrations/citrix_adm/ @jdrew82 @nautobot/plugin-ssot /nautobot_ssot/integrations/device42/ @jdrew82 @nautobot/plugin-ssot /nautobot_ssot/integrations/dna_center/ @jdrew82 @nautobot/plugin-ssot /nautobot_ssot/integrations/infoblox/ @qduk @jdrew82 @nautobot/plugin-ssot From f0f4f77206befb324d4817bbad506fdb189c4947 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:24:18 -0600 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20changelog=20sn?= =?UTF-8?q?ippets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/605.documentation | 1 + changes/605.housekeeping | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/605.documentation create mode 100644 changes/605.housekeeping diff --git a/changes/605.documentation b/changes/605.documentation new file mode 100644 index 00000000..e40c40d8 --- /dev/null +++ b/changes/605.documentation @@ -0,0 +1 @@ +Add missing acknowledgements for a few integrations. \ No newline at end of file diff --git a/changes/605.housekeeping b/changes/605.housekeeping new file mode 100644 index 00000000..cba8f8e2 --- /dev/null +++ b/changes/605.housekeeping @@ -0,0 +1 @@ +Add code owner for Citrix ADM integration. \ No newline at end of file