Skip to content

Commit

Permalink
Merge pull request #523 from nautobot/main
Browse files Browse the repository at this point in the history
Sync Main to Develop
  • Loading branch information
jdrew82 authored Aug 26, 2024
2 parents 625f58f + 6effda8 commit 306bd8c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
1 change: 0 additions & 1 deletion changes/507.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/515.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/516.dependencies

This file was deleted.

1 change: 0 additions & 1 deletion changes/518.documentation

This file was deleted.

1 change: 1 addition & 0 deletions changes/562.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cut release 3.0.1.
1 change: 1 addition & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ While that last supported version will not be strictly enforced--via the max_ver
| 2.7.0 | 2.1.0 | 2.99.09 |
| 2.8.0 | 2.1.0 | 2.99.09 |
| 3.0.0 | 2.1.0 | 2.99.09 |
| 3.0.1 | 2.1.0 | 2.99.09 |
18 changes: 18 additions & 0 deletions docs/admin/release_notes/version_3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,21 @@ Updating DiffSync required changes to imports and many files changed `from diffs
### Housekeeping

- [#433](https://github.com/nautobot/nautobot-app-ssot/issues/433) - Black 24.4.0 includes new formatting which was applied to all python files.

## [v3.0.1 (2024-08-23)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.0.1)

### Fixed

- [#507](https://github.com/nautobot/nautobot-app-ssot/issues/507) - Fixed DataTarget example Job to include run() function for using ExternalIntegration or supplied URL and token.

### Dependencies

- [#516](https://github.com/nautobot/nautobot-app-ssot/issues/516) - Fix the dependencies for mkdocstrings and mkdocstrings-python to fix RTD build.

### Documentation

- [#518](https://github.com/nautobot/nautobot-app-ssot/issues/518) - Minor doc updates on upgrade to 3.0.

### Housekeeping

- [#515](https://github.com/nautobot/nautobot-app-ssot/issues/515) - Rebaked from the cookie `nautobot-app-v2.3.0`.
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 = "3.0.0"
version = "3.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 306bd8c

Please sign in to comment.