Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Add updated requirements for jsonschema in 4.2.0 #3157

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ansible_collections/arista/avd/docs/release-notes/4.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@

## Release 4.2.0

### Changes to requirements

- AVD now requires an upper bound on the version of the Python package `jsonschema>=4.5.1,<4.18`.<br>
A supported version can be installed with `pip install "jsonschema>=4.5.1,<4.18"`.

### Fixed issues in eos_cli_config_gen

- Fix(eos_cli_config_gen) - Force domain_identifier to be a string by @hamptonmoore in https://github.com/aristanetworks/ansible-avd/pull/2997
Expand Down