Skip to content

Commit

Permalink
Merge pull request #467 from nautobot/release-v5.5.0
Browse files Browse the repository at this point in the history
Release v5.5.0
  • Loading branch information
joewesch authored Dec 20, 2024
2 parents 2d917d3 + 1b99941 commit c0672c8
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 35 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# networktocode.nautobot Release Notes

v5.5.0
======

New Modules
-----------

- networktocode.nautobot.job_button - Creates or removes job buttons from Nautobot
- networktocode.nautobot.dynamic_group - Creates or removes dynamic groups from Nautobot
- networktocode.nautobot.static_group_association - Creates or removes static group associations from Nautobot
- networktocode.nautobot.metadata_type - Creates or removes metadata types from Nautobot
- networktocode.nautobot.metadata_choice - Creates or removes metadata choices from Nautobot
- networktocode.nautobot.object_metadata - Creates or removes object metadata from Nautobot

Minor Changes
-------------
- (#464) Added full support for caching to GraphQL Inventory plugin
- (#465) Changed `parent_location_type` to allow for explicit name attribute lookup

v5.4.0
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,27 @@ releases:
- (#438) Added cloud_network option to `circuit_termination` module
- (#446) Added module option to multiple existing modules
- (#449) Changed lookup plugin to allow for multiple `id` filters
5.5.0:
modules:
- description: Creates or removes job buttons from Nautobot
name: job_button
namespace: ''
- description: Creates or removes dynamic groups from Nautobot
name: dynamic_group
namespace: ''
- description: Creates or removes static group associations from Nautobot
name: static_group_association
namespace: ''
- description: Creates or removes metadata types from Nautobot
name: metadata_type
namespace: ''
- description: Creates or removes metadata choices from Nautobot
name: metadata_choice
namespace: ''
- description: Creates or removes object metadata from Nautobot
name: object_metadata
namespace: ''
changes:
minor_changes:
- (#464) Added full support for caching to GraphQL Inventory plugin
- (#465) Changed `parent_location_type` to allow for explicit name attribute lookup
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.4.0
version: 5.5.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
64 changes: 31 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot_ansible_modules"
version = "5.4.0"
version = "5.5.0"
description = "Ansible collection to interact with Nautobot's API"
authors = ["Network to Code <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit c0672c8

Please sign in to comment.