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
+83-55Lines changed: 83 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,38 @@
1
1
===========================
2
-
Netbox.Netbox Release Notes
2
+
NetBox.NetBox Release Notes
3
3
===========================
4
4
5
5
.. contents:: Topics
6
6
7
7
8
+
v3.4.0
9
+
======
10
+
11
+
Minor Changes
12
+
-------------
13
+
14
+
- nb_inventory - Add documentation for use of inventory plugin in Tower/AWX [#648](https://github.com/netbox-community/ansible_modules/pull/648)
15
+
- nb_inventory - Cache OpenAPI locally to speed up inventory [#617](https://github.com/netbox-community/ansible_modules/pull/617)
16
+
- nb_lookup - Add missing endpoints to nb_lookup [#655](https://github.com/netbox-community/ansible_modules/pull/655)
17
+
- netbox_cable - Improve lookup speed on NetBox versions earlier than 3.0.6 [#645](https://github.com/netbox-community/ansible_modules/pull/645)
18
+
- netbox_inventory_item - Add label and custom fields to module [#632](https://github.com/netbox-community/ansible_modules/pull/632)
19
+
- netbox_provider_network - Add module for handling provider networks [#653](https://github.com/netbox-community/ansible_modules/pull/653)
20
+
- netbox_virtual_chassis - Add custom_fields to netbox_virtual_chassis [#657](https://github.com/netbox-community/ansible_modules/pull/657)
21
+
- netbox_vm_interface - Add custom fields to module [#637](https://github.com/netbox-community/ansible_modules/pull/637)
22
+
23
+
Bugfixes
24
+
--------
25
+
26
+
- nb_lookup - Fix documentation of validate_cert [#629](https://github.com/netbox-community/ansible_modules/pull/629)
27
+
- netbox_site - Ensure idempotency between NetBox version 2.11 and 3.00 [#631](https://github.com/netbox-community/ansible_modules/pull/631)
28
+
- netbox_virtual_chassis - Fix issue with virtual chassis creation [#657](https://github.com/netbox-community/ansible_modules/pull/657)
29
+
- netbox_virtual_machine - Ensure idempotency between NetBox version 2.11 and 3.00 [#633](https://github.com/netbox-community/ansible_modules/pull/633)
30
+
31
+
New Modules
32
+
-----------
33
+
34
+
- netbox.netbox.netbox_provider_network - Create, update or delete Provider Network in NetBox
35
+
8
36
v3.3.0
9
37
======
10
38
@@ -82,7 +110,7 @@ v3.1.0
82
110
Release Summary
83
111
---------------
84
112
85
-
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.
113
+
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.
86
114
**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.
87
115
88
116
@@ -164,7 +192,7 @@ Bugfixes
164
192
New Modules
165
193
-----------
166
194
167
-
- netbox.netbox.netbox_route_target - Creates or removes route targets from Netbox
195
+
- netbox.netbox.netbox_route_target - Creates or removes route targets from NetBox
168
196
169
197
v1.2.1
170
198
======
@@ -212,7 +240,7 @@ Bugfixes
212
240
New Modules
213
241
-----------
214
242
215
-
- netbox.netbox.netbox_tag - Creates or removes tags from Netbox
243
+
- netbox.netbox.netbox_tag - Creates or removes tags from NetBox
216
244
217
245
v1.1.0
218
246
======
@@ -328,10 +356,10 @@ Bugfixes
328
356
New Modules
329
357
-----------
330
358
331
-
- netbox.netbox.netbox_cable - Create, update or delete cables within Netbox
332
-
- netbox.netbox.netbox_device_bay_template - Create, update or delete device bay templates within Netbox
333
-
- netbox.netbox.netbox_device_interface_template - Creates or removes interfaces on devices from Netbox
334
-
- netbox.netbox.netbox_virtual_chassis - Create, update or delete virtual chassis within Netbox
359
+
- netbox.netbox.netbox_cable - Create, update or delete cables within NetBox
360
+
- netbox.netbox.netbox_device_bay_template - Create, update or delete device bay templates within NetBox
361
+
- netbox.netbox.netbox_device_interface_template - Creates or removes interfaces on devices from NetBox
362
+
- netbox.netbox.netbox_virtual_chassis - Create, update or delete virtual chassis within NetBox
335
363
336
364
v0.2.3
337
365
======
@@ -355,20 +383,20 @@ Bugfixes
355
383
New Modules
356
384
-----------
357
385
358
-
- netbox.netbox.netbox_console_port - Create, update or delete console ports within Netbox
359
-
- netbox.netbox.netbox_console_port_template - Create, update or delete console port templates within Netbox
360
-
- netbox.netbox.netbox_console_server_port - Create, update or delete console server ports within Netbox
361
-
- netbox.netbox.netbox_console_server_port_template - Create, update or delete console server port templates within Netbox
362
-
- netbox.netbox.netbox_front_port - Create, update or delete front ports within Netbox
363
-
- netbox.netbox.netbox_front_port_template - Create, update or delete front port templates within Netbox
364
-
- netbox.netbox.netbox_power_feed - Create, update or delete power feeds within Netbox
365
-
- netbox.netbox.netbox_power_outlet - Create, update or delete power outlets within Netbox
366
-
- netbox.netbox.netbox_power_outlet_template - Create, update or delete power outlet templates within Netbox
367
-
- netbox.netbox.netbox_power_panel - Create, update or delete power panels within Netbox
368
-
- netbox.netbox.netbox_power_port - Create, update or delete power ports within Netbox
369
-
- netbox.netbox.netbox_power_port_template - Create, update or delete power port templates within Netbox
370
-
- netbox.netbox.netbox_rear_port - Create, update or delete rear ports within Netbox
371
-
- netbox.netbox.netbox_rear_port_template - Create, update or delete rear port templates within Netbox
386
+
- netbox.netbox.netbox_console_port - Create, update or delete console ports within NetBox
387
+
- netbox.netbox.netbox_console_port_template - Create, update or delete console port templates within NetBox
388
+
- netbox.netbox.netbox_console_server_port - Create, update or delete console server ports within NetBox
389
+
- netbox.netbox.netbox_console_server_port_template - Create, update or delete console server port templates within NetBox
390
+
- netbox.netbox.netbox_front_port - Create, update or delete front ports within NetBox
391
+
- netbox.netbox.netbox_front_port_template - Create, update or delete front port templates within NetBox
392
+
- netbox.netbox.netbox_power_feed - Create, update or delete power feeds within NetBox
393
+
- netbox.netbox.netbox_power_outlet - Create, update or delete power outlets within NetBox
394
+
- netbox.netbox.netbox_power_outlet_template - Create, update or delete power outlet templates within NetBox
395
+
- netbox.netbox.netbox_power_panel - Create, update or delete power panels within NetBox
396
+
- netbox.netbox.netbox_power_port - Create, update or delete power ports within NetBox
397
+
- netbox.netbox.netbox_power_port_template - Create, update or delete power port templates within NetBox
398
+
- netbox.netbox.netbox_rear_port - Create, update or delete rear ports within NetBox
399
+
- netbox.netbox.netbox_rear_port_template - Create, update or delete rear port templates within NetBox
372
400
373
401
v0.2.2
374
402
======
@@ -469,7 +497,7 @@ v0.1.7
469
497
Minor Changes
470
498
-------------
471
499
472
-
- Added fetching services for devices in Netbox Inventory Plugin (https://github.com/netbox-community/ansible_modules/issues/58)
500
+
- Added fetching services for devices in NetBox Inventory Plugin (https://github.com/netbox-community/ansible_modules/issues/58)
473
501
- Added option for interfaces and IP addresses of interfaces to be fetched via inventory plugin (https://github.com/netbox-community/ansible_modules/issues/60)
474
502
- Change lookups to property for subclassing of inventory plugin (https://github.com/netbox-community/ansible_modules/issues/62)
475
503
@@ -489,13 +517,13 @@ Minor Changes
489
517
-------------
490
518
491
519
- Add dns_name to netbox_ip_address (https://github.com/netbox-community/ansible_modules/issues/84)
492
-
- Add region and region_id to query_filter for Netbox Inventory plugin (https://github.com/netbox-community/ansible_modules/issues/83)
520
+
- Add region and region_id to query_filter for NetBox Inventory plugin (https://github.com/netbox-community/ansible_modules/issues/83)
493
521
494
522
Bugfixes
495
523
--------
496
524
497
525
- Fixed vlan searching with vlan_group for netbox_prefix (https://github.com/netbox-community/ansible_modules/issues/85)
498
-
- Removed static choices from netbox_utils and now pulls the choices for each endpoint from the Netbox API at call time (https://github.com/netbox-community/ansible_modules/issues/67)
526
+
- Removed static choices from netbox_utils and now pulls the choices for each endpoint from the NetBox API at call time (https://github.com/netbox-community/ansible_modules/issues/67)
499
527
500
528
v0.1.5
501
529
======
@@ -506,14 +534,14 @@ Bugfixes
506
534
- Add argument specs for every module to validate data passed in. Fixes some idempotency issues. POSSIBLE BREAKING CHANGE (https://github.com/netbox-community/ansible_modules/issues/68)
507
535
- Allow name updates to manufacturers (https://github.com/netbox-community/ansible_modules/issues/76)
508
536
- Builds slug for netbox_device_type from model which is now required and slug is optional. Model will be slugified if slug is not provided BREAKING CHANGE (https://github.com/netbox-community/ansible_modules/issues/77)
509
-
- Fail module with proper exception when connection to Netbox API cannot be established (https://github.com/netbox-community/ansible_modules/issues/80)
537
+
- Fail module with proper exception when connection to NetBox API cannot be established (https://github.com/netbox-community/ansible_modules/issues/80)
510
538
- netbox_device_interface Lag no longer has to be a dictionary and the value of the key can be the name of the LAG (https://github.com/netbox-community/ansible_modules/issues/81)
511
-
- netbox_ip_address If no address has no CIDR notation, it will convert it into a /32 and pass to Netbox. Fixes idempotency cidr notation is not provided (https://github.com/netbox-community/ansible_modules/issues/78)
539
+
- netbox_ip_address If no address has no CIDR notation, it will convert it into a /32 and pass to NetBox. Fixes idempotency cidr notation is not provided (https://github.com/netbox-community/ansible_modules/issues/78)
512
540
513
541
New Modules
514
542
-----------
515
543
516
-
- netbox.netbox.netbox_service - Creates or removes service from Netbox
544
+
- netbox.netbox.netbox_service - Creates or removes service from NetBox
0 commit comments