Upgrade ACME test image to 2.4.0. (#86740)

pull/86595/head
Felix Fontein 2 months ago committed by GitHub
parent 36e9711c26
commit e4004d720d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save