ansible-test: bumping ACME test container version (#64424)

* Bumping ACME test container version.

* Add changelog.
This commit is contained in:
Felix Fontein 2019-11-05 16:51:22 +01:00 committed by Brian Coca
parent 37c7f2414a
commit f4ff45dcd4
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "ansible-test - bump version of ACME test container. The new version includes updated dependencies."

View file

@ -45,7 +45,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:1.8.0'
self.image = 'quay.io/ansible/acme-test-container:1.9.0'
self.container_name = ''
def _wait_for_service(self, protocol, acme_host, port, local_part, name):