@@ -406,3 +406,44 @@ releases:
406
406
fragments :
407
407
- release-1.1.0.yml
408
408
release_date : ' 2020-10-06'
409
+ 1.2.0 :
410
+ changes :
411
+ bugfixes :
412
+ - Version checks were failing due to converting "2.10" to a float made it an
413
+ integer of 2.1 which broke version related logic. (#396)
414
+ - netbox_device_interface - Fixed copy pasta in documentation. (#371)
415
+ - netbox_ip_address - Updated documentation to show that ``family`` option has
416
+ been deprecated. (#388)
417
+ - netbox_utils - Fixed typo for ``circuits.circuittermination`` searches. (#367)
418
+ - netbox_utils - Skip all modifications to ``query_params`` when ``user_query_params``
419
+ is defined. (#389)
420
+ - netbox_vlan - Fixed uniqueness for vlan searches to add ``group``. (#386)
421
+ major_changes :
422
+ - nb_inventory - Add ``dns_name`` option that adds ``dns_name`` to the host
423
+ when ``True`` and device has a primary IP address. (#394)
424
+ - nb_inventory - Add ``status`` as a ``group_by`` option. (398)
425
+ - nb_inventory - Move around ``extracted_primary_ip`` to allow for ``config_context``
426
+ or ``custom_field`` to overwite. (#377)
427
+ - nb_inventory - Services are now a list of integers due to NetBox 2.10 changes.
428
+ (#396)
429
+ - nb_lookup - Allow ID to be passed in and use ``.get`` instead of ``.filter``.
430
+ (#376)
431
+ - nb_lookup - Allow ``api_endpoint`` and ``token`` to be found via env. (#391)
432
+ minor_changes :
433
+ - nb_inventory - Added ``status`` as host_var. (359)
434
+ - nb_inventory - Added documentation for using ``keyed_groups``. (#361)
435
+ - nb_inventory - Allow to use virtual chassis name instead of device name. (#383)
436
+ - nb_lookup - Allow lookup of plugin endpoints. (#360)
437
+ - nb_lookup - Documentation update to show Fully Qualified Collection Name (FQCN).
438
+ (#355)
439
+ - netbox_service - Add ``ports`` option for NetBox 2.10+ and convert ``port``
440
+ to ``ports`` if NetBox 2.9 or lower. (#396)
441
+ - netbox_virtual_machine - Added ``comments`` option. (#380)
442
+ - netbox_virtual_machine - Added ``local_context_data`` option. (#357)
443
+ fragments :
444
+ - release1.2.0.yml
445
+ modules :
446
+ - description : Creates or removes tags from Netbox
447
+ name : netbox_tag
448
+ namespace : ' '
449
+ release_date : ' 2020-12-27'
0 commit comments