Skip to content

Commit 9c0b725

Browse files
Update docs and changelog for 3.1.0 release (#512)
1 parent 0de8cb7 commit 9c0b725

File tree

60 files changed

+353
-86
lines changed

Some content is hidden

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

60 files changed

+353
-86
lines changed

CHANGELOG.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ Netbox.Netbox Release Notes
55
.. contents:: Topics
66

77

8+
v3.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This release should fix obvious broken changes between collection and Netbox 2.11, but there is most likely more. Please report as they're encountered.
15+
**packages** is now a required Python package and is already included in Ansible 2.10, but anyone using Ansible 2.9 or below must manually pip install the library.
16+
17+
18+
Major Changes
19+
-------------
20+
21+
- packages is now a required Python package and gets installed via Ansible 2.10+.
22+
23+
Minor Changes
24+
-------------
25+
26+
- netbox_device_interface - Add label option.
27+
- netbox_device_interface - Add mark_connected option.
28+
- netbox_power_panel - Add location option.
29+
- netbox_rack - Add location option.
30+
- netbox_vlan_group - Add custom_fields option.
31+
- netbox_vlan_group - Add description option.
32+
- netbox_vlan_group - Add scope option.
33+
- netbox_vlan_group - Add scope_type option.
34+
35+
Bugfixes
36+
--------
37+
38+
- Allow ``virtual_chassis`` to be found via name [#402](https://github.com/netbox-community/ansible_modules/issues/402)
39+
- Fix mapping between power_outlet_template and power_port_template.
40+
- inventory - Fix rack-group -> location for NetBox 2.11 changes.
41+
- inventory - Properly handle interface tags.
42+
- netbox_tenant - Fix example to match argspec.
43+
844
v3.0.0
945
======
1046

changelogs/changelog.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,3 +495,36 @@ releases:
495495
fragments:
496496
- release-3.0.0.yml
497497
release_date: '2021-03-08'
498+
3.1.0:
499+
changes:
500+
bugfixes:
501+
- Allow ``virtual_chassis`` to be found via name [#402](https://github.com/netbox-community/ansible_modules/issues/402)
502+
- Fix mapping between power_outlet_template and power_port_template.
503+
- inventory - Fix rack-group -> location for NetBox 2.11 changes.
504+
- inventory - Properly handle interface tags.
505+
- netbox_tenant - Fix example to match argspec.
506+
major_changes:
507+
- packages is now a required Python package and gets installed via Ansible 2.10+.
508+
minor_changes:
509+
- netbox_device_interface - Add label option.
510+
- netbox_device_interface - Add mark_connected option.
511+
- netbox_power_panel - Add location option.
512+
- netbox_rack - Add location option.
513+
- netbox_vlan_group - Add custom_fields option.
514+
- netbox_vlan_group - Add description option.
515+
- netbox_vlan_group - Add scope option.
516+
- netbox_vlan_group - Add scope_type option.
517+
release_summary: 'This release should fix obvious broken changes between collection
518+
and Netbox 2.11, but there is most likely more. Please report as they''re
519+
encountered.
520+
521+
**packages** is now a required Python package and is already included in Ansible
522+
2.10, but anyone using Ansible 2.9 or below must manually pip install the
523+
library.
524+
525+
'
526+
fragments:
527+
- 2.11-changes.yml
528+
- issue-402.yml
529+
- release-summary-3.1.0.yml
530+
release_date: '2021-05-08'

changelogs/fragments/2.11-changes.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelogs/fragments/issue-402.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/plugins/index.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Netbox.Netbox
66
=============
77

8-
Collection version 3.0.0
8+
Collection version 3.1.0
99

1010
.. toctree::
1111
:maxdepth: 1

docs/plugins/nb_inventory_inventory.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ netbox.netbox.nb_inventory -- NetBox inventory source
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.0.0).
23+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.1.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install netbox.netbox`.
2626

docs/plugins/nb_lookup_lookup.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ netbox.netbox.nb_lookup -- Queries and returns elements from Netbox
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.0.0).
23+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.1.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install netbox.netbox`.
2626

docs/plugins/netbox_aggregate_module.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ netbox.netbox.netbox_aggregate -- Creates or removes aggregates from Netbox
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.0.0).
23+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.1.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install netbox.netbox`.
2626

docs/plugins/netbox_cable_module.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ netbox.netbox.netbox_cable -- Create, update or delete cables within Netbox
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.0.0).
23+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.1.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install netbox.netbox`.
2626

docs/plugins/netbox_circuit_module.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ netbox.netbox.netbox_circuit -- Create, update or delete circuits within Netbox
2020
.. Collection note
2121
2222
.. note::
23-
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.0.0).
23+
This plugin is part of the `netbox.netbox collection <https://galaxy.ansible.com/netbox/netbox>`_ (version 3.1.0).
2424

2525
To install it use: :code:`ansible-galaxy collection install netbox.netbox`.
2626

0 commit comments

Comments
 (0)