Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 committed Dec 18, 2021
1 parent 4039c6b commit 4331d91
Show file tree
Hide file tree
Showing 65 changed files with 1,589 additions and 415 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ networktocode.nautobot Release Notes
.. contents:: Topics


v3.3.0
======

Release Summary
---------------

GraphQL Inventory Group Customization

Minor Changes
-------------

- (#115) Documentation fixes
- (#110) Allow users to define any path for defining GroupBy Group names

v3.2.1
======

Expand Down
11 changes: 9 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,14 @@ releases:
3.2.1:
changes:
bugfixes:
- Remove bad code in plugins/inventory/inventory.yml when locally built to publish that prevented it from grabbing all hosts
- Remove bad code in plugins/inventory/inventory.yml when locally built to publish
that prevented it from grabbing all hosts
release_summary: Unbreak plugins/inventory/inventory.yml
release_date: '2021-11-18'

3.3.0:
changes:
minor_changes:
- (#115) Documentation fixes
- (#110) Allow users to define any path for defining GroupBy Group names
release_summary: GraphQL Inventory Group Customization
release_date: '2021-12-17'
25 changes: 21 additions & 4 deletions docs/plugins/aggregate_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
:orphan:

.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:

.. role:: ansible-attribute-support-label
.. role:: ansible-attribute-support-property
.. role:: ansible-attribute-support-full
.. role:: ansible-attribute-support-partial
.. role:: ansible-attribute-support-none
.. role:: ansible-attribute-support-na

.. Anchors
.. _ansible_collections.networktocode.nautobot.aggregate_module:
Expand All @@ -20,9 +30,13 @@ networktocode.nautobot.aggregate -- Creates or removes aggregates from Nautobot
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.2.1).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.3.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`.
To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.

To use it in a playbook, specify: :code:`networktocode.nautobot.aggregate`.

Expand Down Expand Up @@ -266,6 +280,9 @@ Parameters
</table>
<br/>

.. Attributes
.. Notes
Notes
Expand Down Expand Up @@ -352,7 +369,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Serialized object as created or already existent within Nautobot</div>
<br/>
</td>
</td>
</tr>
<tr>
<td colspan="1">
Expand All @@ -367,7 +384,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Message indicating failure or info about what has been achieved</div>
<br/>
</td>
</td>
</tr>
</table>
<br/><br/>
Expand Down
25 changes: 21 additions & 4 deletions docs/plugins/cable_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
:orphan:

.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:

.. role:: ansible-attribute-support-label
.. role:: ansible-attribute-support-property
.. role:: ansible-attribute-support-full
.. role:: ansible-attribute-support-partial
.. role:: ansible-attribute-support-none
.. role:: ansible-attribute-support-na

.. Anchors
.. _ansible_collections.networktocode.nautobot.cable_module:
Expand All @@ -20,9 +30,13 @@ networktocode.nautobot.cable -- Create, update or delete cables within Nautobot
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.2.1).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.3.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`.
To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.

To use it in a playbook, specify: :code:`networktocode.nautobot.cable`.

Expand Down Expand Up @@ -389,6 +403,9 @@ Parameters
</table>
<br/>

.. Attributes
.. Notes
Notes
Expand Down Expand Up @@ -497,7 +514,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Serialized object as created or already existent within Nautobot</div>
<br/>
</td>
</td>
</tr>
<tr>
<td colspan="1">
Expand All @@ -512,7 +529,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Message indicating failure or info about what has been achieved</div>
<br/>
</td>
</td>
</tr>
</table>
<br/><br/>
Expand Down
25 changes: 21 additions & 4 deletions docs/plugins/circuit_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
:orphan:

.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:

.. role:: ansible-attribute-support-label
.. role:: ansible-attribute-support-property
.. role:: ansible-attribute-support-full
.. role:: ansible-attribute-support-partial
.. role:: ansible-attribute-support-none
.. role:: ansible-attribute-support-na

.. Anchors
.. _ansible_collections.networktocode.nautobot.circuit_module:
Expand All @@ -20,9 +30,13 @@ networktocode.nautobot.circuit -- Create, update or delete circuits within Nauto
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.2.1).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.3.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`.
To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.

To use it in a playbook, specify: :code:`networktocode.nautobot.circuit`.

Expand Down Expand Up @@ -357,6 +371,9 @@ Parameters
</table>
<br/>

.. Attributes
.. Notes
Notes
Expand Down Expand Up @@ -449,7 +466,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Serialized object as created or already existent within Nautobot</div>
<br/>
</td>
</td>
</tr>
<tr>
<td colspan="1">
Expand All @@ -464,7 +481,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Message indicating failure or info about what has been achieved</div>
<br/>
</td>
</td>
</tr>
</table>
<br/><br/>
Expand Down
25 changes: 21 additions & 4 deletions docs/plugins/circuit_termination_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
:orphan:

.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:

.. role:: ansible-attribute-support-label
.. role:: ansible-attribute-support-property
.. role:: ansible-attribute-support-full
.. role:: ansible-attribute-support-partial
.. role:: ansible-attribute-support-none
.. role:: ansible-attribute-support-na

.. Anchors
.. _ansible_collections.networktocode.nautobot.circuit_termination_module:
Expand All @@ -20,9 +30,13 @@ networktocode.nautobot.circuit_termination -- Create, update or delete circuit t
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.2.1).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.3.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`.
To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.

To use it in a playbook, specify: :code:`networktocode.nautobot.circuit_termination`.

Expand Down Expand Up @@ -306,6 +320,9 @@ Parameters
</table>
<br/>

.. Attributes
.. Notes
Notes
Expand Down Expand Up @@ -395,7 +412,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Serialized object as created or already existent within Nautobot</div>
<br/>
</td>
</td>
</tr>
<tr>
<td colspan="1">
Expand All @@ -410,7 +427,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Message indicating failure or info about what has been achieved</div>
<br/>
</td>
</td>
</tr>
</table>
<br/><br/>
Expand Down
25 changes: 21 additions & 4 deletions docs/plugins/circuit_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
:orphan:

.. |antsibull-internal-nbsp| unicode:: 0xA0
:trim:

.. role:: ansible-attribute-support-label
.. role:: ansible-attribute-support-property
.. role:: ansible-attribute-support-full
.. role:: ansible-attribute-support-partial
.. role:: ansible-attribute-support-none
.. role:: ansible-attribute-support-na

.. Anchors
.. _ansible_collections.networktocode.nautobot.circuit_type_module:
Expand All @@ -20,9 +30,13 @@ networktocode.nautobot.circuit_type -- Create, update or delete circuit types wi
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.2.1).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 3.3.0).

You might already have this collection installed if you are using the ``ansible`` package.
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install networktocode.nautobot`.
To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.

To use it in a playbook, specify: :code:`networktocode.nautobot.circuit_type`.

Expand Down Expand Up @@ -195,6 +209,9 @@ Parameters
</table>
<br/>

.. Attributes
.. Notes
Notes
Expand Down Expand Up @@ -268,7 +285,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Serialized object as created or already existent within Nautobot</div>
<br/>
</td>
</td>
</tr>
<tr>
<td colspan="1">
Expand All @@ -283,7 +300,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<td>
<div>Message indicating failure or info about what has been achieved</div>
<br/>
</td>
</td>
</tr>
</table>
<br/><br/>
Expand Down
Loading

0 comments on commit 4331d91

Please sign in to comment.