From 1c3b40ad1c51b7a5a8867b9ebb448e75c0c81273 Mon Sep 17 00:00:00 2001 From: Mikhail Yohman Date: Sat, 13 Mar 2021 22:12:18 -0700 Subject: [PATCH] Release v1.0.3 (#20) --- .travis.yml | 3 ++- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 13 +++++++++++++ docs/plugins/aggregate_module.rst | 2 +- docs/plugins/cable_module.rst | 2 +- docs/plugins/circuit_module.rst | 2 +- docs/plugins/circuit_termination_module.rst | 2 +- docs/plugins/circuit_type_module.rst | 2 +- docs/plugins/cluster_group_module.rst | 2 +- docs/plugins/cluster_module.rst | 2 +- docs/plugins/cluster_type_module.rst | 2 +- docs/plugins/console_port_module.rst | 2 +- docs/plugins/console_port_template_module.rst | 2 +- docs/plugins/console_server_port_module.rst | 2 +- .../plugins/console_server_port_template_module.rst | 2 +- docs/plugins/device_bay_module.rst | 2 +- docs/plugins/device_bay_template_module.rst | 2 +- docs/plugins/device_interface_module.rst | 2 +- docs/plugins/device_interface_template_module.rst | 2 +- docs/plugins/device_module.rst | 2 +- docs/plugins/device_role_module.rst | 2 +- docs/plugins/device_type_module.rst | 2 +- docs/plugins/front_port_module.rst | 2 +- docs/plugins/front_port_template_module.rst | 2 +- docs/plugins/index.rst | 2 +- docs/plugins/inventory_inventory.rst | 2 +- docs/plugins/inventory_item_module.rst | 2 +- docs/plugins/ip_address_module.rst | 2 +- docs/plugins/ipam_role_module.rst | 2 +- docs/plugins/lookup_lookup.rst | 2 +- docs/plugins/manufacturer_module.rst | 2 +- docs/plugins/platform_module.rst | 2 +- docs/plugins/power_feed_module.rst | 2 +- docs/plugins/power_outlet_module.rst | 2 +- docs/plugins/power_outlet_template_module.rst | 2 +- docs/plugins/power_panel_module.rst | 2 +- docs/plugins/power_port_module.rst | 2 +- docs/plugins/power_port_template_module.rst | 2 +- docs/plugins/prefix_module.rst | 2 +- docs/plugins/provider_module.rst | 2 +- docs/plugins/rack_group_module.rst | 2 +- docs/plugins/rack_module.rst | 2 +- docs/plugins/rack_role_module.rst | 2 +- docs/plugins/rear_port_module.rst | 2 +- docs/plugins/rear_port_template_module.rst | 2 +- docs/plugins/region_module.rst | 2 +- docs/plugins/rir_module.rst | 2 +- docs/plugins/route_target_module.rst | 2 +- docs/plugins/service_module.rst | 2 +- docs/plugins/site_module.rst | 2 +- docs/plugins/status_module.rst | 2 +- docs/plugins/tag_module.rst | 2 +- docs/plugins/tenant_group_module.rst | 2 +- docs/plugins/tenant_module.rst | 2 +- docs/plugins/virtual_chassis_module.rst | 2 +- docs/plugins/virtual_machine_module.rst | 2 +- docs/plugins/vlan_group_module.rst | 2 +- docs/plugins/vlan_module.rst | 2 +- docs/plugins/vm_interface_module.rst | 2 +- docs/plugins/vrf_module.rst | 2 +- galaxy.yml | 6 ++---- pyproject.toml | 2 +- 62 files changed, 83 insertions(+), 63 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a2e91fa..dec22d47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: global: - COLLECTION_NAMESPACE: "networktocode" - COLLECTION_NAME: "nautobot" - - COLLECTION_VERSION: "1.0.2" + - COLLECTION_VERSION: "1.0.3" jobs: include: @@ -25,6 +25,7 @@ jobs: before_script: - mkdir -p ~/ansible_collections/$COLLECTION_NAMESPACE + - ansible-galaxy collection install community.general -p /home/travis/.ansible/collections - ansible-galaxy collection build . - ansible-galaxy collection install $COLLECTION_NAMESPACE-$COLLECTION_NAME*.tar.gz -p /home/travis/.ansible/collections diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a6b355c..5b54b4ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ networktocode.nautobot Release Notes .. contents:: Topics +v1.0.3 +====== + +Bugfixes +-------- + +- Validate if value is already a UUID, return UUID and do not attempt to resolve [#17](https://github.com/nautobot/nautobot-ansible/pull/17) + v1.0.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e2d65585..64e53e1c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -184,3 +184,16 @@ releases: fragments: - v1.0.1.yml release_date: '2021-03-03' + 1.0.2: + changes: + bugfixes: + - Remove code related to fetching secrets due to secrets not existing in Nautobot. + release_date: '2021-03-07' + 1.0.3: + changes: + bugfixes: + - Validate if value is already a UUID, return UUID and do not attempt to resolve + [#17](https://github.com/nautobot/nautobot-ansible/pull/17) + fragments: + - v1.0.3.yml + release_date: '2021-03-13' diff --git a/docs/plugins/aggregate_module.rst b/docs/plugins/aggregate_module.rst index c86cf23e..632d6fe2 100644 --- a/docs/plugins/aggregate_module.rst +++ b/docs/plugins/aggregate_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.aggregate -- Creates or removes aggregates from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cable_module.rst b/docs/plugins/cable_module.rst index a71ee65e..3eb64924 100644 --- a/docs/plugins/cable_module.rst +++ b/docs/plugins/cable_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cable -- Create, update or delete cables within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_module.rst b/docs/plugins/circuit_module.rst index 3efd62c2..841a8ca6 100644 --- a/docs/plugins/circuit_module.rst +++ b/docs/plugins/circuit_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit -- Create, update or delete circuits within Nauto .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_termination_module.rst b/docs/plugins/circuit_termination_module.rst index e7c64cd6..6bfe10ba 100644 --- a/docs/plugins/circuit_termination_module.rst +++ b/docs/plugins/circuit_termination_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit_termination -- Create, update or delete circuit t .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/circuit_type_module.rst b/docs/plugins/circuit_type_module.rst index 07cde4c9..1a52eb09 100644 --- a/docs/plugins/circuit_type_module.rst +++ b/docs/plugins/circuit_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.circuit_type -- Create, update or delete circuit types wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_group_module.rst b/docs/plugins/cluster_group_module.rst index 6f567739..ab0bef3e 100644 --- a/docs/plugins/cluster_group_module.rst +++ b/docs/plugins/cluster_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster_group -- Create, update or delete cluster groups .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_module.rst b/docs/plugins/cluster_module.rst index 49ad43f9..c3c43ec4 100644 --- a/docs/plugins/cluster_module.rst +++ b/docs/plugins/cluster_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster -- Create, update or delete clusters within Nauto .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/cluster_type_module.rst b/docs/plugins/cluster_type_module.rst index 806cdc00..b0e505bb 100644 --- a/docs/plugins/cluster_type_module.rst +++ b/docs/plugins/cluster_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.cluster_type -- Create, update or delete cluster types wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_port_module.rst b/docs/plugins/console_port_module.rst index 22768af3..bf413991 100644 --- a/docs/plugins/console_port_module.rst +++ b/docs/plugins/console_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_port -- Create, update or delete console ports wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_port_template_module.rst b/docs/plugins/console_port_template_module.rst index e60bbc93..8f44fa3f 100644 --- a/docs/plugins/console_port_template_module.rst +++ b/docs/plugins/console_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_port_template -- Create, update or delete console .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_server_port_module.rst b/docs/plugins/console_server_port_module.rst index cae7a2d1..35333e0f 100644 --- a/docs/plugins/console_server_port_module.rst +++ b/docs/plugins/console_server_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_server_port -- Create, update or delete console s .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/console_server_port_template_module.rst b/docs/plugins/console_server_port_template_module.rst index 87359997..ea148429 100644 --- a/docs/plugins/console_server_port_template_module.rst +++ b/docs/plugins/console_server_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.console_server_port_template -- Create, update or delete .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_bay_module.rst b/docs/plugins/device_bay_module.rst index e4abbe1f..5d07c488 100644 --- a/docs/plugins/device_bay_module.rst +++ b/docs/plugins/device_bay_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_bay -- Create, update or delete device bays within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_bay_template_module.rst b/docs/plugins/device_bay_template_module.rst index c46913cb..f8c38cf9 100644 --- a/docs/plugins/device_bay_template_module.rst +++ b/docs/plugins/device_bay_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_bay_template -- Create, update or delete device ba .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_interface_module.rst b/docs/plugins/device_interface_module.rst index 888377a0..56cf043d 100644 --- a/docs/plugins/device_interface_module.rst +++ b/docs/plugins/device_interface_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_interface -- Creates or removes interfaces on devi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_interface_template_module.rst b/docs/plugins/device_interface_template_module.rst index b2b816f2..bae9c9b1 100644 --- a/docs/plugins/device_interface_template_module.rst +++ b/docs/plugins/device_interface_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_interface_template -- Creates or removes interface .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_module.rst b/docs/plugins/device_module.rst index 3465bf78..c2d22c3b 100644 --- a/docs/plugins/device_module.rst +++ b/docs/plugins/device_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device -- Create, update or delete devices within Nautobo .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_role_module.rst b/docs/plugins/device_role_module.rst index 37c5fb3a..809f6ec1 100644 --- a/docs/plugins/device_role_module.rst +++ b/docs/plugins/device_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_role -- Create, update or delete devices roles wit .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/device_type_module.rst b/docs/plugins/device_type_module.rst index bc030cb1..34f5d272 100644 --- a/docs/plugins/device_type_module.rst +++ b/docs/plugins/device_type_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.device_type -- Create, update or delete device types with .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/front_port_module.rst b/docs/plugins/front_port_module.rst index ac4c4bf7..6f3d5189 100644 --- a/docs/plugins/front_port_module.rst +++ b/docs/plugins/front_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.front_port -- Create, update or delete front ports within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/front_port_template_module.rst b/docs/plugins/front_port_template_module.rst index c254ac09..5ffc902f 100644 --- a/docs/plugins/front_port_template_module.rst +++ b/docs/plugins/front_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.front_port_template -- Create, update or delete front por .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 3c9014ca..544b2597 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -5,7 +5,7 @@ Networktocode.Nautobot ====================== -Collection version 1.0.2 +Collection version 1.0.3 .. toctree:: :maxdepth: 1 diff --git a/docs/plugins/inventory_inventory.rst b/docs/plugins/inventory_inventory.rst index 5c6d8514..4e6bfc52 100644 --- a/docs/plugins/inventory_inventory.rst +++ b/docs/plugins/inventory_inventory.rst @@ -20,7 +20,7 @@ networktocode.nautobot.inventory -- Nautobot inventory source .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/inventory_item_module.rst b/docs/plugins/inventory_item_module.rst index a23846cb..f25b4c0f 100644 --- a/docs/plugins/inventory_item_module.rst +++ b/docs/plugins/inventory_item_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.inventory_item -- Creates or removes inventory items from .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/ip_address_module.rst b/docs/plugins/ip_address_module.rst index 63632534..41820b72 100644 --- a/docs/plugins/ip_address_module.rst +++ b/docs/plugins/ip_address_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.ip_address -- Creates or removes IP addresses from Nautob .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/ipam_role_module.rst b/docs/plugins/ipam_role_module.rst index 01fd00c0..b4b58535 100644 --- a/docs/plugins/ipam_role_module.rst +++ b/docs/plugins/ipam_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.ipam_role -- Creates or removes ipam roles from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/lookup_lookup.rst b/docs/plugins/lookup_lookup.rst index 3b7facc0..7020ac3f 100644 --- a/docs/plugins/lookup_lookup.rst +++ b/docs/plugins/lookup_lookup.rst @@ -20,7 +20,7 @@ networktocode.nautobot.lookup -- Queries and returns elements from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/manufacturer_module.rst b/docs/plugins/manufacturer_module.rst index 04c73e0a..789a86f9 100644 --- a/docs/plugins/manufacturer_module.rst +++ b/docs/plugins/manufacturer_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.manufacturer -- Create or delete manufacturers within Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/platform_module.rst b/docs/plugins/platform_module.rst index 4eec149f..966d3bc4 100644 --- a/docs/plugins/platform_module.rst +++ b/docs/plugins/platform_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.platform -- Create or delete platforms within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_feed_module.rst b/docs/plugins/power_feed_module.rst index 96456331..dfdf8449 100644 --- a/docs/plugins/power_feed_module.rst +++ b/docs/plugins/power_feed_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_feed -- Create, update or delete power feeds within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_outlet_module.rst b/docs/plugins/power_outlet_module.rst index 74db7d22..6eafa859 100644 --- a/docs/plugins/power_outlet_module.rst +++ b/docs/plugins/power_outlet_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_outlet -- Create, update or delete power outlets wi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_outlet_template_module.rst b/docs/plugins/power_outlet_template_module.rst index 9158a8a7..3f27439a 100644 --- a/docs/plugins/power_outlet_template_module.rst +++ b/docs/plugins/power_outlet_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_outlet_template -- Create, update or delete power o .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_panel_module.rst b/docs/plugins/power_panel_module.rst index bea64bf0..ee5ee507 100644 --- a/docs/plugins/power_panel_module.rst +++ b/docs/plugins/power_panel_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_panel -- Create, update or delete power panels with .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_port_module.rst b/docs/plugins/power_port_module.rst index c325c69e..02f2045c 100644 --- a/docs/plugins/power_port_module.rst +++ b/docs/plugins/power_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_port -- Create, update or delete power ports within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/power_port_template_module.rst b/docs/plugins/power_port_template_module.rst index be719d5e..9f6108db 100644 --- a/docs/plugins/power_port_template_module.rst +++ b/docs/plugins/power_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.power_port_template -- Create, update or delete power por .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/prefix_module.rst b/docs/plugins/prefix_module.rst index 83647fa7..2bad1cc4 100644 --- a/docs/plugins/prefix_module.rst +++ b/docs/plugins/prefix_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.prefix -- Creates or removes prefixes from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/provider_module.rst b/docs/plugins/provider_module.rst index 93ef40f3..096c56e7 100644 --- a/docs/plugins/provider_module.rst +++ b/docs/plugins/provider_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.provider -- Create, update or delete providers within Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_group_module.rst b/docs/plugins/rack_group_module.rst index eeedfa3c..cb9b0159 100644 --- a/docs/plugins/rack_group_module.rst +++ b/docs/plugins/rack_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack_group -- Create, update or delete racks groups withi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_module.rst b/docs/plugins/rack_module.rst index 5785b480..4a529858 100644 --- a/docs/plugins/rack_module.rst +++ b/docs/plugins/rack_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack -- Create, update or delete racks within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rack_role_module.rst b/docs/plugins/rack_role_module.rst index 35088a94..7d4e60db 100644 --- a/docs/plugins/rack_role_module.rst +++ b/docs/plugins/rack_role_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rack_role -- Create, update or delete racks roles within .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rear_port_module.rst b/docs/plugins/rear_port_module.rst index d303700e..f5a4ff60 100644 --- a/docs/plugins/rear_port_module.rst +++ b/docs/plugins/rear_port_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rear_port -- Create, update or delete rear ports within N .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rear_port_template_module.rst b/docs/plugins/rear_port_template_module.rst index ee81c372..7dbf4174 100644 --- a/docs/plugins/rear_port_template_module.rst +++ b/docs/plugins/rear_port_template_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rear_port_template -- Create, update or delete rear port .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/region_module.rst b/docs/plugins/region_module.rst index 0dcc1842..411bc4d6 100644 --- a/docs/plugins/region_module.rst +++ b/docs/plugins/region_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.region -- Creates or removes regions from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/rir_module.rst b/docs/plugins/rir_module.rst index 557ba5aa..5c01531d 100644 --- a/docs/plugins/rir_module.rst +++ b/docs/plugins/rir_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.rir -- Create, update or delete RIRs within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/route_target_module.rst b/docs/plugins/route_target_module.rst index b61bdc59..849ee397 100644 --- a/docs/plugins/route_target_module.rst +++ b/docs/plugins/route_target_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.route_target -- Creates or removes route targets from Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/service_module.rst b/docs/plugins/service_module.rst index b571e55f..10641456 100644 --- a/docs/plugins/service_module.rst +++ b/docs/plugins/service_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.service -- Creates or removes service from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/site_module.rst b/docs/plugins/site_module.rst index 3c409f0a..b7eb11f2 100644 --- a/docs/plugins/site_module.rst +++ b/docs/plugins/site_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.site -- Creates or removes sites from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/status_module.rst b/docs/plugins/status_module.rst index fc0f17c4..656919c8 100644 --- a/docs/plugins/status_module.rst +++ b/docs/plugins/status_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.status -- Creates or removes status from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tag_module.rst b/docs/plugins/tag_module.rst index 4082df0c..d53218b6 100644 --- a/docs/plugins/tag_module.rst +++ b/docs/plugins/tag_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tag -- Creates or removes tags from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tenant_group_module.rst b/docs/plugins/tenant_group_module.rst index bad94f04..3f6ab971 100644 --- a/docs/plugins/tenant_group_module.rst +++ b/docs/plugins/tenant_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tenant_group -- Creates or removes tenant groups from Nau .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/tenant_module.rst b/docs/plugins/tenant_module.rst index 29fc30e4..8f2d9c27 100644 --- a/docs/plugins/tenant_module.rst +++ b/docs/plugins/tenant_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.tenant -- Creates or removes tenants from Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/virtual_chassis_module.rst b/docs/plugins/virtual_chassis_module.rst index a946f5e0..287c1b91 100644 --- a/docs/plugins/virtual_chassis_module.rst +++ b/docs/plugins/virtual_chassis_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.virtual_chassis -- Create, update or delete virtual chass .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/virtual_machine_module.rst b/docs/plugins/virtual_machine_module.rst index d5596ba1..c60f1141 100644 --- a/docs/plugins/virtual_machine_module.rst +++ b/docs/plugins/virtual_machine_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.virtual_machine -- Create, update or delete virtual_machi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vlan_group_module.rst b/docs/plugins/vlan_group_module.rst index 1ce75444..92158246 100644 --- a/docs/plugins/vlan_group_module.rst +++ b/docs/plugins/vlan_group_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vlan_group -- Create, update or delete vlans groups withi .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vlan_module.rst b/docs/plugins/vlan_module.rst index 360ddefb..b570befb 100644 --- a/docs/plugins/vlan_module.rst +++ b/docs/plugins/vlan_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vlan -- Create, update or delete vlans within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vm_interface_module.rst b/docs/plugins/vm_interface_module.rst index ef538850..7dc9fefa 100644 --- a/docs/plugins/vm_interface_module.rst +++ b/docs/plugins/vm_interface_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vm_interface -- Creates or removes interfaces from virtua .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/docs/plugins/vrf_module.rst b/docs/plugins/vrf_module.rst index 58bff897..c2c7ff82 100644 --- a/docs/plugins/vrf_module.rst +++ b/docs/plugins/vrf_module.rst @@ -20,7 +20,7 @@ networktocode.nautobot.vrf -- Create, update or delete vrfs within Nautobot .. Collection note .. note:: - This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.2). + This plugin is part of the `networktocode.nautobot collection `_ (version 1.0.3). To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`. diff --git a/galaxy.yml b/galaxy.yml index 910e3000..abc6f90c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: networktocode name: nautobot # The version of the collection. Must be compatible with semantic versioning -version: 1.0.2 +version: 1.0.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -45,9 +45,7 @@ tags: # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' -dependencies: - # Required for json_query used in lookup plugin integration tests - community.general: ">=1.0.0" +# dependencies: # The URL of the originating SCM repository repository: https://github.com/nautobot/nautobot-ansible diff --git a/pyproject.toml b/pyproject.toml index 2862ac50..972f0d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot_ansible_modules" -version = "1.0.2" +version = "1.0.3" description = "Ansible collection to interact with Nautobot's API" authors = ["Network to Code