Skip to content

Commit

Permalink
Merge pull request #269 from nautobot/main
Browse files Browse the repository at this point in the history
Sync Main to Develop for 2.0.1
  • Loading branch information
jdrew82 authored Nov 7, 2023
2 parents 82c221a + 42b6060 commit 3580394
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ While that last supported version will not be strictly enforced--via the max_ver
| 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 |
| 2.0.0-rc.2 | 2.0.0rc2 | 2.0.0rc99 |
| 2.0.0 | 2.0.0 | 2.99.09 |
| 2.0.1 | 2.0.0 | 2.99.09 |
13 changes: 13 additions & 0 deletions docs/admin/release_notes/version_2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,16 @@
- [228](https://github.com/nautobot/nautobot-plugin-ssot/pull/228) - Merge Main Back to Dev for 1.6.0 by @jdrew82
- [231](https://github.com/nautobot/nautobot-plugin-ssot/pull/231) - Update Device42 Integration for Nautobot 2.0 by @jdrew82
- [230](https://github.com/nautobot/nautobot-plugin-ssot/pull/230) - Update to Nautobot 2.0 by @jdrew82

## v2.0.1 - 2023-11-6

## Changed

- [242](https://github.com/nautobot/nautobot-plugin-ssot/pull/242) - Fix Infoblox import_subnets setting by @jdrew82
- [252](https://github.com/nautobot/nautobot-plugin-ssot/pull/252) - Add CODEOWNERS for the various integrations by @jdrew82
- [254](https://github.com/nautobot/nautobot-plugin-ssot/pull/254) - Add plugin-ssot as integration code owners by @jdrew82
- [251](https://github.com/nautobot/nautobot-plugin-ssot/pull/251) - Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool by @snaselj
- [250](https://github.com/nautobot/nautobot-plugin-ssot/pull/250) - fixes possible error state in nautobot_ssot_duration_seconds metric by @Kircheneer
- [260](https://github.com/nautobot/nautobot-plugin-ssot/pull/260) - Fix Documentation for Device42 by @jdrew82
- [246](https://github.com/nautobot/nautobot-plugin-ssot/pull/246) - IPFabric integration settings updates for 2.0 by @alhogan
- [264](https://github.com/nautobot/nautobot-plugin-ssot/pull/264) - Add check for missing job_class attribute on 1.x Jobs by @jdrew82
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 = "2.0.0"
version = "2.0.1"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3580394

Please sign in to comment.