You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/ansible-test-unique-contain...

7 lines
439 B
YAML

bugfixes:
- ansible-test - All containers created by ansible-test now include the current test session ID in their name.
This avoids conflicts between concurrent ansible-test invocations using the same container host.
breaking_changes:
- ansible-test - Test plugins that rely on containers no longer support reusing running containers.
The previous behavior was an undocumented, untested feature.