Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Prep for v1.6.1 (#165)
Browse files Browse the repository at this point in the history
* prep for v1.6.1

* Fixes for CI

* Added example creds back

* re locked poetry file

* Removed py3.7 from pylint from unittest ci matrix
  • Loading branch information
qduk authored Oct 13, 2023
1 parent 80c010c commit 664ae19
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["1.4.2", "latest"]
runs-on: "ubuntu-20.04"
env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.6.1 - 2023-09-14

### Fixed

- #164 - Update fix for Device Tag retrieval.

## v1.6.0 - 2023-04-26

### Added
Expand Down
3 changes: 1 addition & 2 deletions development/docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ services:
depends_on:
- "postgres"
- "redis"
<<: *nautobot-build
<<: *nautobot-base
<<: [*nautobot-build, *nautobot-base]
worker:
entrypoint: "nautobot-server rqworker"
depends_on:
Expand Down
Loading

0 comments on commit 664ae19

Please sign in to comment.