Skip to content

Commit 1a0da30

Browse files
authored
Doc updates for release 3.8.0 (#830)
1 parent 04337f6 commit 1a0da30

File tree

75 files changed

+1905
-1189
lines changed

Some content is hidden

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

75 files changed

+1905
-1189
lines changed

CHANGELOG.rst

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

77

8+
v3.8.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add action_group to enable module defaults groups [#800](https://github.com/netbox-community/ansible_modules/pull/800)
15+
- Expand on query_filter for site [#824](https://github.com/netbox-community/ansible_modules/pull/824)
16+
- nb_inventory - Allow API token to be templated [#806](https://github.com/netbox-community/ansible_modules/pull/806)
17+
- netbox_cable - Change length to float from int [#828](https://github.com/netbox-community/ansible_modules/pull/828)
18+
- netbox_device_interface - Add PoE attribute [#820](https://github.com/netbox-community/ansible_modules/pull/820)
19+
- netbox_location - Add tenant to module [#829](https://github.com/netbox-community/ansible_modules/pull/829)
20+
- netbox_prefix - Add mark_utilized to module [#827](https://github.com/netbox-community/ansible_modules/pull/827)
21+
822
v3.7.1
923
======
1024

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,3 +695,14 @@ releases:
695695
- nb_inventory - Fix netbox_inventory site_group group_by @ryanmerolle in [#780](https://github.com/netbox-community/ansible_modules/pull/780)
696696
- nb_inventory - Ensure inventory works on NetBox versions without the site group model [#781](https://github.com/netbox-community/ansible_modules/pull/781)
697697
release_date: '2022-04-26'
698+
3.8.0:
699+
changes:
700+
minor_changes:
701+
- Add action_group to enable module defaults groups [#800](https://github.com/netbox-community/ansible_modules/pull/800)
702+
- netbox_device_interface - Add PoE attribute [#820](https://github.com/netbox-community/ansible_modules/pull/820)
703+
- Expand on query_filter for site [#824](https://github.com/netbox-community/ansible_modules/pull/824)
704+
- nb_inventory - Allow API token to be templated [#806](https://github.com/netbox-community/ansible_modules/pull/806)
705+
- netbox_prefix - Add mark_utilized to module [#827](https://github.com/netbox-community/ansible_modules/pull/827)
706+
- netbox_cable - Change length to float from int [#828](https://github.com/netbox-community/ansible_modules/pull/828)
707+
- netbox_location - Add tenant to module [#829](https://github.com/netbox-community/ansible_modules/pull/829)
708+
release_date: '2022-09-19'

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.7.1"
30+
release = "3.8.0"
3131

3232

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

docs/plugins/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22

3+
34
.. _plugins_in_netbox.netbox:
45

56
Netbox.Netbox
67
=============
78

8-
Collection version 3.7.1
9+
Collection version 3.8.0
910

1011
.. contents::
1112
:local:
@@ -101,7 +102,7 @@ Modules
101102
* :ref:`netbox_tenant module <ansible_collections.netbox.netbox.netbox_tenant_module>` -- Creates or removes tenants from NetBox
102103
* :ref:`netbox_tenant_group module <ansible_collections.netbox.netbox.netbox_tenant_group_module>` -- Creates or removes tenant groups from NetBox
103104
* :ref:`netbox_virtual_chassis module <ansible_collections.netbox.netbox.netbox_virtual_chassis_module>` -- Create, update or delete virtual chassis within NetBox
104-
* :ref:`netbox_virtual_machine module <ansible_collections.netbox.netbox.netbox_virtual_machine_module>` -- Create, update or delete virtual_machines within NetBox
105+
* :ref:`netbox_virtual_machine module <ansible_collections.netbox.netbox.netbox_virtual_machine_module>` -- Create, update or delete virtual\_machines within NetBox
105106
* :ref:`netbox_vlan module <ansible_collections.netbox.netbox.netbox_vlan_module>` -- Create, update or delete vlans within NetBox
106107
* :ref:`netbox_vlan_group module <ansible_collections.netbox.netbox.netbox_vlan_group_module>` -- Create, update or delete vlans groups within NetBox
107108
* :ref:`netbox_vm_interface module <ansible_collections.netbox.netbox.netbox_vm_interface_module>` -- Creates or removes interfaces from virtual machines in NetBox

0 commit comments

Comments
 (0)