Skip to content

Commit

Permalink
Merge pull request #179 from nautobot/release-v2.0.0rc1
Browse files Browse the repository at this point in the history
Release v2.0.0rc1
  • Loading branch information
jdrew82 authored Aug 25, 2023
2 parents df16704 + 4e35ae7 commit 961f1b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ While that last supported version will not be strictly enforced--via the max_ver
| 1.3.X | 1.4.0 | 1.99.99 |
| 2.0.0-beta.1 | 2.0.0b2 | 2.0.0b2 |
| 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 |
| 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 |
11 changes: 11 additions & 0 deletions docs/admin/release_notes/version_2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@
- Updated Cisco ACI, Arista CloudVision, and ServiceNow integrations to work with Nautobot 2.0
- Updated ServiceNow Job to use load_source_adapter() and load_target_adapter() pattern
- Fixed Infoblox assignment of VRFs to Prefixes

## v2.0.0-rc.1 - 2023-08-24

### Added

- Added `network_driver` definition to Arista EOS Platform

### Changed

- Updated everything to support Nautobot 2.0.0rc1
- Fixed use of slug on Platform in Arista CVP integration.
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.0.0-beta.2"
version = "2.0.0-rc.1"
description = "Nautobot Single Source of Truth"
authors = ["Network to Code, LLC <info@networktocode.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 961f1b7

Please sign in to comment.