You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,40 @@ NetBox.NetBox Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v3.20.0
8
+
=======
9
+
10
+
Minor Changes
11
+
-------------
12
+
13
+
- Add ``facility`` to ``location`` (https://github.com/netbox-community/ansible_modules/issues/1280)
14
+
- Add ``related_object_type`` to ``netbox_custom_filed`` (https://github.com/netbox-community/ansible_modules/issues/1268)
15
+
- Add ``status`` to ``location`` (https://github.com/netbox-community/ansible_modules/issues/1279)
16
+
- Add `description` to `netbox_cluster_group` module (https://github.com/netbox-community/ansible_modules/issues/1276)
17
+
- Add `serial` to `netbox_virtual_machine` module (https://github.com/netbox-community/ansible_modules/issues/1309)
18
+
- Add `status` to `netbox_cluster` (https://github.com/netbox-community/ansible_modules/issues/1275)
19
+
- Add `vid_ranges` to `netbox_vlan_group` module (https://github.com/netbox-community/ansible_modules/issues/1307)
20
+
- Add ability to rename variables set on the host by ``netbox.netbox.nb_inventory`` through configuration.
21
+
- Added option `hostname_field` to ``nb_inventory`` to be able to set the inventory hostname from a field in custom_fields
22
+
- Adjust tests for various modules
23
+
- Fix the form_factor option on netbox_rack
24
+
- Update CI for NetBox 4.1
25
+
26
+
Bugfixes
27
+
--------
28
+
29
+
- If `fetch_all` is `false`, prefix lookup depends on site lookup, so move it to secondary lookup (https://github.com/netbox-community/ansible_modules/issues/733)
30
+
31
+
New Modules
32
+
-----------
33
+
34
+
- netbox.netbox.netbox_permission - Creates or removes permissions from NetBox
35
+
- netbox.netbox.netbox_token - Creates or removes tokens from NetBox
36
+
- netbox.netbox.netbox_tunnel - Create, update or delete tunnels within NetBox
37
+
- netbox.netbox.netbox_tunnel_group - Create, update or delete tunnel groups within NetBox
38
+
- netbox.netbox.netbox_user - Creates or removes users from NetBox
39
+
- netbox.netbox.netbox_user_group - Creates or removes user groups from NetBox
0 commit comments