Skip to content

Commit

Permalink
Merge pull request #426 from nautobot/release-v1.6.4
Browse files Browse the repository at this point in the history
Release v1.6.4
  • Loading branch information
jdrew82 authored Apr 16, 2024
2 parents a31e610 + 1f2e0cc commit 68923b0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions docs/admin/release_notes/version_1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,26 @@
## Fixed

- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) - Fix custom one-to-many relationships (backport of #393)
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) -
Use `typing.get_args` in favor of accessing `__args__` directly (backport of #390)
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) -
Fixed issue with generic relationships and `NautobotAdapter.load` (backport of #388)
- [396](Fixed issue with generic relationships and `NautobotAdapter.load`.) -
Allow foreign keys inside of many to many relationships (backport of #377)
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) - Use `typing.get_args` in favor of accessing `__args__` directly (backport of #390)
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) - Fixed issue with generic relationships and `NautobotAdapter.load` (backport of #388)
- [396](https://github.com/nautobot/nautobot-app-ssot/pull/396) - Allow foreign keys inside of many to many relationships (backport of #377)

## Housekeeping

- Replicate module and test module structure for contrib code in LTM branch

## v1.6.4 - 2024-04-16

## Fixed

- [243](https://github.com/nautobot/nautobot-app-ssot/pull/243) - Fix Infoblox import_subnet for ltm-1.6 by @jdrew82
- [261](https://github.com/nautobot/nautobot-app-ssot/pull/261) - Fix Device42 documentation. by @jdrew82
- [419](https://github.com/nautobot/nautobot-app-ssot/pull/419) - Fix Device42 Plugin Settings for LTM by @jdrew82

## Changed

- [245](https://github.com/nautobot/nautobot-app-ssot/pull/245) - IPFabric integration settings updates by @alhogan
- [357](https://github.com/nautobot/nautobot-app-ssot/pull/357) - backport contrib changes to LTM by @Kircheneer
- [361](https://github.com/nautobot/nautobot-app-ssot/pull/361) - Backport of #350 by @Kircheneer
- [363](https://github.com/nautobot/nautobot-app-ssot/pull/363) - Backport #362 by @Kircheneer
- [373](https://github.com/nautobot/nautobot-app-ssot/pull/373) - change contrib.NautobotModel.get_from_db to use a PK by @Kircheneer
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-ssot"
version = "1.6.3"
version = "1.6.4"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 68923b0

Please sign in to comment.