Skip to content

Commit

Permalink
Merge pull request #553 from nautobot/release-v2.8.1
Browse files Browse the repository at this point in the history
Release v2.8.1
  • Loading branch information
jdrew82 authored Sep 23, 2024
2 parents f3fcd94 + c0e258a commit 40915c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
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 <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 40915c4

Please sign in to comment.