Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.8.1 #553

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changes/530.fixed

This file was deleted.

23 changes: 12 additions & 11 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ While that last supported version will not be strictly enforced--via the max_ver
| 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 |
| 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 |
| 2.0.2 | 2.0.0 | 2.99.09 |
| 2.1.0 | 2.0.0 | 2.99.09 |
| 2.2.0 | 2.0.0 | 2.99.09 |
| 2.3.0 | 2.1.0 | 2.99.09 |
| 2.4.0 | 2.1.0 | 2.99.09 |
| 2.5.0 | 2.1.0 | 2.99.09 |
| 2.6.0 | 2.1.0 | 2.99.09 |
| 2.7.0 | 2.1.0 | 2.99.09 |
| 2.8.0 | 2.1.0 | 2.99.09 |
| 2.0.0 | 2.0.0 | 2.99.99 |
| 2.0.1 | 2.0.0 | 2.99.99 |
| 2.0.2 | 2.0.0 | 2.99.99 |
| 2.1.0 | 2.0.0 | 2.99.99 |
| 2.2.0 | 2.0.0 | 2.99.99 |
| 2.3.0 | 2.1.0 | 2.99.99 |
| 2.4.0 | 2.1.0 | 2.99.99 |
| 2.5.0 | 2.1.0 | 2.99.99 |
| 2.6.0 | 2.1.0 | 2.99.99 |
| 2.7.0 | 2.1.0 | 2.99.99 |
| 2.8.0 | 2.1.0 | 2.99.99 |
| 2.8.1 | 2.1.0 | 2.99.99 |
7 changes: 7 additions & 0 deletions docs/admin/release_notes/version_2.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@

- [#491](https://github.com/nautobot/nautobot-app-ssot/issues/491) - Fixed tenant names and introduced tag for multisite.
- [#497](https://github.com/nautobot/nautobot-app-ssot/issues/497) - Fixed IPFabric test failures under Django 4.2.


## v2.8.1 - 2024-09-23

### Fixed

- [#530](https://github.com/nautobot/nautobot-app-ssot/issues/530) - Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view.
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.8.0"
version = "2.8.1"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down