Skip to content

Commit f169e23

Browse files
authored
Release 3.11.0 (#939)
1 parent ee11cd8 commit f169e23

File tree

80 files changed

+733
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+733
-97
lines changed

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,12 @@ releases:
757757
name: netbox_inventory_item_role
758758
namespace: ''
759759
release_date: '2022-12-16'
760+
3.11.0:
761+
changes:
762+
bugfixes:
763+
- netbox_cable - Fix NetBox 3.3 compatibility [#938](https://github.com/netbox-community/ansible_modules/pull/938)
764+
- netbox_webhook - Fix conditions bug [#926](https://github.com/netbox-community/ansible_modules/pull/926)
765+
- nb_lookup - Fix pynetbox 7.0.1 compatibility [#934](https://github.com/netbox-community/ansible_modules/pull/934)
766+
minor_changes:
767+
- nb_inventory - Add serial and asset tag to extracted attributes [#826](https://github.com/netbox-community/ansible_modules/pull/826)
768+
release_date: '2023-02-12'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Mikhail Yohman <@FragmentedPacket>"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "3.10.0"
30+
release = "3.11.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/plugins/environment_variables.rst

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ Environment variables used by the ansible-core configuation are documented in :r
1717
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`
1818
.. envvar:: NETBOX_API
1919

20-
Endpoint of the NetBox API
20+
See the documentations for the options where this environment variable is used.
2121

2222
*Used by:*
23-
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`
23+
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`,
24+
:ref:`netbox.netbox.nb\_lookup lookup plugin <ansible_collections.netbox.netbox.nb_lookup_lookup>`
2425
.. envvar:: NETBOX_API_KEY
2526

2627
NetBox API token to be able to read against NetBox.
@@ -29,11 +30,24 @@ Environment variables used by the ansible-core configuation are documented in :r
2930

3031
*Used by:*
3132
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`
32-
.. envvar:: NETBOX_TOKEN
33+
.. envvar:: NETBOX_API_TOKEN
3334

34-
NetBox API token to be able to read against NetBox.
35+
The API token created through NetBox
3536

3637
This may not be required depending on the NetBox setup.
3738

3839
*Used by:*
39-
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`
40+
:ref:`netbox.netbox.nb\_lookup lookup plugin <ansible_collections.netbox.netbox.nb_lookup_lookup>`
41+
.. envvar:: NETBOX_TOKEN
42+
43+
See the documentations for the options where this environment variable is used.
44+
45+
*Used by:*
46+
:ref:`netbox.netbox.nb\_inventory inventory plugin <ansible_collections.netbox.netbox.nb_inventory_inventory>`,
47+
:ref:`netbox.netbox.nb\_lookup lookup plugin <ansible_collections.netbox.netbox.nb_lookup_lookup>`
48+
.. envvar:: NETBOX_URL
49+
50+
The URL to the NetBox instance to query
51+
52+
*Used by:*
53+
:ref:`netbox.netbox.nb\_lookup lookup plugin <ansible_collections.netbox.netbox.nb_lookup_lookup>`

docs/plugins/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Netbox.Netbox
77
=============
88

9-
Collection version 3.10.0
9+
Collection version 3.8.1
1010

1111
.. contents::
1212
:local:
@@ -130,7 +130,7 @@ Inventory Plugins
130130
Lookup Plugins
131131
~~~~~~~~~~~~~~
132132

133-
* :ref:`nb_lookup lookup <ansible_collections.netbox.netbox.nb_lookup_lookup>` --
133+
* :ref:`nb_lookup lookup <ansible_collections.netbox.netbox.nb_lookup_lookup>` -- Queries and returns elements from NetBox
134134

135135

136136

docs/plugins/nb_inventory_inventory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ netbox.netbox.nb_inventory inventory -- NetBox inventory source
4242
.. Collection note
4343
4444
.. note::
45-
This inventory plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.10.0).
45+
This inventory plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.8.1).
4646

4747
To install it, use: :code:`ansible-galaxy collection install netbox.netbox`.
4848

0 commit comments

Comments
 (0)