1.0.0
1.0.0 - 2025-04-04
Summary
In exasol-toolbox version 1.0.0 and higher the default behavior for
.github/actions/python-environment/action.yml has changed. In previous versions,
the default value for poetry-version was 1.2.2, and it is now 2.1.2.
- Depending on its poetry version, a repository relying on the default behavior of said
action may run into breaking changes. This can easily be resolved with explicitly setting the
poetry-versionwhen calling the GitHub action. It is, however, recommended whenever
possible to update the poetry version of affected repository to2.x.
✨ Features
- #73: Added nox target for auditing work spaces in regard to known vulnerabilities
- #65: Added a Nox task for checking if the changelog got updated.
- #369: Removed option
-vforisort - #372: Added conversion from pip-audit JSON to expected GitHub Issue format