Skip to content

Commit

Permalink
Release 0.20.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Sep 29, 2023
1 parent f6913e8 commit bd89318
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.10"]
nautobot-version: ["2.0.0-rc.2"]
nautobot-version: ["2.0.0-rc.4"]
env:
INVOKE_NAUTOBOT_BGP_MODELS_PYTHON_VER: "${{ matrix.python-version }}"
INVOKE_NAUTOBOT_BGP_MODELS_NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down Expand Up @@ -121,17 +121,17 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
db-backend: ["postgresql"]
nautobot-version: ["2.0.0-rc.2"]
nautobot-version: ["2.0.0-rc.4"]
include:
- python-version: "3.11"
db-backend: "postgresql"
nautobot-version: "2.0.0-rc.2"
nautobot-version: "2.0.0-rc.4"
- python-version: "3.8"
db-backend: "mysql"
nautobot-version: "2.0.0-rc.2"
nautobot-version: "2.0.0-rc.4"
- python-version: "3.11"
db-backend: "mysql"
nautobot-version: "2.0.0-rc.2"
nautobot-version: "2.0.0-rc.4"
runs-on: "ubuntu-20.04"
env:
INVOKE_NAUTOBOT_BGP_MODELS_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down
12 changes: 12 additions & 0 deletions docs/admin/release_notes/version_0.20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v0.20 Release Notes

## Release Overview

This version introduces support for Nautobot 2.0

!!! warning
This version contains breaking changes implemented in the Release 0.9 dedicated for Nautobot 1.x. Follow Release 0.9 docs for details.

### Added

- [#109](https://github.com/nautobot/nautobot-plugin-bgp-models/pull/109) - Adds Nautobot 2.0 support
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-bgp-models"
version = "0.8.0"
version = "0.20.0rc1"
description = "Nautobot BGP Models Plugin"
authors = ["Network to Code, LLC <info@networktocode.com>"]

Expand Down

0 comments on commit bd89318

Please sign in to comment.