Skip to content

Commit 4cf0332

Browse files
committed
Update changelog with summary statement regarding minor breaking change
1 parent a2dd677 commit 4cf0332

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

doc/changes/unreleased.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22

3+
## Summary
4+
5+
From exasol-toolbox version ``1.0.0`` the default behavior for ``.github/actions/python-environment/action.yml``
6+
has changed. In previous versions, the default value for ``poetry-version`` was ``1.2.2``,
7+
and it is now ``2.1.2``.
8+
9+
* Depending on its poetry version, a repository relying on the default behavior of said
10+
action may run into breaking changes. This can easily be resolved with explicitly setting the
11+
`poetry-version` when calling the GitHub action. It is, however, recommended whenever
12+
possible to update the poetry version of affected repository to ``2.x``.
13+
314
## ✨ Features
415

516
* [#73](https://github.com/exasol/python-toolbox/issues/73): Added nox target for auditing work spaces in regard to known vulnerabilities
@@ -8,5 +19,5 @@
819
* [#372](https://github.com/exasol/python-toolbox/issues/372): Added conversion from pip-audit JSON to expected GitHub Issue format
920

1021
## ⚒️ Refactorings
11-
* [#388](https://github.com/exasol/python-toolbox/issues/388): Switch GitHub workflows to use pinned OS version
12-
* [#376](https://github.com/exasol/python-toolbox/issues/376): Update to poetry 2.1.2
22+
* [#388](https://github.com/exasol/python-toolbox/issues/388): Switched GitHub workflows to use pinned OS version
23+
* [#376](https://github.com/exasol/python-toolbox/issues/376): Updated to poetry ``2.1.2``

0 commit comments

Comments
 (0)