Skip to content

Releases: nautobot/nautobot-ansible

v4.5.0

18 Aug 02:46
8ee04ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0

Re-Release of 4.4.0

11 Aug 11:40
4e36c4d
Compare
Choose a tag to compare

Re-releasing to get to publish to pypi.

v4.4.0

29 Jun 17:27
4e36c4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

29 Mar 23:55
89f7186
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.3.1

v4.2.0

20 Dec 20:05
861bd65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

08 Sep 15:21
daf6423
Compare
Choose a tag to compare

v4.1.1

Release Summary

Fix incorrect filter parameters

Bugfixes

  • (#163) Fix bad filter params due to STRICT_FILTERING being enabled in Nautobot 1.4.

v4.1.0

24 Aug 17:21
2c5c33b
Compare
Choose a tag to compare

v4.1.0

Release Summary

Fix minor bugs and add API versioning to collection.

Minor Changes

  • (#139) - Add API versioning to compatible plugins.

Bugfixes

  • (#159) Lookup - Fix api_filter to not attempt to convert UUIDs to integers from legacy forked code.

v4.0.1

01 Aug 18:51
ecaef75
Compare
Choose a tag to compare

v4.0.1

Release Summary

Fixes GraphQL inventory plugin bugs and RTD builds.

Bugfixes

  • (#150) GraphQL inventory plugin - boolean filters are invalid
  • (#151) GraphQL inventory plugin - using group_by can crash if there are empty values
  • (#154) Fixes antsibull import for RTD builds

v4.0.0

25 Jul 16:06
529790e
Compare
Choose a tag to compare

v4.0.0

Release Summary

This release refactors the GraphQL inventory plugin to allow fetching virtual machines and a more flexible approach to allow users to use most of GraphQL's native capabilities.

Breaking Changes / Porting Guide

  • (#130) Refactors GraphQL Inventory plugin to allow custom GraphQL queries with nested levels. Allows virtual machines to be fetched as well. The following options; additonal_variables (all top level keys are now set as host_vars) and filters (these are set within the query now).

New Modules

  • networktocode.nautobot.relationship_association - Creates or removes a relationship association from Nautobot

v3.4.1

21 Apr 04:20
4c42aae
Compare
Choose a tag to compare

v3.4.1

Release Summary

This release adds a deprecation notice for the GraphQL Inventory Plugin. There will be changes to the structure requiring changes to the inventory file.

Minor Changes

  • (#132) Adds deprecation notice on GraphQL Inventory Plugin
  • (#133) Update documentation for query_graphql module and add try/except for HTTP call.
  • (#135) Account for bug in networktocode.nautobot.inventory for API bug in Nautobot 1.3.1 due to OpenAPI paths changing.
  • Sanity tests and updates requested by Ansible for collection inclusion.