Skip to content

Releases: nautobot/nautobot-ansible

v6.0.0

15 Nov 01:37

Choose a tag to compare

v6.0.0

Release Summary

This release is the official start of Nautobot 3.X support.

While the modules should be mostly backwards compatible with Nautobot 2.X, we will no longer support versions prior to the 2.4.X LTM version of Nautobot. Please ensure you have also updated your pynautobot version to v3.0.0 or higher for full compatibility.

Please note: In Nautobot 3.X, many-to-many fields are no longer returned by default in API responses. This has been accounted for in the collection with regards to the inventory and module plugins, but this will be a change for many lookup plugins. If you require many-to-many fields to be returned, you will need to include api_filter="exclude_m2m=False".

Added

  • #639 - Added the device_cluster_assignment module for managing device to cluster assignments in Nautobot.
  • Added the nautobot_status lookup plugin to return the /api/status/ information for the connected Nautobot instance.

Changed

  • #637 - Changed the value of exclude_m2m explicitly to False for all API endpoints in the inventory plugin.
  • #637 - Changed the value of exclude_m2m explicitly to False for all modules.
  • #639 - The cluster, cluster_type, and cluster_group fields for devices now return a list instead of a single value for the inventory plugin.

Housekeeping

  • #598 - Removed all version constraints from various test files.

Removed

  • #639 - Removed the cluster option from the device module. This was replaced with the device_cluster_assignment module.

Full Changelog: v5.6.2...v6.0.0

v5.16.2

13 Nov 22:09
67a1784

Choose a tag to compare

What's Changed

Full Changelog: v5.16.1...v5.16.2

v5.16.1

06 Nov 21:12
b2c9bbf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.16.0...v5.16.1

v5.16.0

24 Sep 16:51
78770ea

Choose a tag to compare

What's Changed

Full Changelog: v5.15.0...v5.16.0

v5.15.0

18 Aug 21:52
f8beaf6

Choose a tag to compare

What's Changed

  • Adding saved_query option to GQL inventory + various fixes and changes by @joewesch in #617
  • Fixing messages when deleting objects via id by @joewesch in #619

Full Changelog: v5.14.0...v5.15.0

v5.14.0

13 Aug 16:53
0049adf

Choose a tag to compare

What's Changed

Full Changelog: v5.13.1...v5.14.0

v5.13.1

29 Jul 14:08
3c0d834

Choose a tag to compare

What's Changed

Full Changelog: v5.13.0...v5.13.1

v5.13.0

21 Jul 22:31
79abec8

Choose a tag to compare

What's Changed

  • Update to mkdocs-ansible-collection 1.1.0 by @cmsirbu in #584
  • Fixes some potentially unsafe variables not being wrapped correctly #114 by @cdtomkins in #543
  • Updates inventory tests with module_family field by @joewesch in #587
  • Adding wireless modules by @joewesch in #585
  • Replaces black and bandit with ruff by @joewesch in #546
  • Changing name to optional for device module and adds id argument by @joewesch in #592
  • Extending id option to all object based modules by @joewesch in #593
  • Adding software_version and software_image_files to device module by @joewesch in #596
  • Fixes 2.2 integration tests by @joewesch in #600

Full Changelog: v5.12.1...v5.13.0

v5.12.1

30 Jun 20:22
2ffb6d4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.12.0...v5.12.1

v5.12.0

05 Jun 20:56
cdbe30d

Choose a tag to compare

What's Changed

  • Add VRF parameter to device_interface & vm_interface by @chaeynz in #544
  • Adds new options to inventory_item module by @joewesch in #552
  • Adds functionality to deal with module interfaces by @joewesch in #551
  • Fixes unsorted lists comparison for idempotency by @joewesch in #557
  • Update to mkdocs-ansible-collection 1.0.0 by @cmsirbu in #555
  • allow to rename host inventory variables using patterns by @pugnacity in #559
  • Adds python3.13 to the testing environment. by @jvanderaa in #553
  • Added secrets_group to device module and integration tests. by @tsm1th in #561
  • Adds galaxy version check to lint tests by @joewesch in #566

New Contributors

Full Changelog: v5.11.0...v5.12.0