Skip to content

Commit

Permalink
Release 1.0.4 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
FragmentedPacket authored Mar 15, 2021
1 parent ea84b5c commit 4bab297
Show file tree
Hide file tree
Showing 62 changed files with 79 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
global:
- COLLECTION_NAMESPACE: "networktocode"
- COLLECTION_NAME: "nautobot"
- COLLECTION_VERSION: "1.0.3"
- COLLECTION_VERSION: "1.0.4"

jobs:
include:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ networktocode.nautobot Release Notes
.. contents:: Topics


v1.0.4
======

Bugfixes
--------

- Added check for UUIDs when checking for isinstance(int) [#22](https://github.com/nautobot/nautobot-ansible/pull/22)
- ip_address - Removed interface option [#23](https://github.com/nautobot/nautobot-ansible/pull/23)

v1.0.3
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,11 @@ releases:
fragments:
- v1.0.3.yml
release_date: '2021-03-13'
1.0.4:
changes:
bugfixes:
- Added check for UUIDs when checking for isinstance(int) [#22](https://github.com/nautobot/nautobot-ansible/pull/22)
- ip_address - Removed interface option [#23](https://github.com/nautobot/nautobot-ansible/pull/23)
fragments:
- v1.0.4.yml
release_date: '2021-03-14'
2 changes: 1 addition & 1 deletion docs/plugins/aggregate_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/cable_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/circuit_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/circuit_termination_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/circuit_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/cluster_group_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/cluster_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/cluster_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/console_port_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/console_port_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/console_server_port_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/console_server_port_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_bay_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_bay_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_interface_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_interface_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_role_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/device_type_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/front_port_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/front_port_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Networktocode.Nautobot
======================

Collection version 1.0.3
Collection version 1.0.4

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inventory_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ networktocode.nautobot.inventory -- Nautobot inventory source
.. Collection note
.. note::
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inventory_item_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
34 changes: 3 additions & 31 deletions docs/plugins/ip_address_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down Expand Up @@ -237,23 +237,6 @@ Parameters
<div>(DEPRECATED) - Nautobot now handles determining the IP family natively.</div>
<div>Specifies with address family the IP address belongs to</div>
</td>
</tr>
<tr>
<td class="elbow-placeholder"></td>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-data/interface"></div>
<b>interface</b>
<a class="ansibleOptionLink" href="#parameter-data/interface" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">raw</span>
</div>
</td>
<td>
</td>
<td>
<div>The name and device of the interface that the IP address should be assigned to
Required if state is <code>present</code> and a prefix specified.</div>
</td>
</tr>
<tr>
<td class="elbow-placeholder"></td>
Expand Down Expand Up @@ -556,7 +539,7 @@ Examples
nat_inside:
address: 192.168.1.20
vrf: Test
interface:
assigned_object:
name: GigabitEthernet1
device: test100
- name: Ensure that an IP inside 192.168.1.0/24 is attached to GigabitEthernet1
Expand All @@ -566,22 +549,11 @@ Examples
data:
prefix: 192.168.1.0/24
vrf: Test
interface:
assigned_object:
name: GigabitEthernet1
device: test100
state: present
- name: Attach a new available IP of 192.168.1.0/24 to GigabitEthernet1
networktocode.nautobot.ip_address:
url: http://nautobot.local
token: thisIsMyToken
data:
prefix: 192.168.1.0/24
vrf: Test
interface:
name: GigabitEthernet1
device: test100
state: new
- name: Attach a new available IP of 192.168.1.0/24 to GigabitEthernet1 (Nautobot 2.9+)
networktocode.nautobot.ip_address:
url: http://nautobot.local
token: thisIsMyToken
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/ipam_role_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/lookup_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/manufacturer_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/platform_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/power_feed_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/power_outlet_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/power_outlet_template_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/power_panel_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.3).
This plugin is part of the `networktocode.nautobot collection <https://galaxy.ansible.com/networktocode/nautobot>`_ (version 1.0.4).

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

Expand Down
Loading

0 comments on commit 4bab297

Please sign in to comment.