Skip to content

Commit 12ba0e8

Browse files
authored
Release 3.6.0 (#744)
* Update galaxy version, sphinx version * Add changelog entries * Generate docs
1 parent 381dcc0 commit 12ba0e8

File tree

76 files changed

+48476
-20511
lines changed

Some content is hidden

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

76 files changed

+48476
-20511
lines changed

CHANGELOG.rst

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

77

8+
v3.6.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add custom fields to modules missing it [#723](https://github.com/netbox-community/ansible_modules/pull/723)
15+
- Add tags to modules missing it [#725](https://github.com/netbox-community/ansible_modules/pull/725)
16+
- nb_inventory - Add a racks option [#701](https://github.com/netbox-community/ansible_modules/pull/701)
17+
- netbox_custom_field - Add module [#719](https://github.com/netbox-community/ansible_modules/pull/719)
18+
- netbox_custom_link - Add module [#722](https://github.com/netbox-community/ansible_modules/pull/722)
19+
- netbox_device_interface, netbox_vm_interface - Add bridge to netbox_device_interface and netbox_vm_interface [#713](https://github.com/netbox-community/ansible_modules/pull/713)
20+
- netbox_export_template - Add module [#727](https://github.com/netbox-community/ansible_modules/pull/727)
21+
- netbox_service - Add virtual_machine as an allowed query parameter for ipaddresses [#718](https://github.com/netbox-community/ansible_modules/pull/718)
22+
- netbox_webhook - Add module [#738](https://github.com/netbox-community/ansible_modules/pull/738)
23+
24+
Bugfixes
25+
--------
26+
27+
- Config Context is now able to be added to cluster [#715](https://github.com/netbox-community/ansible_modules/pull/715)
28+
- Ensure proper filtering for VLAN group [#741](https://github.com/netbox-community/ansible_modules/pull/741)
29+
- Fix prefixes option in nb_inventory to ensure all prefixes are returned [#742](https://github.com/netbox-community/ansible_modules/pull/742)
30+
- Make sure API calls on versions without the /api/status endpoint [#707](https://github.com/netbox-community/ansible_modules/pull/707)
31+
32+
New Modules
33+
-----------
34+
35+
- netbox.netbox.netbox_custom_field - Create, update or delete Custom fields in NetBox
36+
- netbox.netbox.netbox_custom_link - Create, update or delete Custom links in NetBox
37+
- netbox.netbox.netbox_export_template - Create, update or delete Export templates in NetBox
38+
- netbox.netbox.netbox_webhook - Create, update or delete Webhooks in NetBox
39+
840
v3.5.1
941
======
1042

changelogs/changelog.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,3 +645,34 @@ releases:
645645
bugfixes:
646646
- Fix prefix_count error on older NetBox versions in nb_inventory [#696](https://github.com/netbox-community/ansible_modules/pull/696)
647647
release_date: '2022-01-19'
648+
3.6.0:
649+
changes:
650+
minor_changes:
651+
- netbox_webhook - Add module [#738](https://github.com/netbox-community/ansible_modules/pull/738)
652+
- netbox_export_template - Add module [#727](https://github.com/netbox-community/ansible_modules/pull/727)
653+
- Add tags to modules missing it [#725](https://github.com/netbox-community/ansible_modules/pull/725)
654+
- Add custom fields to modules missing it [#723](https://github.com/netbox-community/ansible_modules/pull/723)
655+
- netbox_custom_link - Add module [#722](https://github.com/netbox-community/ansible_modules/pull/722)
656+
- netbox_custom_field - Add module [#719](https://github.com/netbox-community/ansible_modules/pull/719)
657+
- netbox_service - Add virtual_machine as an allowed query parameter for ipaddresses [#718](https://github.com/netbox-community/ansible_modules/pull/718)
658+
- netbox_device_interface, netbox_vm_interface - Add bridge to netbox_device_interface and netbox_vm_interface [#713](https://github.com/netbox-community/ansible_modules/pull/713)
659+
- nb_inventory - Add a racks option [#701](https://github.com/netbox-community/ansible_modules/pull/701)
660+
bugfixes:
661+
- Fix prefixes option in nb_inventory to ensure all prefixes are returned [#742](https://github.com/netbox-community/ansible_modules/pull/742)
662+
- Ensure proper filtering for VLAN group [#741](https://github.com/netbox-community/ansible_modules/pull/741)
663+
- Config Context is now able to be added to cluster [#715](https://github.com/netbox-community/ansible_modules/pull/715)
664+
- Make sure API calls on versions without the /api/status endpoint [#707](https://github.com/netbox-community/ansible_modules/pull/707)
665+
modules:
666+
- description: Create, update or delete Custom fields in NetBox
667+
name: netbox_custom_field
668+
namespace: ''
669+
- description: Create, update or delete Custom links in NetBox
670+
name: netbox_custom_link
671+
namespace: ''
672+
- description: Create, update or delete Export templates in NetBox
673+
name: netbox_export_template
674+
namespace: ''
675+
- description: Create, update or delete Webhooks in NetBox
676+
name: netbox_webhook
677+
namespace: ''
678+
release_date: '2022-02-27'

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.5.1"
30+
release = "3.6.0"
3131

3232

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

0 commit comments

Comments
 (0)