From e091045923ca1ccfbabd982a7982e59f584a1ef6 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 19 Mar 2026 07:10:54 +1000 Subject: [PATCH] Bump PowerShell 7.6 to GM release (#86688) * Bump PowerShell 7.6 to GM release * Update test container references --- test/lib/ansible_test/_data/completion/docker.txt | 6 +++--- test/lib/ansible_test/_internal/constants.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 5d178813662..a535e87586a 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -1,6 +1,6 @@ -base image=quay.io/ansible/base-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 -default image=quay.io/ansible/default-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=collection -default image=quay.io/ansible/ansible-core-test-container:v2.21-2 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=ansible-core +base image=quay.io/ansible/base-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 +default image=quay.io/ansible/default-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=collection +default image=quay.io/ansible/ansible-core-test-container:v2.21-3 python=3.14,3.9,3.10,3.11,3.12,3.13 powershell=7.6 context=ansible-core alpine323 image=quay.io/ansible/alpine-test-container:3.23-v2.21-1 python=3.12 cgroup=none audit=none alias=alpine fedora43 image=quay.io/ansible/fedora-test-container:43-v2.21-2 python=3.14 cgroup=v2-only alias=fedora ubuntu2204 image=quay.io/ansible/ubuntu-test-container:22.04-v2.20-1 python=3.10 diff --git a/test/lib/ansible_test/_internal/constants.py b/test/lib/ansible_test/_internal/constants.py index 69b01523cf6..2a8b24bb7c8 100644 --- a/test/lib/ansible_test/_internal/constants.py +++ b/test/lib/ansible_test/_internal/constants.py @@ -20,7 +20,7 @@ CONTROLLER_MIN_PYTHON_VERSION = CONTROLLER_PYTHON_VERSIONS[0] SUPPORTED_PYTHON_VERSIONS = REMOTE_ONLY_PYTHON_VERSIONS + CONTROLLER_PYTHON_VERSIONS SUPPORTED_POWERSHELL_VERSIONS = [ - '7.6.0-rc.1', + '7.6.0', ] """ PowerShell versions supported by ansible-test.