Skip to content

Commit

Permalink
Release 2.1.1 (#60)
Browse files Browse the repository at this point in the history
* Fix CI issues.

* Remove stable as that is now 2.0.0

---------

Co-authored-by: Glenn Matthews <[email protected]>
  • Loading branch information
smk4664 and glennmatthews authored Sep 29, 2023
1 parent 51a284a commit 5406214
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
nautobot-version: ["1.6.2", "stable"]
nautobot-version: ["1.6.2"]
runs-on: "ubuntu-20.04"
env:
INVOKE_NAUTOBOT_CAPACITY_METRICS_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: "Upload binaries to release"
uses: "svenstaro/upload-release-action@v2"
with:
repo_token: "${{ secrets.NTC_GITHUB_TOKEN }}"
repo_token: "${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}"
file: "dist/*"
tag: "${{ github.ref }}"
overwrite: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

Re-release due to publishing issues.

## 2.1.0

### Added
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-capacity-metrics"
version = "2.1.0"
version = "2.1.1"
description = "Plugin to improve the instrumentation of Nautobot and expose additional metrics (Application Metrics, RQ Worker)."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5406214

Please sign in to comment.