Releases: nautobot/nautobot-ansible
Releases · nautobot/nautobot-ansible
v3.4.1
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
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
v3.3.0
What's Changed
- Fix doc in lookup_graphql by @u1735067 in #115
- Update "group by" process in inventory_graphql by @qduk in #110
- Release 3.3.0 by @jmcgill298 in #116
New Contributors
- @u1735067 made their first contribution in #115
- @jmcgill298 made their first contribution in #116
Full Changelog: v3.2.1...v3.3.0
v3.2.1
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
v3.2.0
Release Summary
A few updates to the inventory plugins to support new options or require existing parameters.
Minor Changes
v3.1.2
What's Changed
- Updates to add Ansible 2.12 validation by @jvanderaa in #102
- Fix Follow Redirects Issue by @jvanderaa in #104
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
3.1.0
Minor Changes
- (#53) Adds inventory plugin using GraphQL API (@armartirosyan)
- (#88) Add parent_tenant_group argument to tenant_group module (@mitchell-foxworth)
- (#86) Action Plugin - GraphQL Add Parameter to Add to Facts (@itdependsnetworks)