Skip to content

Commit

Permalink
Merge pull request #511 from nautobot/main
Browse files Browse the repository at this point in the history
Sync Main to Develop for 2.8.0
  • Loading branch information
jdrew82 authored Aug 22, 2024
2 parents e3b9dbe + 2610e89 commit c96819e
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 6 deletions.
1 change: 0 additions & 1 deletion changes/484.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/488.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/491.changed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/504.added

This file was deleted.

7 changes: 7 additions & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ While that last supported version will not be strictly enforced--via the max_ver
| 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 |
15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

## [v2.8.0 (2024-08-21)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v2.8.0)

### Added

- [#504](https://github.com/nautobot/nautobot-app-ssot/issues/504) - Added pagination to the `get_all_subnets` Infoblox client call.

### Documentation

- [#488](https://github.com/nautobot/nautobot-app-ssot/issues/488) - Fixed issue with Infoblox setup docs.

### Fixed

- [#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.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ nav:
- Device42: "user/integrations/device42.md"
- Infoblox: "user/integrations/infoblox.md"
- IPFabric: "user/integrations/ipfabric.md"
- Itential: "user/integrations/itential.md"
- ServiceNow: "user/integrations/servicenow.md"
- Modeling: "user/modeling.md"
- Performance: "user/performance.md"
Expand All @@ -126,12 +127,14 @@ nav:
- Device42: "admin/integrations/device42_setup.md"
- Infoblox: "admin/integrations/infoblox_setup.md"
- IPFabric: "admin/integrations/ipfabric_setup.md"
- Itential: "admin/integrations/itential_setup.md"
- ServiceNow: "admin/integrations/servicenow_setup.md"
- Upgrade: "admin/upgrade.md"
- Uninstall: "admin/uninstall.md"
- Compatibility Matrix: "admin/compatibility_matrix.md"
- Release Notes:
- "admin/release_notes/index.md"
- v2.8: "admin/release_notes/version_2.8.md"
- v2.7: "admin/release_notes/version_2.7.md"
- v2.6: "admin/release_notes/version_2.6.md"
- v2.5: "admin/release_notes/version_2.5.md"
Expand Down
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.7.0"
version = "2.8.0"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c96819e

Please sign in to comment.