Upgrade ACME test image to 2.4.0. (#86740)

This commit is contained in:
Felix Fontein
2026-03-27 17:20:11 -07:00
committed by GitHub
parent 36e9711c26
commit e4004d720d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
minor_changes:
- "ansible-test acme cloud plugin - update to the 2.4.0 ACME test image, which upgrades Pebble to 2.10.0, Go to 1.26, and Python to 3.14,
and generally updates all contained Python dependencies (https://github.com/ansible/ansible/pull/86740)."
@@ -29,7 +29,7 @@ class ACMEProvider(CloudProvider):
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
else:
self.image = 'quay.io/ansible/acme-test-container:2.3.0'
self.image = 'quay.io/ansible/acme-test-container:2.4.0'
self.uses_docker = True