Skip to content

Releases: netbox-community/ansible_modules

v3.10.0

16 Dec 22:59
638fa22
Compare
Choose a tag to compare

Bugfixes

Minor changes

Other changes

Full Changelog: v3.9.0...v3.10.0

v3.9.0

13 Nov 22:44
ba44b5b
Compare
Choose a tag to compare

Bugfixes

Minor changes

New Contributors

Full Changelog: v3.8.1...v3.9.0

v3.8.1

16 Oct 23:05
e7f27e7
Compare
Choose a tag to compare

Minor changes

  • Implements group_by "time_zone" and "time_zone_utc" in nb_inventory by @hyberdk in #798
  • nb_inventory - Allow Jinja2 template on filter by @akira6592 in #834
  • Add example of exclusion search by @ppbrown in #837

Bug fixes

  • Fix #805: Netbox ansible custom_fields are not idempotent by @cfiehe in #839

Other

The https://netbox-ansible-collection.readthedocs.io/en/latest/ site is currently not updated with the latest documentation, use https://docs.ansible.com/ansible/devel/collections/netbox/netbox/index.html to access the latest documentation.

New Contributors

Full Changelog: v3.8.0...v3.8.1

v3.8.0

18 Sep 22:18
86249f0
Compare
Choose a tag to compare

Minor changes

New Contributors

Full Changelog: v3.7.1...v3.8.0

v3.7.1

26 Apr 21:01
1601b15
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v3.7.0...v3.7.1

v3.7.0

18 Apr 20:55
18cea81
Compare
Choose a tag to compare

Minor changes

  • Inventory: add site_group as option by @ryanmerolle in #755
  • netbox_rear_port and netbox_front_port - Add label parameter to modules by @rodvand in #766
  • netbox_custom_field, netbox_custom_link, netbox_device_interface, netbox_provider_network, netbox_config_context, netbox_vlan_group, netbox_contact - Add various new NetBox 3.2 parameters by @rodvand in #768

Bug fixes

  • netbox_rack - Ensure rack uniqueness by @rodvand in #751
  • netbox_contact_group - Typo: Update netbox_contact_group_module.rst by @akurach in #762

Other changes

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

27 Feb 22:41
a5fa839
Compare
Choose a tag to compare

Changes

Bug fixes

  • Fix #732 Multiple prefix per site in nb_inventory (option name changed to prefixes) by @Eric-Sim in #742
  • Fix #574 VLAN group returning multiple results by @rodvand in #741
  • Fix issue where Config Context was unable to be added to cluster by @rodvand in #715
  • Fix #703 Handle "Failed to establish connection to NetBox" on older NetBox versions by @rodvand in #707

Other

New Contributors

Full Changelog: v3.5.1...v3.6.0

v3.5.1

19 Jan 21:51
44c6615
Compare
Choose a tag to compare

Bug fixes

  • nb_inventory - Add check for prefix_count for older NetBox versions by @rodvand in #696
  • netbox_inventory_item - Expand netbox_inventory_item example documentation by @rodvand in #697

Full Changelog: v3.5.0...v3.5.1

v3.5.0

11 Jan 21:07
0140032
Compare
Choose a tag to compare

Release summary

The first release to support NetBox 3.1 features. To utilise the new wireless endpoints make sure to upgrade your pynetbox to 6.4.0 or later.

Minor changes

  • New modules: Contact modules by @rodvand in #671
  • New modules: Wireless modules by @rodvand in #678
  • nb_inventory - Inventory module site and prefix data extended by @Eric-Sim in #646
  • nb_lookup - adding pynetbox check and wireless endpoints for netbox v3.1 by @ThomasADavis in #673
  • netbox_inventory_item - Add parent_inventory_item to module by @rodvand in #682
  • netbox_circuit_termination - Add mark_connected field by @rodvand in #686
  • netbox_region - Add description, tags, custom_fields to netbox_region by @rodvand in #689

Bug fixes

  • Use the individual list items rather than the whole list when looking for objects in netbox by @jsenecal in #570

Other changes

  • CI has been updated to run against ansible 2.12, as well as using python 3.8, python3.9, and python3.10.

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

28 Nov 22:07
3867f53
Compare
Choose a tag to compare

Minor changes

  • netbox_inventory_item - Add label and custom fields by @rodvand in #632
  • nb_inventory - Cache openAPI locally by @kr3ator in #617
  • netbox_vm_interface - Add custom fields by @smutel in #637
  • nb_inventory - Add examples for using the inventory plugin in Ansible Tower (AWX) by @nahun in #648
  • New module: netbox_provider_network by @rodvand in #653
  • netbox_cable - Enable faster lookups on Netbox version < 3.0.6 by @sc68cal in #645
  • nb_lookup - Add a number of missing API endpoints by @ThomasADavis in #655

Bug fixes

  • netbox_site - Ensure NetBox site module is idempotent between NetBox versions by @rodvand in #631
  • netbox_virtual_machine - Ensure netbox_virtual_machine is idempotent on 2.11 by @rodvand in #633
  • netbox_virtual_chassis - Fix virtual chassis functionality by @rodvand in #657

Other changes

  • Fix integration tests with v3.0 by @devon-mar in #619
  • Updating doc to help show the correct value of validate_cert by @djdanielsson in #629
  • documentation update: NetBox should be referred to as NetBox by @ypid in #541
  • Move common options to a doc fragment by @devon-mar in #635
  • docs: change .rst file permissions from 755 to 644 by @dmsimard in #658

Special thanks

@ypid
@kr3ator
@smutel
@djdanielsson
@dmsimard
@nahun
@sc68cal
@devon-mar
@ThomasADavis