Skip to content

Releases: nautobot/nautobot-ansible

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.

v3.4.0

01 Apr 15:10
9e8e603
Compare
Choose a tag to compare

v3.4.0

Release Summary

This release only changes the GraphQL inventory plugin. It fixes the ansible_host by removing the CIDR. The last change is the ability to specify nested relationships as well as fields that don't have a relationship to other Nautobot objects such as serial, asset_tag, etc.

Minor Changes

  • (#122) Add ability to add nested GraphQL relationships and non-relationship fields such as serial, asset_tag, etc.

Bugfixes

  • (#124) Removes CIDR from the ansible_host variable.

v3.3.1

25 Feb 17:07
97c72ce
Compare
Choose a tag to compare

v3.3.1

Bugfixes

  • (#116) Fix graphql action plugin to support check mode
  • (#119) Documentation fixes
  • (#120) Documentation permission fixes

v3.3.0

21 Dec 15:08
05b5552
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1

18 Nov 18:19
b297cc3
Compare
Choose a tag to compare

v3.2.1

Release Summary

Unbreak plugins/inventory/inventory.yml

Bugfixes

  • Remove bad code in plugins/inventory/inventory.yml when locally built to publish that prevented it from grabbing all hosts

v3.2.0

11 Nov 15:48
4d979aa
Compare
Choose a tag to compare

v3.2.0

Release Summary

A few updates to the inventory plugins to support new options or require existing parameters.

Minor Changes

  • (#105) Documentation updates
  • (#107) Add tenant_group to group_by to inventory plugin
  • (#108) Add choices to group_by in gql_inventory plugin
  • (#109) token is explicitly required within gql_inventory plugin. (This was always true, but never enforced.)

v3.1.2

27 Oct 17:21
7cf9a67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

15 Oct 20:38
2db3228
Compare
Choose a tag to compare

v3.1.1

Release Summary

Quick bugfix release for not attempting to resolve IDs for fields that a user has passed in an ID/UUID for

Bugfixes

  • (#98) No longer attempts to resolve field ID/UUIDs if user passes an ID/UUID for a resolvable field

v3.1.0

07 Oct 01:52
f3966df
Compare
Choose a tag to compare

3.1.0

Minor Changes

v2.0.2

27 Sep 14:39
b7d4c81
Compare
Choose a tag to compare

Changes

  • Adds deprecation notice for the modules.
  • All plugin modules have the data key option being deprecated