Skip to content

Commit

Permalink
Merge pull request #483 from nautobot/release-v5.6.0
Browse files Browse the repository at this point in the history
Release v5.6.0
  • Loading branch information
joewesch authored Jan 9, 2025
2 parents 0f7a166 + 0552437 commit 077a62f
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 143 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# networktocode.nautobot Release Notes

v5.6.0
======

Minor Changes
-------------
- (#470) Dropped support for Python 3.10 to follow ansible-core 2.18
- (#472) Added documentation on using custom fields in compose variables with the `inventory` plugin
- (#474) Fixed `lookup` plugin to properly handle templated variables in `api_filter`
- (#475) Added documentation for the `device_interface` module that `type` is required when creating a new interface
- (#477) Fixed query example in the `lookup_graphql` plugin documentation for compatibility with Nautobot 2.X
- (#478) Fixed the `cable` module to properly work with all cable types
- (#480) Fixed environment variable fallback for `url` and `token` in all modules
- (#481) Fixed environment variable fallback for `validate_certs` in all modules

v5.5.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,3 +545,14 @@ releases:
minor_changes:
- (#464) Added full support for caching to GraphQL Inventory plugin
- (#465) Changed `parent_location_type` to allow for explicit name attribute lookup
5.6.0:
changes:
minor_changes:
- (#470) Dropped support for Python 3.10 to follow ansible-core 2.18
- (#472) Added documentation on using custom fields in compose variables with the `inventory` plugin
- (#474) Fixed `lookup` plugin to properly handle templated variables in `api_filter`
- (#475) Added documentation for the `device_interface` module that `type` is required when creating a new interface
- (#477) Fixed query example in the `lookup_graphql` plugin documentation for compatibility with Nautobot 2.X
- (#478) Fixed the `cable` module to properly work with all cable types
- (#480) Fixed environment variable fallback for `url` and `token` in all modules
- (#481) Fixed environment variable fallback for `validate_certs` in all modules
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: networktocode
name: nautobot

# The version of the collection. Must be compatible with semantic versioning
version: 5.5.0
version: 5.6.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Loading

0 comments on commit 077a62f

Please sign in to comment.