Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for 4.4.0 release. #214

Merged
merged 4 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ networktocode.nautobot Release Notes

.. contents:: Topics

v4.4.0
======

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

Adds plugin module and makes updates to HTTP handling on GraphQL

Minor Changes
-------------
- (#211) Removes codecov from dev dependencies
- (#203) Adds plugin module
- (#209) Catches HTTPError for GraphQL query and enables Ansible retries

v4.3.1
======

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

Adds Location and Location Type modules.

Bugfixes
--------
- (#170) Updates incorrect key name
- (#175) Adds additional key options for circuit termination and manufacturer

Minor Changes
-------------
- (#191) Added Location and Location Type modules

v4.2.0
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,10 @@ releases:
changes:
bugfixes:
- (#196) Virtual Chassis return multiple result at times

4.4.0:
changes:
minor_changes:
- (#211) Removes codecov from dev dependencies
- (#203) Adds plugin module
- (#209) Catches HTTPError for GraphQL query and enables Ansible retries
12 changes: 6 additions & 6 deletions docs/plugins/aggregate_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -172,7 +172,7 @@ Parameters

<div class="ansible-option-cell">

must exist in Nautobot
Must exist in Nautobot and in key/value format


.. raw:: html
Expand Down Expand Up @@ -395,15 +395,15 @@ Parameters

<div class="ansible-option-cell">

The state of the aggregate
Use \ :literal:`present`\ or \ :literal:`absent`\ for adding or removing.


.. rst-class:: ansible-option-line

:ansible-option-choices:`Choices:`

- :ansible-option-choices-entry-default:`"present"` :ansible-option-choices-default-mark:`← (default)`
- :ansible-option-choices-entry:`"absent"`
- :ansible-option-choices-entry-default:`"present"` :ansible-option-choices-default-mark:`← (default)`


.. raw:: html
Expand Down Expand Up @@ -440,7 +440,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the aggregate may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -508,7 +508,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/cable_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -724,7 +724,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/circuit_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -320,7 +320,7 @@ Parameters

<div class="ansible-option-cell">

must exist in Nautobot
Must exist in Nautobot and in key/value format


.. raw:: html
Expand Down Expand Up @@ -590,7 +590,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the device may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -695,7 +695,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
7 changes: 4 additions & 3 deletions docs/plugins/circuit_termination_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -590,7 +590,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down Expand Up @@ -718,7 +718,8 @@ Examples
token: thisIsMyToken
circuit: Test Circuit
term_side: Z
provider_network: Provider A
provider_network:
name: "Provider A"
port_speed: 10000
state: present

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/circuit_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -362,7 +362,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/cluster_group_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -362,7 +362,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/cluster_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -283,7 +283,7 @@ Parameters

<div class="ansible-option-cell">

must exist in Nautobot
Must exist in Nautobot and in key/value format


.. raw:: html
Expand Down Expand Up @@ -477,7 +477,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the cluster may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -582,7 +582,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/cluster_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -362,7 +362,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/console_port_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -366,7 +366,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the console port may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -490,7 +490,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/console_port_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -416,7 +416,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/console_server_port_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -366,7 +366,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the console server port may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -490,7 +490,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/console_server_port_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -416,7 +416,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/device_bay_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.2.0).
This module is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 4.3.1).

To install it, use: :code:`ansible-galaxy collection install networktocode.nautobot`.
You need further requirements to be able to use this module,
Expand Down Expand Up @@ -403,7 +403,7 @@ Parameters

<div class="ansible-option-cell">

Any tags that the device bay may need to be associated with
Any tags that this item may need to be associated with


.. raw:: html
Expand Down Expand Up @@ -471,7 +471,7 @@ Parameters

<div class="ansible-option-cell">

URL of the Nautobot instance resolvable by Ansible control host
The URL of the Nautobot instance resolvable by the Ansible host (for example: http://nautobot.example.com:8000)


.. raw:: html
Expand Down
Loading