Skip to content

Commit 961f1b7

Browse files
authored
Merge pull request #179 from nautobot/release-v2.0.0rc1
Release v2.0.0rc1
2 parents df16704 + 4e35ae7 commit 961f1b7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/admin/compatibility_matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ While that last supported version will not be strictly enforced--via the max_ver
1010
| 1.3.X | 1.4.0 | 1.99.99 |
1111
| 2.0.0-beta.1 | 2.0.0b2 | 2.0.0b2 |
1212
| 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 |
13+
| 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 |

docs/admin/release_notes/version_2.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@
3232
- Updated Cisco ACI, Arista CloudVision, and ServiceNow integrations to work with Nautobot 2.0
3333
- Updated ServiceNow Job to use load_source_adapter() and load_target_adapter() pattern
3434
- Fixed Infoblox assignment of VRFs to Prefixes
35+
36+
## v2.0.0-rc.1 - 2023-08-24
37+
38+
### Added
39+
40+
- Added `network_driver` definition to Arista EOS Platform
41+
42+
### Changed
43+
44+
- Updated everything to support Nautobot 2.0.0rc1
45+
- Fixed use of slug on Platform in Arista CVP integration.

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.0.0-beta.2"
3+
version = "2.0.0-rc.1"
44
description = "Nautobot Single Source of Truth"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)