summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-container-management.yml
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-12-13 17:46:33 -0800
committerMatt Clay <matt@mystile.com>2022-12-14 09:19:33 -0800
commit75b60b17ee1ff18ded04cf07b71e4ee32e673a0b (patch)
tree6d224069fddbacf1f81761e34adcbc9e3fbb771b /changelogs/fragments/ansible-test-container-management.yml
parentaa268b8db27193dd3f842ad72860ec3aefc3620d (diff)
downloadansible-75b60b17ee1ff18ded04cf07b71e4ee32e673a0b.tar.gz
ansible-test - Support RSA SHA-1 for SSH clients.
Diffstat (limited to 'changelogs/fragments/ansible-test-container-management.yml')
-rw-r--r--changelogs/fragments/ansible-test-container-management.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-container-management.yml b/changelogs/fragments/ansible-test-container-management.yml
index 04961b98ee..293d632713 100644
--- a/changelogs/fragments/ansible-test-container-management.yml
+++ b/changelogs/fragments/ansible-test-container-management.yml
@@ -39,6 +39,11 @@ minor_changes:
adding the ``retry/never`` alias. This is useful for tests that cannot pass on a retry or are too
slow to make retries useful.
- ansible-test - The ``ansible-test env`` command now detects and reports the container ID if running in a container.
+ - ansible-test - SSH connections from OpenSSH 8.8+ to CentOS 6 containers now work without additional configuration.
+ However, clients older than OpenSSH 7.0 can no longer connect to CentOS 6 containers as a result.
+ The container must have ``centos6`` in the image name for this work-around to be applied.
+ - ansible-test - SSH shell connections from OpenSSH 8.8+ to ansible-test provisioned network instances now work without additional configuration.
+ However, clients older than OpenSSH 7.0 can no longer open shell sessions for ansible-test provisioned network instances as a result.
bugfixes:
- ansible-test - Multiple containers now work under Podman without specifying the ``--docker-network`` option.
- ansible-test - Prevent concurrent / repeat pulls of the same container image.