diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab9a5f3..ecd1ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: runs-on: "ubuntu-20.04" strategy: matrix: - nautobot-version: ["1.2.12", "1.3.6", "1.4.10", "1.5.18", "latest"] + nautobot-version: ["1.4.10", "1.5.18", "latest"] steps: - name: "Check out repository code" uses: "actions/checkout@v2" diff --git a/README.md b/README.md index ccafc02..bea8507 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ This application is intended to run __outside__ of Nautobot. ![Architecture](docs/images/batfish_network_importer.png) +## Deprecation Notice + +This application is being put into maintenance mode. Additional features may be implemented for Nautobot 1.x. The functionality for Nautobot is being moved to the [Device Onboarding](https://docs.nautobot.com/projects/device-onboarding/en/latest/) application for Nautobot 2.x. The last NetBox support was version 2.x. + ## Quick Start - [Getting Started](docs/getting_started.md)