Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.6.0 #483

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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