Skip to content

Commit 40915c4

Browse files
authored
Merge pull request #553 from nautobot/release-v2.8.1
Release v2.8.1
2 parents f3fcd94 + c0e258a commit 40915c4

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

changes/530.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/compatibility_matrix.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ While that last supported version will not be strictly enforced--via the max_ver
1414
| 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 |
1515
| 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 |
1616
| 2.0.0-rc.2 | 2.0.0rc2 | 2.0.0rc99 |
17-
| 2.0.0 | 2.0.0 | 2.99.09 |
18-
| 2.0.1 | 2.0.0 | 2.99.09 |
19-
| 2.0.2 | 2.0.0 | 2.99.09 |
20-
| 2.1.0 | 2.0.0 | 2.99.09 |
21-
| 2.2.0 | 2.0.0 | 2.99.09 |
22-
| 2.3.0 | 2.1.0 | 2.99.09 |
23-
| 2.4.0 | 2.1.0 | 2.99.09 |
24-
| 2.5.0 | 2.1.0 | 2.99.09 |
25-
| 2.6.0 | 2.1.0 | 2.99.09 |
26-
| 2.7.0 | 2.1.0 | 2.99.09 |
27-
| 2.8.0 | 2.1.0 | 2.99.09 |
17+
| 2.0.0 | 2.0.0 | 2.99.99 |
18+
| 2.0.1 | 2.0.0 | 2.99.99 |
19+
| 2.0.2 | 2.0.0 | 2.99.99 |
20+
| 2.1.0 | 2.0.0 | 2.99.99 |
21+
| 2.2.0 | 2.0.0 | 2.99.99 |
22+
| 2.3.0 | 2.1.0 | 2.99.99 |
23+
| 2.4.0 | 2.1.0 | 2.99.99 |
24+
| 2.5.0 | 2.1.0 | 2.99.99 |
25+
| 2.6.0 | 2.1.0 | 2.99.99 |
26+
| 2.7.0 | 2.1.0 | 2.99.99 |
27+
| 2.8.0 | 2.1.0 | 2.99.99 |
28+
| 2.8.1 | 2.1.0 | 2.99.99 |

docs/admin/release_notes/version_2.8.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@
1313

1414
- [#491](https://github.com/nautobot/nautobot-app-ssot/issues/491) - Fixed tenant names and introduced tag for multisite.
1515
- [#497](https://github.com/nautobot/nautobot-app-ssot/issues/497) - Fixed IPFabric test failures under Django 4.2.
16+
17+
18+
## v2.8.1 - 2024-09-23
19+
20+
### Fixed
21+
22+
- [#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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-ssot"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
description = "Nautobot Single Source of Truth"
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)