Releases: nautobot/nautobot-ansible
Releases · nautobot/nautobot-ansible
v4.5.0
What's Changed
- PR related to Issue #219 by @RLTravis in #220
- Adds parent_interface & bridge options to device_interface by @joewesch in #229
- Fixes graphql inventory grouping by tags by @joewesch in #228
- Raise error instead of returning empty. by @jvanderaa in #224
- Release 1.5 To Develop by @jvanderaa in #231
- Update secret for using Org by @jvanderaa in #233
- Release 1.5 - Main by @jvanderaa in #232
New Contributors
Full Changelog: v4.4.0...v4.5.0
Re-Release of 4.4.0
Re-releasing to get to publish to pypi.
v4.4.0
What's Changed
- Removes codecov from dev dependencies by @joewesch in #211
- Add plugins module. by @pszulczewski in #203
- Catches HTTPError for
query_graphql
and fails to enable ansible retries by @joewesch in #209 - Fixes CI tests by @joewesch in #215
- Prep for 4.4.0 release. by @jvanderaa in #214
- Fixes and enables testing for Nautobot 1.5 by @joewesch in #217
New Contributors
- @pszulczewski made their first contribution in #203
Full Changelog: v4.3.1...v4.4.0
v4.3.1
What's Changed
- Documentation adjustment to correct incorrect key name by @cdot65 in #170
- Updates to handle Additional keys. by @jvanderaa in #175
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #178
- Bump cryptography from 37.0.4 to 38.0.3 by @dependabot in #182
- Moves duplicate documentation to fragments by @joewesch in #185
- Add api_version requirement note for tag content_types by @lungj in #187
- Adds Location and Location Type modules by @joewesch in #191
- Updates notes and version. by @jvanderaa in #194
- Adds master to QUERY_TYPE. by @jvanderaa in #199
- Update changelog. by @jvanderaa in #200
New Contributors
- @cdot65 made their first contribution in #170
- @dependabot made their first contribution in #178
Full Changelog: v4.1.1...v4.3.1
v4.2.0
What's Changed
- Merge develop into main by @FragmentedPacket in #148
- Documentation adjustment to correct incorrect key name by @cdot65 in #170
- Merge develop into main after 4.1.0 release by @FragmentedPacket in #162
- Updates to handle Additional keys. by @jvanderaa in #175
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #178
- Bump cryptography from 37.0.4 to 38.0.3 by @dependabot in #182
- Merge Develop -> Main for Release v4.2.0 by @jvanderaa in #183
New Contributors
- @cdot65 made their first contribution in #170
- @dependabot made their first contribution in #178
Full Changelog: v4.1.1...v4.2.0
v4.1.1
v4.1.0
v4.0.1
v4.0.0
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
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.