Skip to content

Commit

Permalink
Merge pull request #162 from networktocode/release-v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
chadell authored Feb 19, 2024
2 parents 345d62e + 186ad4e commit 1c32e46
Show file tree
Hide file tree
Showing 13 changed files with 229 additions and 146 deletions.
1 change: 1 addition & 0 deletions .bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ skips: []
# No need to check for security issues in the test scripts!
exclude_dirs:
- "./tests/"
- "./.venv/"
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# E501: Line length is enforced by Black, so flake8 doesn't need to check it
# W503: Black disagrees with this rule, as does PEP 8; Black wins
ignore = E501, W503
exclude = .venv
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
ansible-core-version: ["2.11.7"]
runs-on: "ubuntu-20.04"
env:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
ansible-core-version: ["2.11.7"]
runs-on: "ubuntu-20.04"
env:
Expand Down
2 changes: 2 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ rules:
line-length: "disable"
quoted-strings:
quote-type: "double"
ignore: |
.venv/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.3.0 - 2024-02-13

- #161 Migrate Schema enforcer to use pydanticv2

## v1.2.2

- #156 Add support for jsonschema 4.18
Expand Down
Loading

0 comments on commit 1c32e46

Please sign in to comment.