Skip to content

Commit c96819e

Browse files
authored
Merge pull request #511 from nautobot/main
Sync Main to Develop for 2.8.0
2 parents e3b9dbe + 2610e89 commit c96819e

File tree

9 files changed

+26
-6
lines changed

9 files changed

+26
-6
lines changed

changes/484.housekeeping

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

changes/488.fixed

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

changes/491.changed

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

changes/497.housekeeping

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

changes/504.added

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

docs/admin/compatibility_matrix.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ While that last supported version will not be strictly enforced--via the max_ver
1818
| 2.0.1 | 2.0.0 | 2.99.09 |
1919
| 2.0.2 | 2.0.0 | 2.99.09 |
2020
| 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 |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## [v2.8.0 (2024-08-21)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v2.8.0)
3+
4+
### Added
5+
6+
- [#504](https://github.com/nautobot/nautobot-app-ssot/issues/504) - Added pagination to the `get_all_subnets` Infoblox client call.
7+
8+
### Documentation
9+
10+
- [#488](https://github.com/nautobot/nautobot-app-ssot/issues/488) - Fixed issue with Infoblox setup docs.
11+
12+
### Fixed
13+
14+
- [#491](https://github.com/nautobot/nautobot-app-ssot/issues/491) - Fixed tenant names and introduced tag for multisite.
15+
- [#497](https://github.com/nautobot/nautobot-app-ssot/issues/497) - Fixed IPFabric test failures under Django 4.2.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ nav:
112112
- Device42: "user/integrations/device42.md"
113113
- Infoblox: "user/integrations/infoblox.md"
114114
- IPFabric: "user/integrations/ipfabric.md"
115+
- Itential: "user/integrations/itential.md"
115116
- ServiceNow: "user/integrations/servicenow.md"
116117
- Modeling: "user/modeling.md"
117118
- Performance: "user/performance.md"
@@ -126,12 +127,14 @@ nav:
126127
- Device42: "admin/integrations/device42_setup.md"
127128
- Infoblox: "admin/integrations/infoblox_setup.md"
128129
- IPFabric: "admin/integrations/ipfabric_setup.md"
130+
- Itential: "admin/integrations/itential_setup.md"
129131
- ServiceNow: "admin/integrations/servicenow_setup.md"
130132
- Upgrade: "admin/upgrade.md"
131133
- Uninstall: "admin/uninstall.md"
132134
- Compatibility Matrix: "admin/compatibility_matrix.md"
133135
- Release Notes:
134136
- "admin/release_notes/index.md"
137+
- v2.8: "admin/release_notes/version_2.8.md"
135138
- v2.7: "admin/release_notes/version_2.7.md"
136139
- v2.6: "admin/release_notes/version_2.6.md"
137140
- v2.5: "admin/release_notes/version_2.5.md"

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.7.0"
3+
version = "2.8.0"
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)