diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b13d70df..65021421 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,19 +5,24 @@ networktocode.nautobot Release Notes .. contents:: Topics -v3.3.0 +v3.3.1 ====== -Release Summary ---------------- +Bugfixes +-------- -GraphQL Inventory Group Customization +- (#116) Fix graphql action plugin to support check mode +- (#119) Documentation fixes +- (#120) Documentation permission fixes + +v3.3.0 +====== Minor Changes ------------- -- (#115) Documentation fixes - (#110) Allow users to define any path for defining GroupBy Group names +- (#115) Documentation fixes v3.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ea0735a7..a55df74d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -285,3 +285,11 @@ releases: - (#110) Allow users to define any path for defining GroupBy Group names release_summary: GraphQL Inventory Group Customization release_date: '2021-12-17' + 3.3.1: + changes: + bugfixes: + - (#119) Documentation fixes + - (#120) Documentation permission fixes + - (#116) Fix graphql action plugin to support check mode + release_summary: Documentation updates & check mode fix for GraphQL action plugin + release_date: "2021-02-25" diff --git a/docs/plugins/aggregate_module.rst b/docs/plugins/aggregate_module.rst index a55196ce..5a46dabd 100644 --- a/docs/plugins/aggregate_module.rst +++ b/docs/plugins/aggregate_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.aggregate module -- Creates or removes aggregates from Na .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/cable_module.rst b/docs/plugins/cable_module.rst index 1ce9ff0a..efcc9004 100644 --- a/docs/plugins/cable_module.rst +++ b/docs/plugins/cable_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.cable module -- Create, update or delete cables within Na .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/circuit_module.rst b/docs/plugins/circuit_module.rst index 8dd19f09..57c97750 100644 --- a/docs/plugins/circuit_module.rst +++ b/docs/plugins/circuit_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.circuit module -- Create, update or delete circuits withi .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/circuit_termination_module.rst b/docs/plugins/circuit_termination_module.rst index e6fa1dfd..dc4baaee 100644 --- a/docs/plugins/circuit_termination_module.rst +++ b/docs/plugins/circuit_termination_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.circuit_termination module -- Create, update or delete ci .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/circuit_type_module.rst b/docs/plugins/circuit_type_module.rst index 8508ce1a..ba823cfb 100644 --- a/docs/plugins/circuit_type_module.rst +++ b/docs/plugins/circuit_type_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.circuit_type module -- Create, update or delete circuit t .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/cluster_group_module.rst b/docs/plugins/cluster_group_module.rst index 8e45b59a..703cb81c 100644 --- a/docs/plugins/cluster_group_module.rst +++ b/docs/plugins/cluster_group_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.cluster_group module -- Create, update or delete cluster .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/cluster_module.rst b/docs/plugins/cluster_module.rst index df8365c0..6a078e39 100644 --- a/docs/plugins/cluster_module.rst +++ b/docs/plugins/cluster_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.cluster module -- Create, update or delete clusters withi .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/cluster_type_module.rst b/docs/plugins/cluster_type_module.rst index 6affd0a0..9d9a00bc 100644 --- a/docs/plugins/cluster_type_module.rst +++ b/docs/plugins/cluster_type_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.cluster_type module -- Create, update or delete cluster t .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/console_port_module.rst b/docs/plugins/console_port_module.rst index 258c21ae..5ce1e827 100644 --- a/docs/plugins/console_port_module.rst +++ b/docs/plugins/console_port_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.console_port module -- Create, update or delete console p .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/console_port_template_module.rst b/docs/plugins/console_port_template_module.rst index ecf5f8a6..66010cff 100644 --- a/docs/plugins/console_port_template_module.rst +++ b/docs/plugins/console_port_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.console_port_template module -- Create, update or delete .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/console_server_port_module.rst b/docs/plugins/console_server_port_module.rst index 432ad2df..41c20239 100644 --- a/docs/plugins/console_server_port_module.rst +++ b/docs/plugins/console_server_port_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.console_server_port module -- Create, update or delete co .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/console_server_port_template_module.rst b/docs/plugins/console_server_port_template_module.rst index 5ded3e83..647de490 100644 --- a/docs/plugins/console_server_port_template_module.rst +++ b/docs/plugins/console_server_port_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.console_server_port_template module -- Create, update or .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_bay_module.rst b/docs/plugins/device_bay_module.rst index 44db679e..3325c6dc 100644 --- a/docs/plugins/device_bay_module.rst +++ b/docs/plugins/device_bay_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_bay module -- Create, update or delete device bays .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_bay_template_module.rst b/docs/plugins/device_bay_template_module.rst index 533ac4e1..5dc67d3c 100644 --- a/docs/plugins/device_bay_template_module.rst +++ b/docs/plugins/device_bay_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_bay_template module -- Create, update or delete de .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_interface_module.rst b/docs/plugins/device_interface_module.rst index acdbc34a..5acc939f 100644 --- a/docs/plugins/device_interface_module.rst +++ b/docs/plugins/device_interface_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_interface module -- Creates or removes interfaces .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_interface_template_module.rst b/docs/plugins/device_interface_template_module.rst index 917fa23d..e6f1f59b 100644 --- a/docs/plugins/device_interface_template_module.rst +++ b/docs/plugins/device_interface_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_interface_template module -- Creates or removes in .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_module.rst b/docs/plugins/device_module.rst index d5f7ef4b..a2ab0059 100644 --- a/docs/plugins/device_module.rst +++ b/docs/plugins/device_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device module -- Create, update or delete devices within .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_role_module.rst b/docs/plugins/device_role_module.rst index df7bfcc8..6c21930c 100644 --- a/docs/plugins/device_role_module.rst +++ b/docs/plugins/device_role_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_role module -- Create, update or delete devices ro .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/device_type_module.rst b/docs/plugins/device_type_module.rst index 1365677c..bb869d40 100644 --- a/docs/plugins/device_type_module.rst +++ b/docs/plugins/device_type_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.device_type module -- Create, update or delete device typ .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/front_port_module.rst b/docs/plugins/front_port_module.rst index cfa61f44..3bd4adb7 100644 --- a/docs/plugins/front_port_module.rst +++ b/docs/plugins/front_port_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.front_port module -- Create, update or delete front ports .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/front_port_template_module.rst b/docs/plugins/front_port_template_module.rst index 27ed1b3c..13801138 100644 --- a/docs/plugins/front_port_template_module.rst +++ b/docs/plugins/front_port_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.front_port_template module -- Create, update or delete fr .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/gql_inventory_inventory.rst b/docs/plugins/gql_inventory_inventory.rst index d8f03aeb..d612b37d 100644 --- a/docs/plugins/gql_inventory_inventory.rst +++ b/docs/plugins/gql_inventory_inventory.rst @@ -42,7 +42,7 @@ networktocode.nautobot.gql_inventory inventory -- Nautobot inventory source usin .. Collection note .. note:: - This inventory plugin is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This inventory plugin is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 1d8031da..0ce7296d 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -5,7 +5,7 @@ Networktocode.Nautobot ====================== -Collection version 3.3.0 +Collection version 3.3.1 .. toctree:: :maxdepth: 1 diff --git a/docs/plugins/inventory_inventory.rst b/docs/plugins/inventory_inventory.rst index 8a1ea67a..6fc76320 100644 --- a/docs/plugins/inventory_inventory.rst +++ b/docs/plugins/inventory_inventory.rst @@ -42,7 +42,7 @@ networktocode.nautobot.inventory inventory -- Nautobot inventory source .. Collection note .. note:: - This inventory plugin is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This inventory plugin is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/inventory_item_module.rst b/docs/plugins/inventory_item_module.rst index cad06721..bb233486 100644 --- a/docs/plugins/inventory_item_module.rst +++ b/docs/plugins/inventory_item_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.inventory_item module -- Creates or removes inventory ite .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/ip_address_module.rst b/docs/plugins/ip_address_module.rst index a803ecc8..352ffd35 100644 --- a/docs/plugins/ip_address_module.rst +++ b/docs/plugins/ip_address_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.ip_address module -- Creates or removes IP addresses from .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/ipam_role_module.rst b/docs/plugins/ipam_role_module.rst index f890844e..3efaa298 100644 --- a/docs/plugins/ipam_role_module.rst +++ b/docs/plugins/ipam_role_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.ipam_role module -- Creates or removes ipam roles from Na .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/lookup_graphql_lookup.rst b/docs/plugins/lookup_graphql_lookup.rst index 67708b9d..38be6b32 100644 --- a/docs/plugins/lookup_graphql_lookup.rst +++ b/docs/plugins/lookup_graphql_lookup.rst @@ -42,7 +42,7 @@ networktocode.nautobot.lookup_graphql lookup -- Queries and returns elements fro .. Collection note .. note:: - This lookup plugin is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This lookup plugin is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/lookup_lookup.rst b/docs/plugins/lookup_lookup.rst index 796dd5d3..c8d3a315 100644 --- a/docs/plugins/lookup_lookup.rst +++ b/docs/plugins/lookup_lookup.rst @@ -42,7 +42,7 @@ networktocode.nautobot.lookup lookup -- Queries and returns elements from Nautob .. Collection note .. note:: - This lookup plugin is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This lookup plugin is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/manufacturer_module.rst b/docs/plugins/manufacturer_module.rst index 5a548cdd..97eeee30 100644 --- a/docs/plugins/manufacturer_module.rst +++ b/docs/plugins/manufacturer_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.manufacturer module -- Create or delete manufacturers wit .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/nautobot_server_module.rst b/docs/plugins/nautobot_server_module.rst index 69bb78cd..ab8f6404 100644 --- a/docs/plugins/nautobot_server_module.rst +++ b/docs/plugins/nautobot_server_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.nautobot_server module -- Manages Nautobot Server applica .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/platform_module.rst b/docs/plugins/platform_module.rst index 4afb1184..f92a343a 100644 --- a/docs/plugins/platform_module.rst +++ b/docs/plugins/platform_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.platform module -- Create or delete platforms within Naut .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_feed_module.rst b/docs/plugins/power_feed_module.rst index e709bff1..ad4cd563 100644 --- a/docs/plugins/power_feed_module.rst +++ b/docs/plugins/power_feed_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_feed module -- Create, update or delete power feeds .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_outlet_module.rst b/docs/plugins/power_outlet_module.rst index 4745ecd1..15f716b0 100644 --- a/docs/plugins/power_outlet_module.rst +++ b/docs/plugins/power_outlet_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_outlet module -- Create, update or delete power out .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_outlet_template_module.rst b/docs/plugins/power_outlet_template_module.rst index 2203dba9..52cf8f70 100644 --- a/docs/plugins/power_outlet_template_module.rst +++ b/docs/plugins/power_outlet_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_outlet_template module -- Create, update or delete .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_panel_module.rst b/docs/plugins/power_panel_module.rst index 45f3b3a8..eca249c9 100644 --- a/docs/plugins/power_panel_module.rst +++ b/docs/plugins/power_panel_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_panel module -- Create, update or delete power pane .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_port_module.rst b/docs/plugins/power_port_module.rst index d76fc0fa..a120612e 100644 --- a/docs/plugins/power_port_module.rst +++ b/docs/plugins/power_port_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_port module -- Create, update or delete power ports .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/power_port_template_module.rst b/docs/plugins/power_port_template_module.rst index fd659335..261c7bb0 100644 --- a/docs/plugins/power_port_template_module.rst +++ b/docs/plugins/power_port_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.power_port_template module -- Create, update or delete po .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/prefix_module.rst b/docs/plugins/prefix_module.rst index 0a1414b1..e153cce7 100644 --- a/docs/plugins/prefix_module.rst +++ b/docs/plugins/prefix_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.prefix module -- Creates or removes prefixes from Nautobo .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/provider_module.rst b/docs/plugins/provider_module.rst index 12722756..6c7ce8e9 100644 --- a/docs/plugins/provider_module.rst +++ b/docs/plugins/provider_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.provider module -- Create, update or delete providers wit .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/query_graphql_module.rst b/docs/plugins/query_graphql_module.rst index 4af88fc5..b776b30e 100644 --- a/docs/plugins/query_graphql_module.rst +++ b/docs/plugins/query_graphql_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.query_graphql module -- Queries and returns elements from .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rack_group_module.rst b/docs/plugins/rack_group_module.rst index 979eeb9b..00f422dd 100644 --- a/docs/plugins/rack_group_module.rst +++ b/docs/plugins/rack_group_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rack_group module -- Create, update or delete racks group .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rack_module.rst b/docs/plugins/rack_module.rst index bb86ec64..078df4c5 100644 --- a/docs/plugins/rack_module.rst +++ b/docs/plugins/rack_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rack module -- Create, update or delete racks within Naut .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rack_role_module.rst b/docs/plugins/rack_role_module.rst index 27286757..50d46292 100644 --- a/docs/plugins/rack_role_module.rst +++ b/docs/plugins/rack_role_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rack_role module -- Create, update or delete racks roles .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rear_port_module.rst b/docs/plugins/rear_port_module.rst index 2418c775..12f62048 100644 --- a/docs/plugins/rear_port_module.rst +++ b/docs/plugins/rear_port_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rear_port module -- Create, update or delete rear ports w .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rear_port_template_module.rst b/docs/plugins/rear_port_template_module.rst index 9a6f4081..58824833 100644 --- a/docs/plugins/rear_port_template_module.rst +++ b/docs/plugins/rear_port_template_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rear_port_template module -- Create, update or delete rea .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/region_module.rst b/docs/plugins/region_module.rst index dc11614d..9440727d 100644 --- a/docs/plugins/region_module.rst +++ b/docs/plugins/region_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.region module -- Creates or removes regions from Nautobot .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/rir_module.rst b/docs/plugins/rir_module.rst index 71ba7ed3..d979139a 100644 --- a/docs/plugins/rir_module.rst +++ b/docs/plugins/rir_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.rir module -- Create, update or delete RIRs within Nautob .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/route_target_module.rst b/docs/plugins/route_target_module.rst index e3510be6..44d56294 100644 --- a/docs/plugins/route_target_module.rst +++ b/docs/plugins/route_target_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.route_target module -- Creates or removes route targets f .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/service_module.rst b/docs/plugins/service_module.rst index 42e082bb..5a5954bd 100644 --- a/docs/plugins/service_module.rst +++ b/docs/plugins/service_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.service module -- Creates or removes service from Nautobo .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/site_module.rst b/docs/plugins/site_module.rst index 084df1df..c5238f44 100644 --- a/docs/plugins/site_module.rst +++ b/docs/plugins/site_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.site module -- Creates or removes sites from Nautobot .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/status_module.rst b/docs/plugins/status_module.rst index cf150513..0108dea4 100644 --- a/docs/plugins/status_module.rst +++ b/docs/plugins/status_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.status module -- Creates or removes status from Nautobot .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/tag_module.rst b/docs/plugins/tag_module.rst index 2b1d7e07..b7f3a33f 100644 --- a/docs/plugins/tag_module.rst +++ b/docs/plugins/tag_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.tag module -- Creates or removes tags from Nautobot .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/tenant_group_module.rst b/docs/plugins/tenant_group_module.rst index 466f1fed..bdbe771a 100644 --- a/docs/plugins/tenant_group_module.rst +++ b/docs/plugins/tenant_group_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.tenant_group module -- Creates or removes tenant groups f .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/tenant_module.rst b/docs/plugins/tenant_module.rst index c024cdb7..e721786c 100644 --- a/docs/plugins/tenant_module.rst +++ b/docs/plugins/tenant_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.tenant module -- Creates or removes tenants from Nautobot .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/virtual_chassis_module.rst b/docs/plugins/virtual_chassis_module.rst index 20bbc539..8c6b9b8b 100644 --- a/docs/plugins/virtual_chassis_module.rst +++ b/docs/plugins/virtual_chassis_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.virtual_chassis module -- Create, update or delete virtua .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/virtual_machine_module.rst b/docs/plugins/virtual_machine_module.rst index 7d234ee4..356b7c0b 100644 --- a/docs/plugins/virtual_machine_module.rst +++ b/docs/plugins/virtual_machine_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.virtual_machine module -- Create, update or delete virtua .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vlan_group_module.rst b/docs/plugins/vlan_group_module.rst index acf4b221..665b969e 100644 --- a/docs/plugins/vlan_group_module.rst +++ b/docs/plugins/vlan_group_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.vlan_group module -- Create, update or delete vlans group .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vlan_module.rst b/docs/plugins/vlan_module.rst index 40bbdd68..cee08fa2 100644 --- a/docs/plugins/vlan_module.rst +++ b/docs/plugins/vlan_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.vlan module -- Create, update or delete vlans within Naut .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vm_interface_module.rst b/docs/plugins/vm_interface_module.rst index 49052aa7..8806da0e 100644 --- a/docs/plugins/vm_interface_module.rst +++ b/docs/plugins/vm_interface_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.vm_interface module -- Creates or removes interfaces from .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/plugins/vrf_module.rst b/docs/plugins/vrf_module.rst index f51b2126..438dd860 100644 --- a/docs/plugins/vrf_module.rst +++ b/docs/plugins/vrf_module.rst @@ -42,7 +42,7 @@ networktocode.nautobot.vrf module -- Create, update or delete vrfs within Nautob .. Collection note .. note:: - This module is part of the `networktocode.nautobot collection `_ (version 3.3.0). + This module is part of the `networktocode.nautobot collection `_ (version 3.3.1). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/galaxy.yml b/galaxy.yml index 91d93d8f..9de6a486 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: 3.3.0 +version: 3.3.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md