Skip to content

Commit

Permalink
ansible-test: bump acme test container version to 2.0.0 (ansible#71097)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and zoredache committed Aug 10, 2020
1 parent 1a62f33 commit b9cab51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/71097-ansible-test-acme-container.yml
@@ -0,0 +1,2 @@
minor_changes:
- "ansible-test - the ACME test container was updated, it now supports external account creation and has a basic OCSP responder (https://github.com/ansible/ansible/pull/71097, https://github.com/ansible/acme-test-container/releases/tag/2.0.0)."
2 changes: 1 addition & 1 deletion test/lib/ansible_test/_internal/cloud/acme.py
Expand Up @@ -45,7 +45,7 @@ def __init__(self, args):
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.9.0'
self.image = 'quay.io/ansible/acme-test-container:2.0.0'
self.container_name = ''

def _wait_for_service(self, protocol, acme_host, port, local_part, name):
Expand Down

0 comments on commit b9cab51

Please sign in to comment.