summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/azure-pipelines.yml12
-rw-r--r--changelogs/fragments/ansible-test-containers.yml1
-rw-r--r--changelogs/fragments/ansible-test-remotes.yml1
-rw-r--r--test/lib/ansible_test/_data/completion/docker.txt2
-rw-r--r--test/lib/ansible_test/_data/completion/remote.txt2
5 files changed, 10 insertions, 8 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 33c250125c..5eb20936c8 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -119,8 +119,8 @@ stages:
- template: templates/matrix.yml # context/controller (ansible-test container management)
parameters:
targets:
- - name: Alpine 3.20
- test: alpine/3.20
+ - name: Alpine 3.21
+ test: alpine/3.21
- name: Fedora 41
test: fedora/41
- name: RHEL 9.4
@@ -136,8 +136,8 @@ stages:
parameters:
testFormat: linux/{0}
targets:
- - name: Alpine 3.20
- test: alpine320
+ - name: Alpine 3.21
+ test: alpine321
- name: Fedora 41
test: fedora41
- name: Ubuntu 22.04
@@ -151,8 +151,8 @@ stages:
parameters:
testFormat: linux/{0}
targets:
- - name: Alpine 3.20
- test: alpine320
+ - name: Alpine 3.21
+ test: alpine321
- name: Fedora 41
test: fedora41
- name: Ubuntu 24.04
diff --git a/changelogs/fragments/ansible-test-containers.yml b/changelogs/fragments/ansible-test-containers.yml
index a30da8a71a..557b05cb20 100644
--- a/changelogs/fragments/ansible-test-containers.yml
+++ b/changelogs/fragments/ansible-test-containers.yml
@@ -1,3 +1,4 @@
minor_changes:
- ansible-test - Replace container Fedora 40 with 41.
+ - ansible-test - Replace container Alpine 3.20 with 3.21.
- ansible-test - Update distro containers to remove unnecessary pakages (apache2, subversion, ruby).
diff --git a/changelogs/fragments/ansible-test-remotes.yml b/changelogs/fragments/ansible-test-remotes.yml
index 80864c57f2..e9bcea5490 100644
--- a/changelogs/fragments/ansible-test-remotes.yml
+++ b/changelogs/fragments/ansible-test-remotes.yml
@@ -1,3 +1,4 @@
minor_changes:
- ansible-test - Replace remote FreeBSD 13.3 with 13.4.
- ansible-test - Replace remote Fedora 40 with 41.
+ - ansible-test - Replace remote Alpine 3.20 with 3.21.
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt
index 9ee40af850..b724611c1a 100644
--- a/test/lib/ansible_test/_data/completion/docker.txt
+++ b/test/lib/ansible_test/_data/completion/docker.txt
@@ -1,7 +1,7 @@
base image=quay.io/ansible/base-test-container:7.7.0 python=3.13,3.8,3.9,3.10,3.11,3.12
default image=quay.io/ansible/default-test-container:11.3.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=collection
default image=quay.io/ansible/ansible-core-test-container:11.3.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=ansible-core
-alpine320 image=quay.io/ansible/alpine320-test-container:9.0.0 python=3.12 cgroup=none audit=none
+alpine321 image=quay.io/ansible/alpine321-test-container:9.1.0 python=3.12 cgroup=none audit=none
fedora41 image=quay.io/ansible/fedora41-test-container:9.0.0 python=3.13 cgroup=v2-only
ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:9.0.0 python=3.10
ubuntu2404 image=quay.io/ansible/ubuntu2404-test-container:9.0.0 python=3.12
diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt
index 522dc2f3b5..39feb8771a 100644
--- a/test/lib/ansible_test/_data/completion/remote.txt
+++ b/test/lib/ansible_test/_data/completion/remote.txt
@@ -1,4 +1,4 @@
-alpine/3.20 python=3.12 become=doas_sudo provider=aws arch=x86_64
+alpine/3.21 python=3.12 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/41 python=3.13 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64