From 84aae611a84f5128938f8cae7e574774406b0147 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:30:00 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Fix=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin/release_notes/version_1.6.md | 20 ++++++++++---------- docs/admin/release_notes/version_2.6.md | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/admin/release_notes/version_1.6.md b/docs/admin/release_notes/version_1.6.md index c1a24343e..7e5087f17 100644 --- a/docs/admin/release_notes/version_1.6.md +++ b/docs/admin/release_notes/version_1.6.md @@ -4,19 +4,19 @@ ## Added -- [221](https://github.com/nautobot/nautobot-plugin-ssot/pull/221) - Add Device42 integration by @jdrew82 -- [222](https://github.com/nautobot/nautobot-plugin-ssot/pull/222) - Add conflicting message link by @snaselj -- [224](https://github.com/nautobot/nautobot-plugin-ssot/pull/224) - Allow Skipping Conflicting Apps Check by @snaselj +- [221](https://github.com/nautobot/nautobot-app-ssot/pull/221) - Add Device42 integration by @jdrew82 +- [222](https://github.com/nautobot/nautobot-app-ssot/pull/222) - Add conflicting message link by @snaselj +- [224](https://github.com/nautobot/nautobot-app-ssot/pull/224) - Allow Skipping Conflicting Apps Check by @snaselj ## Changed -- [219](https://github.com/nautobot/nautobot-plugin-ssot/pull/219) - Attempt fixing CI error in #214 by @Kircheneer -- [220](https://github.com/nautobot/nautobot-plugin-ssot/pull/220) - Update ci.yml by @Kircheneer -- [214](https://github.com/nautobot/nautobot-plugin-ssot/pull/214) - Sync Main to Develop for 1.5.0 by @jdrew82 -- [218](https://github.com/nautobot/nautobot-plugin-ssot/pull/218) - Fixes contrib.NautobotModel not returning objects on update/delete by @Kircheneer -- [161](https://github.com/nautobot/nautobot-plugin-ssot/pull/161) - Reverts ChatOps dependency removal by @snaselj -- [213](https://github.com/nautobot/nautobot-plugin-ssot/pull/213) - fix: :bug: Several fixes in the ACI integration by @chadell -- [205](https://github.com/nautobot/nautobot-plugin-ssot/pull/205) - Migrate PR #164 from Arista Child Repo by @qduk +- [219](https://github.com/nautobot/nautobot-app-ssot/pull/219) - Attempt fixing CI error in #214 by @Kircheneer +- [220](https://github.com/nautobot/nautobot-app-ssot/pull/220) - Update ci.yml by @Kircheneer +- [214](https://github.com/nautobot/nautobot-app-ssot/pull/214) - Sync Main to Develop for 1.5.0 by @jdrew82 +- [218](https://github.com/nautobot/nautobot-app-ssot/pull/218) - Fixes contrib.NautobotModel not returning objects on update/delete by @Kircheneer +- [161](https://github.com/nautobot/nautobot-app-ssot/pull/161) - Reverts ChatOps dependency removal by @snaselj +- [213](https://github.com/nautobot/nautobot-app-ssot/pull/213) - fix: :bug: Several fixes in the ACI integration by @chadell +- [205](https://github.com/nautobot/nautobot-app-ssot/pull/205) - Migrate PR #164 from Arista Child Repo by @qduk ## v1.6.1 - 2024-02-21 diff --git a/docs/admin/release_notes/version_2.6.md b/docs/admin/release_notes/version_2.6.md index fad178a5b..2f7cc8b84 100644 --- a/docs/admin/release_notes/version_2.6.md +++ b/docs/admin/release_notes/version_2.6.md @@ -15,8 +15,8 @@ ### Fixed - [#367](https://github.com/nautobot/nautobot-app-ssot/issues/367) - Fixed issues with example Jobs. -- [#407](https://github.com/nautobot/nautobot-app-ssot/issues/407) - + Fixed logic check for 'hide_example_jobs' when defined, and also set to False. -- [#409](https://github.com/nautobot/nautobot-app-ssot/issues/409) - + Fixes tagging and custom field updates for Nautobot objects synced to/from Infoblox. +- [#407](https://github.com/nautobot/nautobot-app-ssot/issues/407) - Fixed logic check for 'hide_example_jobs' when defined, and also set to False. +- [#409](https://github.com/nautobot/nautobot-app-ssot/issues/409) - Fixed tagging and custom field updates for Nautobot objects synced to/from Infoblox. - [#413](https://github.com/nautobot/nautobot-app-ssot/issues/413) - Fixed method of retrieving objects from IPFabric's technology categories. ### Housekeeping